[ROOT] Rooting E/F on latest firmwares
Re: [App] Rooting E/F on latest firmwares
sectroyer, still no root ;/ Is it possible to get downgrade software and root by the old 'skype' method?
Rodman, you've got probably the same problem what me. (soft: 1120)
Rodman, you've got probably the same problem what me. (soft: 1120)
Re: [App] Rooting E/F on latest firmwares
No but it is possible to use normal widget (from first post) and buy a working lan cable that you connect to routeriT00NZ wrote:sectroyer, still no root ;/ Is it possible to get downgrade software and root by the old 'skype' method?
Rodman, you've got probably the same problem what me. (soft: 1120)


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
Do i also have to renew my LAN Cable? Is this the reason?
Re: [App] Rooting E/F on latest firmwares
Were you rooting it on LAN? It looks like NOT disabled OTN Support and WLANRodman wrote:Do i also have to renew my LAN Cable? Is this the reason?

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
OTN Support is disabled and no WiFi, its LAN
https://www.dropbox.com/s/4a9i7szkphalb ... 1.jpg?dl=0
https://www.dropbox.com/s/4a9i7szkphalb ... 1.jpg?dl=0
Last edited by Rodman on Fri Jan 02, 2015 8:08 pm, edited 1 time in total.
Re: [App] Rooting E/F on latest firmwares
try manually running run.sh from telnetRodman wrote:OTN Support is disabled and no WiFi, its LAN
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
LAN only between TV and router, not PC and router, right?
Re: [App] Rooting E/F on latest firmwares
telnet on port 33


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 on Port 33 no Luck. Proofed with Filezilla and MS Telnet.
Modified Data in data.zip doesnt work also:
Maybe its better to do a factory reset? In the past (-> FW1118) SamyGo was running on this system via Skype.
Modified Data in data.zip doesnt work also:
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