Page 59 of 110
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 11:41 am
by gogo
wluczykijwf wrote:@bobiturboto and @gogo, Do if it is executed without autostarted via telnet is also present reboot TV?
Yes, after starting script it freeze all keys on RC and after about 5 sec TV reboots.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 11:52 am
by bobiturboto
wluczykijwf wrote:@bobiturboto and @gogo, Do if it is executed without autostarted via telnet is also present reboot TV?
Yes, even manually started the tv is rebooting, only when I press a button of course.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 12:01 pm
by bobiturboto
I have found a solution and the source of the problem:
The file /mtd_rwcommon/common/OnlineTV/eventRCKey.txt is not auto created.
If you create it beforehand the problem is fixed
Code: Select all
touch /mtd_rwcommon/common/OnlineTV/eventRCKey.txt
This is my content of eventRCKey.txt now
Code: Select all
root@tv:/mnt # tail -f /mtd_rwcommon/common/OnlineTV/eventRCKey.txt
18 2296 22
@wluczykijwf
Can we have a mechanism for log rotating on this file?
By the way what is the purpose of eventRCKey.txt as part of OnlineTV?
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 12:54 pm
by gogo
bobiturboto wrote:I have found a solution and the source of the problem:
The file /mtd_rwcommon/common/OnlineTV/eventRCKey.txt is not auto created.
If you create it beforehand the problem is fixed
Code: Select all
touch /mtd_rwcommon/common/OnlineTV/eventRCKey.txt
This is my content of eventRCKey.txt now
Code: Select all
root@tv:/mnt # tail -f /mtd_rwcommon/common/OnlineTV/eventRCKey.txt
18 2296 22
@wluczykijwf
Can we have a mechanism for log rotating on this file?
By the way what is the purpose of eventRCKey.txt as part of OnlineTV?
Yes, it works for me too.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 1:54 pm
by wluczykijwf
OK. Thanks. It lib works wrong. I'll it fix.
Re: RE: Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 2:01 pm
by wluczykijwf
bobiturboto wrote: [...] By the way what is the purpose of eventRCKey.txt as part of OnlineTV?
In pause mode doesn't works event keys. The LogRCkey app fix it.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 4:15 pm
by wluczykijwf
I fixed the
libLogRCkey lib. You try one more time.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 4:34 pm
by gogo
wluczykijwf wrote:I fixed the
libLogRCkey lib. You try one more time.
Now works OK!
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 4:40 pm
by wluczykijwf
OK. Thanks.
For the moment, it I'll attach the OnlineTV app with fixed a minor bugs.
Re: [App] More TV channels on E/F/H series
Posted: Sun May 15, 2016 4:57 pm
by wluczykijwf
Update to
OnlineTV v. 1.1.9.3.
You try this test version, please
