Page 3 of 8

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:40 pm
by sectroyer
It will not any bootloop :) Download it to /tmp/ and run this command:

Code: Select all

/tmp/samyGOrc -p `pidof exeTV` -d 31
and after that:

Code: Select all

/tmp/samyGOrc -p `pidof exeTV` -d xx
but replace xx with key code for FACTORY :)

Also I don't know what config did you use for making FACTORY key work with rcremap? I only see it has support for 3SPEED:

Code: Select all

./rckeys.c:    _RCKEY_FROM_STR(keystr, KEY_3SPEED);
./samygo_rc_keys.h:#define KEY_3SPEED 55

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:43 pm
by zoelechat
I've added this "bootloop" warning just in case the oldest samyGOrc version is used on certain TVs, autostarted and with an odd number of keys. So there's no risk at all by using it once, it just send wanted keys to TV.
So here's how-to:
-Extract samyGOrc from samyGOrc-v1.0.zip archive to TV in /mnt/opt/privateer/usr/bin
-Telnet to TV, give file permissions:

Code: Select all

chmod +x /mnt/opt/privateer/usr/bin/samyGOrc
-Launch command:

Code: Select all

samyGOrc -p `pidof exeTV` 31 59
And see if service menu appears :)

@sectroyer
FACTORY+3SPEED = 59+60 ;)
...and sorry for over-how-to

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:46 pm
by sectroyer
Well the question is also how did he got FACTORY working with RCremap in the first place? I don't see any support for in RCremap...

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:47 pm
by zoelechat
sectroyer wrote:Well the question is also how did he got FACTORY working with RCremap in the first place? I don't see any support for in RCremap...
Look at the very bottom of keylist :)

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:48 pm
by sectroyer
zoelechat wrote:
sectroyer wrote:Well the question is also how did he got FACTORY working with RCremap in the first place? I don't see any support for in RCremap...
Look at the very bottom of keylist :)

Code: Select all

#define BD_KEY_POWER 2
#define KEY_SERVICE 88
#define KEY_3SPEED 55
maybe I have some outdated stuff ;)

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:51 pm
by zoelechat
Maybe :) . I was talking about keylist from original RCremap thread: viewtopic.php?f=63&t=6419

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:51 pm
by sectroyer
zoelechat wrote: ...and sorry for over-how-to
Nah yours is better ;) But he might also try running info and factory separately maybe that's the key....

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:53 pm
by sectroyer
zoelechat wrote:Maybe :) . I was talking about keylist from original RCremap thread: viewtopic.php?f=63&t=6419
Hehe, now I am even more interested in his results :D

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 12:57 pm
by zoelechat
sectroyer wrote:But he might also try running info and factory separately maybe that's the key....
Or info from *real* remote then factory from commandline, if it's a matter of timing (1 second samyGOrc default between keys, maybe too long?)

Re: How to disable OTN on ue40f8000

Posted: Sat Dec 13, 2014 1:03 pm
by sectroyer
zoelechat wrote:
sectroyer wrote:But he might also try running info and factory separately maybe that's the key....
Or info from *real* remote then factory from commandline, if it's a matter of timing (1 second samyGOrc default between keys, maybe too long?)
Maybe well we need to wait for his tests and results :) Or maybe someone else will test it ? Now time for waiting game... ;)