[ROOT] Rooting E/F on latest firmwares

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

Rodman
SamyGO Project Donor
Posts: 18
Joined: Sun Nov 16, 2014 7:47 pm

Re: [App] Rooting E/F on latest firmwares

Post by Rodman »

After a few trys to get root again, now it works. With the debug2 file, USB Stick from Rainbow (16GB)in the middle USB Port, Factory Reset (2 times).
Another question: Ist this file now public? I got a message via Mail from another board.
Joejoe
SamyGO Project Donor
Posts: 55
Joined: Thu Dec 26, 2013 11:47 pm

Re: [App] Rooting E/F on latest firmwares

Post by Joejoe »

First time I get the commands

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
into telnet the root start working and i get access @ftp

I try a reboot to check autostart of SamyGO but nothing happens.

New attemp of

Code: Select all

/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
Nothing happens.

Then I try rooting again over SmartHub +

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
No success for access @ftp.
UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working :D
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E/F on latest firmwares

Post by sectroyer »

Don't try rooting :P For now only reboot, telnet and quickly run:

Code: Select all

ls -l /mtd_rwcommon/SamyGO/rcSGO
Paste output
Then telnet once again quickly run:

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
then telnet once again and quickly run:

Code: Select all

ls -l /mtd_rwcommon/SamyGO/rcSGO
paste output
and telnet once again and quickly run:

Code: Select all

/bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
wait 2 minutes check if root is started if not telnet once again and again quickly paste:

Code: Select all

/bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
If you are not fast/lucky enough root will NOT start :)
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 !!!!
Joejoe
SamyGO Project Donor
Posts: 55
Joined: Thu Dec 26, 2013 11:47 pm

Re: [App] Rooting E/F on latest firmwares

Post by Joejoe »

First output:
/bin/sh: can't access tty; job control turned off
VDLinux#> ls -l /mtd_rwcommon/SamyGO/rcSGO
-rwxr-xr-x 1 root 0 276 Apr 14 2015 /mtd_rwcommon/SamyGO/rcSGO
After new telnet connection for entering
chmod +x /mtd_rwcommon/SamyGO/rcSGO
telnet keeps connection alive and I'm able to type the next commands without disconnect :shock: :mrgreen:

Second output:
VDLinux#> ls -l /mtd_rwcommon/SamyGO/rcSGO
-rwxr-xr-x 1 root 0 276 Apr 14 2015 /mtd_rwcommon/SamyGO/rcSGO
Third output:
VDLinux#> /bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
/bin/sh: : not found
VDLinux#> Looking for SamyGO-F on:
/dtv/usb/sda1
SamyGO found on /dtv/usb/sda1
checking /dtv/usb/sda1
root / SamyGo starts and I get access @ftp

I don't want to reboot :oops:
UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working :D
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E/F on latest firmwares

Post by sectroyer »

Reboot, wait few minutes and if SamyGO doesn't start run this:
/bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
:) Now it should simply start SamyGO :)
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: [App] Rooting E/F on latest firmwares

Post by sectroyer »

Also about this:
VDLinux#> /bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
/bin/sh: : not found
VDLinux#> Looking for SamyGO-F on:
It looks you have put strange things in your rcSGO and/or didn't use notepad++ ;)
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 !!!!
Joejoe
SamyGO Project Donor
Posts: 55
Joined: Thu Dec 26, 2013 11:47 pm

Re: [App] Rooting E/F on latest firmwares

Post by Joejoe »

Code: Select all

#!/bin/sh
sleep 120
echo "OK" > /dtv/SamyGO_OK

echo "Looking for SamyGO-F on:"
for i in /dtv/usb/sd*;
do
	echo "$i";
	if [ -e "$i/SamyGO_data/run.sh" ]
	then
		echo "SamyGO found on $i"
		echo "OK" > "$i/SamyGO1.txt"
		/bin/sh "$i/SamyGO_data/run.sh" "$i" &
		break
	fi
done
That's the content of rcSGO and I only edit in Notepad++ :?
UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working :D
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E/F on latest firmwares

Post by sectroyer »

You didn't reply to my first post :)
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 !!!!
Joejoe
SamyGO Project Donor
Posts: 55
Joined: Thu Dec 26, 2013 11:47 pm

Re: [App] Rooting E/F on latest firmwares

Post by Joejoe »

After reboot nothing happens and the reentered command shows:
/bin/sh: can't access tty; job control turned off
VDLinux#> /bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
VDLinux#> /bin/sh: /mtd_rwcommon/SamyGO/rcSGO: not found
:shock:
UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working :D
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E/F on latest firmwares

Post by sectroyer »

Reboot and check once again:

Code: Select all

ls -l /mtd_rwcommon/SamyGO/rcSGO
and then:

Code: Select all

/bin/sh -c "/bin/sh /mtd_rwcommon/SamyGO/rcSGO &" &
and if does not work this:

Code: Select all

/bin/sh -c "/bin/sh /mtd_rwcommon/SamyGO/rcSGO" &
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] Software”