How to disable OTN on ue40f8000

General forum talking area for F series TVs.

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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
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 !!!!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: How to disable OTN on ue40f8000

Post 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
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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...
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 !!!!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: How to disable OTN on ue40f8000

Post 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 :)
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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 ;)
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 !!!!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: How to disable OTN on ue40f8000

Post by zoelechat »

Maybe :) . I was talking about keylist from original RCremap thread: viewtopic.php?f=63&t=6419
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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....
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 !!!!
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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
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 !!!!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: How to disable OTN on ue40f8000

Post 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?)
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: How to disable OTN on ue40f8000

Post 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... ;)
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] General”