[App] libLogChannel B/D/E/F/H

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

sectroyer wrote:I do NOT understand :) How do you "use _ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram" ? :) Paste code :)
It is a mental shortcut :D .
Of course I use this hook in libLogChannel. :)
edit:
Of course I use this call function in libLogChannel. :D
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

Nevermind wluczykijwf, sectroyer never admits his own bugs, but love to shout other's ones :D
Btw, don't talk about "hook", you don't hook: you just call function, and he's now playing on that :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

zoelechat wrote:Nevermind wluczykijwf, sectroyer never admits his own bugs, but love to shout other's ones :D
OK. Funny. :)
I still fear for my English, and I thought that he's didn't understand to me.
zoelechat wrote:Btw, don't talk about "hook", you don't hook: you just call function, and he's now playing on that :)
OK, thanks. :)
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] libLogChannel B/D/E/F/H

Post by sectroyer »

if you call function, it works. That's what I use in libRecTitle and works as a charm :) Check it if you want :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

sectroyer wrote:if you call function, it works. That's what I use in libRecTitle and works as a charm :) Check it if you want :)
OK. I will check this lib. Thanks.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

With the analysis of your (@zoelechat & @sectroyer) libraries that if I just want to get some information from TV by call function I don't need to use this:
SpoilerShow

Code: Select all

if(dyn_sym_tab_init(h, dyn_hook_fn_tab, ARRAYSIZE(dyn_hook_fn_tab)) >= 0)
{
	set_hooks(LIB_HOOKS, ARRAYSIZE(LIB_HOOKS));
	_hooked = 1;
}
or do I've?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

That part init hooks, you don't need it as long as lib is not resident one.
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

zoelechat wrote:That part init hooks, you don't need it as long as lib is not resident one.
OK. Thanks. Now I seems to understand your's structure :).
Is it possible that when the function (_ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram) is called from your libLogChannel then function will not be dispatch from the libEPG by @sectroyer that resides on TV?
That would explain the lack of information about the title.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

No, once libEPG is loaded, called function is mandatorily the hooked one from it instead of original TV one. That's the principle of hook :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

So any the function (_ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram) calls (on TV, on other libs) should make a call to this function hacked by libEPG?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Software”