Page 1 of 5

Re: Info when browsing channels?

Posted: Mon Oct 26, 2009 9:49 pm
by erdem_ua
Himmm. It's good feature for zapping. :)
But since there is EPG guide, not really required.
exeDSP is closed source program. We can alter channel number show function to info showing branch but fading could make another problem. But It could be handed too...
Might be work but If it's worth for effort? It's gain is too little since we have detailed EPG guide.
Man who have old style zapping habit will happy with this feature. :)

Re: Info when browsing channels?

Posted: Tue Oct 27, 2009 6:58 pm
by steve-austin
I think that the info when browsing channels are very interesting.
When I browse channels, I don't want to press "info" for each channel to see the name of the program.
The perfect thing for me, just the info banner 5 sec when I change channels.

Re: Info when browsing channels?

Posted: Sun Jun 13, 2010 12:41 pm
by ji035453
I vote for adding this feature too, because it was proven that it is useful, because previous Samsung series A has it and because all other manufactures TV's, STB's, PVR's has it. I cannot understand why Samsung omit this feature. :(

Re: Info when browsing channels?

Posted: Tue Jun 22, 2010 1:31 pm
by doodlecz
Simple solution could be to hook channel change function and then to send the "info" button keypress.
Would it be enough?

Possible problems -
- info button itself displays the info for much longer than 1 or 2 secs (altough it could be probably resolved by another "info" button keypress after 2s).
- crazy switching between programs could have strange results ;-)

Re: Info when browsing channels?

Posted: Tue Jun 22, 2010 8:57 pm
by erdem_ua
Yes, I think on this subject before. I think it's problematic if it's emulate-able with button presses. We definitely need standalone libButtonPress like injection code :)

One thing with button press approach is could be problem when you are not watching TV. Like content library or looking EPG guide...

I think we could redirect channel number view function to Info view function for proper hack.
if channel number view function has counter inside, we can also inject directly channel number view function.
(Talking blindly without looking the asm code )

Re: Info when browsing channels?

Posted: Tue Jun 22, 2010 10:17 pm
by doodlecz
erdem_ua wrote:Yes, I think on this subject before. I think it's problematic if it's emulate-able with button presses. We definitely need standalone libButtonPress like injection code :)

One thing with button press approach is could be problem when you are not watching TV. Like content library or looking EPG guide...

I think we could redirect channel number view function to Info view function for proper hack.
if channel number view function has counter inside, we can also inject directly channel number view function.
(Talking blindly without looking the asm code )
Ehm, I don't understand exactly what you mean.
Why should it be problematic? We are already able to send keypresses from game content without hooking keypress functions. So it would be enough only to hook the channel change func. Problems you mention should not appear because when without channel switch (when reading EPG, there is no channel switch..) there will be no emulated info keypress from our hook.
Solution you described could be also good approach, but probably more difficult. There could be problems with hiding the info dialog after 2s (?).. Anyway I'll check it.

Re: Info when browsing channels?

Posted: Tue Jun 22, 2010 11:33 pm
by ji035453
doodlecz wrote:Simple solution could be to hook channel change function and then to send the "info" button keypress.
Would it be enough?
Not Info key but Enter key, try it: Switch channel, immediately press Enter key and Programm Info will show.