[ROOT] Rooting E/F on latest firmwares
Re: [App] Rooting E/F on latest firmwares
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.
Another question: Ist this file now public? I got a message via Mail from another board.
Re: [App] Rooting E/F on latest firmwares
First time I get the commands
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
Nothing happens.
Then I try rooting again over SmartHub +
No success for access @ftp.
Code: Select all
chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
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 &
Then I try rooting again over SmartHub +
Code: Select all
chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working
SamyGo working

Re: [App] Rooting E/F on latest firmwares
Don't try rooting
For now only reboot, telnet and quickly run:
Paste output
Then telnet once again quickly run:
then telnet once again and quickly run:
paste output
and telnet once again and quickly run:
wait 2 minutes check if root is started if not telnet once again and again quickly paste:
If you are not fast/lucky enough root will NOT start 

Code: Select all
ls -l /mtd_rwcommon/SamyGO/rcSGO
Then telnet once again quickly run:
Code: Select all
chmod +x /mtd_rwcommon/SamyGO/rcSGO
Code: Select all
ls -l /mtd_rwcommon/SamyGO/rcSGO
and telnet once again and quickly run:
Code: Select all
/bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
Code: Select all
/bin/sh -c "/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 !!!!
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 !!!!
Re: [App] Rooting E/F on latest firmwares
First output:
Second output:
I don't want to reboot
After new telnet connection for entering/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
telnet keeps connection alive and I'm able to type the next commands without disconnectchmod +x /mtd_rwcommon/SamyGO/rcSGO


Second output:
Third output:VDLinux#> ls -l /mtd_rwcommon/SamyGO/rcSGO
-rwxr-xr-x 1 root 0 276 Apr 14 2015 /mtd_rwcommon/SamyGO/rcSGO
root / SamyGo starts and I get access @ftpVDLinux#> /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
I don't want to reboot

UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working
SamyGo working

Re: [App] Rooting E/F on latest firmwares
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 
/bin/sh -c "/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 !!!!
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 !!!!
Re: [App] Rooting E/F on latest firmwares
Also about this:

It looks you have put strange things in your rcSGO and/or didn't use notepad++VDLinux#> /bin/sh -c "/mtd_rwcommon/SamyGO/rcSGO &" &
/bin/sh: : not found
VDLinux#> Looking for SamyGO-F on:

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 !!!!
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 !!!!
Re: [App] Rooting E/F on latest firmwares
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

UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working
SamyGo working

Re: [App] Rooting E/F on latest firmwares
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 !!!!
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 !!!!
Re: [App] Rooting E/F on latest firmwares
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

UE46F6470 with T-MST12DEUC @ 2105.0
SamyGo working
SamyGo working

Re: [App] Rooting E/F on latest firmwares
Reboot and check once again:
and then:
and if does not work this:
Code: Select all
ls -l /mtd_rwcommon/SamyGO/rcSGO
Code: Select all
/bin/sh -c "/bin/sh /mtd_rwcommon/SamyGO/rcSGO &" &
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 !!!!
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 !!!!