Page 2 of 5

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 12:26 am
by doodlecz
I hope, you'll like my 1-byte patch :)
Seems to be working for me on LEXXB650. I used very simple search to find proper address, so it could work on several FW versions.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 7:54 am
by doodlecz
Nope, just "ChannelInfo" window is displayed instead of basic "ChannelBox" window. So it is displayed with the same logic and delay as "ChannelBox".
Maybe there will be some ways how to display just the "ChannelBox" window, but when I was browsing channels after the patch, the "ChannelInfo" window always showed up.

Anyway it uses no hook or injection, so if confirmed it is working, it can be easily implemented to the firmware patcher.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 8:50 am
by ji035453
I love you doodlecz so much :D, great!
It works beautifully on LE40B750 too. It has display logic on my TV like this: When I switch channel, old basic ChannelBox window appeared first and after very short delay ChannelBox window is stretched into ChannelInfo window with populated EPG information. This small delay is needed because ChannelInfo is waiting for EPG information, isn't it?

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 10:09 am
by doodlecz
Yes, it is displayed after fetching information from current channel. Probably it is the same time, when ie. "Stereo / Dolby Digital" was filled in to the "ChannelBox" window. And as there is more information to be displayed now, so maybe it is slower by some ms ;)
And I have to admit, it seems to be a handy feature.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 10:20 am
by ji035453
Yes, it is definitely handy feature, I wish to have Program Info feature for so long and now it works just as I dream about it. Thank you once more.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 1:29 pm
by erdem_ua
Good app doodlecz, you are working hard. I think you diverted functions as I sad since it's 1 byte hack ;)
Don't you supposed that is a hard way? :D

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 2:09 pm
by ji035453
How it works on analog channels? I cannot test it in my area, because we have only DVB-T.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 4:16 pm
by doodlecz
erdem_ua wrote:Don't you supposed that is a hard way? :D
Yeah, I had to look for THE ONE byte! :D

For analog tuner I think there is no additional info displayed. But I'm not sure.

Re: Info when browsing channels?

Posted: Fri Jun 25, 2010 4:22 pm
by ji035453
We must test it with all tuners (analog, digital, cable, ...) before adding it to the firmware patcher as a new option.