Re: [!!!] Rooting H on latest firmwares
Posted: Wed Oct 07, 2015 9:42 pm
Telnet ssh : SamyGO
Samsung TV Firmware on the GO
http://forum.samygo.tv/
No you did NOTaggbg wrote:Hello, I just did everything as it said in the guide
1st post wrote: Any "don't work" report has to come with screenshot of rooting app log, else "don't help".
Code: Select all
+ /bin/sleep 30
+ /dtv/bin/ls
+ [ 0 -eq 143 ]
+ echo NOT-SFD
NOT-SFD
+ cp /dtv/usb/sdb1/SamyGO/samyGOso /tmp/
cp: can't stat '/dtv/usb/sdb1/SamyGO/samyGOso': No such file or directory
+ cp /dtv/usb/sdb1/SamyGO/libNetSwitch.so /tmp/
cp: can't stat '/dtv/usb/sdb1/SamyGO/libNetSwitch.so': No such file or directory
+ chmod +x /tmp/samyGOso
chmod: /tmp/samyGOso: No such file or directory
+ /tmp/samyGOso -d -A -r -l /tmp/libNetSwitch.so WIRED
/dtv/usb/sdb1/SamyGO/lan.sh: line 5: /tmp/samyGOso: not found
+ echo checking /dtv/usb/sdb1
checking /dtv/usb/sdb1
+ /bin/sleep 1
+ [ -e /dtv/usb/sdb1/STOP_SAMYGO ]
+ cd /tmp
+ mkdir /tmp/bin
+ echo OK
+ [ -e /dtv/qcm_samygo ]
+ touch /dtv/qcm_samygo
+ cp /dtv/usb/sdb1/SamyGO/samygo_telnetd /dtv/
+ chmod +x /dtv/samygo_telnetd
+ cp /dtv/usb/sdb1/SamyGO/busybox /tmp/bin/+
/dtv/samygo_telnetd 33
Starting simple telnet server
Socket created
bind done
Waiting for incoming connections...
+ chmod +x /tmp/bin/busybox
+ /tmp/bin/busybox --install -s /tmp/bin
+ sync
+ export PATH=/tmp/bin:/dtv/bin:/usr/sbin:/usr/bin:/bin:/sbin:/etc/Scripts:/util
+ export LD_LIBRARY_PATH=/tmp/bin:/dtv/bin:/lib
+ sync
+ /tmp/bin/busybox+ tcpsvdsync -vE
0.0.0.0 21 /tmp/bin/busybox ftpd -w /
tcpsvd: listening on 0.0.0.0:21, starting
+ ln -s /dev/loop3 /tmp/loopnone
+ sync
+ [ -e /dtv/usb/sdb1/SamyGO/newvdfs.img ]
+ /tmp/bin/busybox losetup /tmp/loopnone /dtv/usb/sdb1/SamyGO/samyext4.img
+ /tmp/bin/busybox mount -t ext4 -o sync,exec /tmp/loopnone /mnt
tcpsvd: start 2023 192.168.1.130:21-192.168.1.218:2599
tcpsvd: status 1/30
+ /tmp/bin/busybox --install -s /mnt/bin
+ sync
+ rm /mnt/sam.log
+ ls -la /mnt/bin /mnt/doc /mnt/etc /mnt/firmware /mnt/lib /mnt/lost+found /mnt/mc /mnt/opt /mnt/rcSGO /mnt/samygo.log /mnt/sbin /mnt/src /mnt/usr /mnt/var
+ echo ===========================
+ echo Starting rcSGO from run1.sh
+ echo ===========================
+ /mnt/bin/busybox2 sh -x /mnt/rcSGO /mnt
tcpsvd: start 2919 192.168.1.130:21-192.168.1.218:2960
tcpsvd: status 2/30
tcpsvd: end 2023 exit 1
tcpsvd: status 1/30
Thats' the principle when we sayTheTroll wrote:It seems that if i switch to LAN, it's not rooted anymore :/
Exactly, will be released in due timeTheTroll wrote:What about libNetSwitch.so ? is it used to use lan ?