[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.

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 »

Ah right, now I remember :)
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 »

Do you know how in this case get a program?
Of course, I do not ask for ready-made solution :).
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 »

Nope, I guess sectroyer has to fix his lib :)
No idea where the hell he stores program titles...
I do NOT receive any PM. Please use forum.
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 »

wluczykijwf wrote:

Code: Select all

TCTvProxy_GetPresentProgram(void *this, void *channel, unsigned int startTime,  void *program)
@zoelechat your app works for orginal EPG from a provider, but this function simply doesn't allow download of the program if EPG is injected through libEPG.
What I hook is:

Code: Select all

_ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram
Just remember that in terms of hooking ORDER MATTERS :)
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:[...]
What I hook is:

Code: Select all

_ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram
Just remember that in terms of hooking ORDER MATTERS :)
It is obvious to me. But if I used this hook for a channel has injected a epg from your libEPG then I don't get a program name.
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 »

wluczykijwf wrote:
sectroyer wrote:[...]
What I hook is:

Code: Select all

_ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram
Just remember that in terms of hooking ORDER MATTERS :)
It is obvious to me. But if I used this hook for a channel has injected a epg from your libEPG then I don't get a program name.
You should first inject my lib, then yours :)
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:[...]
You should first inject my lib, then yours :)
The obvious obviousness ;)
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 »

wluczykijwf wrote:
sectroyer wrote:[...]
You should first inject my lib, then yours :)
The obvious obviousness ;)
Then EVERY TIME you call this function it calls my shit. If you call it in hook FIRST dispatch and then check data :)
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:[...]
Then EVERY TIME you call this function it calls my shit. If you call it in hook FIRST dispatch and then check data :)
Now yet not everything is for me to understand in patching. Could you explain it more schematically?

Besides, it seems to me that this doesn't solve my problem.
It seems to me that your libEPG inject a data to another area, because I can get a program title using a javascript API functions.
I tested also such a strategy:
  • 1. It is a channel which has a program title from EPG provider (providerTitle).
    2. I replace the program title (sectroyerTitle) for this channel using your libEPG.
    3. When I use the javascript API functions to get program title then I getting the sectroyerTitle.
    4. When I use _ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram TV API function to get program title then I getting the providerTitle.
Is it interesting? or -> Is it strange? otherwise -> Did I don't understands something? :D
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 »

I do NOT understand :) How do you "use _ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram" ? :) Paste code :)
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 !!!!

Post Reply

Return to “[F] Software”