[How To] Get root access on F series

Here is information about customize your F series firmware.

markf
Posts: 50
Joined: Tue Dec 31, 2013 5:11 am
Location: Brazil

Re: [How To] Get root access on F series

Post by markf »

Hi to all. Im from Brasil and I update my TV 40F6400 and lost my root :(
The Firmaware was in 1117 (root working) and upgraded to 1118 and root lost.
I tried the same procedure samygo and skype again, everything seems to work but when I test the ftp does not work.
I then tried to update to firmware 1119.1, but still does not work the procedure root.
I used the firmware 1119.1 in this page of the my model:
http://www.samsung.com/br/support/model ... -downloads
When I was in 1117 everything was good, I could copy the videos recorded from tv using samyGOPVRDecoder. And now, how can I do this without root? : (
I still own the 1117 firmware saved on my computer. there is a way to upgrade (downgrade) the firmware tv for 1117 using the file I have?
Thanks for any help.
TV: Samsung UN49K6500
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [How To] Get root access on F series

Post by zoelechat »

No way to downgrade, nothing else to do than wait and hope :ugeek:
I do NOT receive any PM. Please use forum.
LS29
SamyGO Project Donor
Posts: 60
Joined: Thu May 15, 2014 11:41 pm

Re: [How To] Get root access on F series

Post by LS29 »

Hi again,
for not having more problems,
Who I can Stop automatic Upgrades in my SMTV F8000?
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [How To] Get root access on F series

Post by zoelechat »

LS29 wrote:Hi again,
for not having more problems,
Who I can Stop automatic Upgrades in my SMTV F8000?
You have to set "OTN support" to OFF in service menu.

To access service menu, TV being off use remote control:
[MENU] [MUTE] [POWER]

Be careful!! Left-right keys change values without confirmation, use only up-down-enter until you reach desired option:
Option->MRT Option->OTN Support, set to OFF by pressing right key
Reboot TV

Any F owner (I'm not) could correct me if I'm wrong somewhere. I just retrieved info from forum that anybody could find by searching a bit :)
I do NOT receive any PM. Please use forum.
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [How To] Get root access on F series

Post by greenhorn »

@zoelechat
It is possible only with the extended menu. You need to unlock the menu if you want to get to that option. So, you need IR blaster to do that.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [How To] Get root access on F series

Post by zoelechat »

greenhorn wrote:@zoelechat
It is possible only with the extended menu. You need to unlock the menu if you want to get to that option. So, you need IR blaster to do that.
Ok, that's what I suspected and that's why I asked you to correct me :)
I do NOT receive any PM. Please use forum.
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [How To] Get root access on F series

Post by greenhorn »

I am curious, why Samsung removed this option in the ES and brought it back in F...
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [How To] Get root access on F series

Post by sectroyer »

greenhorn wrote:I am curious, why Samsung removed this option in the ES and brought it back in F...
For me this was enough to stop updates:

Code: Select all

#!/bin/sh
myips="70.37.72.170 210.118.88.205 157.55.184.57"
for ip in $myips
do
        echo "Block IP: $ip"
        iptables -t nat -A OUTPUT -s $ip -d 0/0 -j DNAT --to-destination 127.0.0.1
        iptables -t nat -A OUTPUT -d $ip -s 0/0 -j DNAT --to-destination 127.0.0.1
done
:)
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 !!!!
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [How To] Get root access on F series

Post by greenhorn »

does smarthub still work?
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [How To] Get root access on F series

Post by sectroyer »

greenhorn wrote:does smarthub still work?
Stuff from smart hub that I use every day, yeah it works :) Not sure about stuff that i don't use :)
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] Firmware”