[ROOT] H "Network" root (FW<=Oct.2015, no T-GFS)

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

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

BIGBABA wrote:
ImageUploadedByTapatalk1445012360.259281.jpg
Nice, so everything works :D
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 !!!!
BIGBABA
SamyGO Project Donor
Posts: 11
Joined: Wed Oct 14, 2015 5:27 pm

[!!!] Rooting H on latest firmwares

Post by BIGBABA »

Yes but no connection to the TV!
I can't login to TV

Look again to the Picture pls. I got this with your actually files
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

BIGBABA wrote:Yes but no connection to the TV!
I can't login to TV

Look again to the Picture pls. I got this with your actually files
Sorry I do not react when you upload files incorrectly. Anyway either you usb is bad or you need to post (CORRECTLY!!!!) insmod_bcm.sh :)
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 !!!!
aggbg
SamyGO Project Donor
Posts: 18
Joined: Sun Oct 04, 2015 9:46 am

Re: [!!!] Rooting H on latest firmwares

Post by aggbg »

hu8200 wrote:aggbg
I described all procedure that i've done, because it works for me. (NOT-SFD was a problem) in sam.log from rooting pendrive i had NOT-SFD

Code: Select all

+ /bin/sleep 30
+ /dtv/bin/ls
+ [ 0 -eq 143 ]
+ echo NOT-SFD	
NOT-SFD									<-----------------
+ cp /dtv/usb/sda1/SamyGO/samyGOso /tmp/
+ cp /dtv/usb/sda1/SamyGO/libNetSwitch.so /tmp/
cp: can't stat '/dtv/usb/sda1/SamyGO/libNetSwitch.so': No such file or directory
+ chmod +x /tmp/samyGOso
+ /tmp/samyGOso -d -A -r -l /tmp/libNetSwitch.so WIRED
Library "/tmp/libNetSwitch.so" doesn't exist!!!
usage: /tmp/samyGOso [-p PID | -n procname | -A | -T | -D ] [-B ] {-c CONFIG | -l /full/path/to/inject.so [-r (=resident)]} [-d (=debug on)] [-a 
...
(usb SamyGO/sam.log is different than /mnt/sam.log in TV)

so i commented few lines in sfd.sh (condition if)

Code: Select all

#!/bin/sh
/bin/sleep 30
/dtv/bin/ls > /dev/null;
#if [ $? -eq 143 ]; 							<-------------
#then 												<-------------
#   echo "SFD detected. Insmoding..."; 	<-------------
   /bin/cp "$1/SamyGO/antysfd.ko" /tmp/
   /bin/cp "$1/SamyGO/ntkfree" /tmp/
   /sbin/insmod /tmp/antysfd.ko
   if [ $? -ne 0 ]
   then
      good_vermagic=`/bin/dmesg | /bin/grep antysfd | /bin/busybox tail  -n 1 | /bin/busybox cut -d "'" -f 4`
      echo "good vermagic='$good_vermagic'"
      echo "$good_vermagic" > "$1/SamyGO/vermagic.txt"
   fi
   /bin/dmesg | /bin/busybox grep "anty"
   chmod +x /tmp/ntkfree
   mknod /dtv/ntkaxis c 140 0
   /tmp/ntkfree
#else 										<-------------
#   echo "NOT-SFD";						<-------------
#fi				                 		<-------------
check your sam.log from usb if it is SFD or NOT-SFD (whatever it means :D ). if not, do like me. if is i don't know what to do
I thought that these lines were needed to root in my case. NOT-SFD = no vermagic.txt = no patch.bat and there is no line

Code: Select all

/bin/cp "$1/SamyGO/ntkfree" /tmp/
chmod +x /tmp/ntkfree
mknod /dtv/ntkaxis c 140 0
Thanks for helping. I tried to do it as you said, but I'm still getting connention refused on telnet and access denied on ssh. And I still can't get vermagic.txt to appear on the USB (green OK on everything else). Could you please give me more details on how you got it work. (If that is possible)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

If you don't get sam.log no point in trying to modify any stuff :)
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 !!!!
aggbg
SamyGO Project Donor
Posts: 18
Joined: Sun Oct 04, 2015 9:46 am

Re: [!!!] Rooting H on latest firmwares

Post by aggbg »

Here it is

Code: Select all

+ /bin/sleep 30
sleep: invalid number '30
'
+ /dtv/bin/ls
+ 
/dtv/usb/sdb1/SamyGO/sfd.sh: line 3: 
: not found
/dtv/usb/sdb1/SamyGO/sfd.sh: line 20: syntax error: unexpected "else" (expecting "then")
+ cp /dtv/usb/sdb1/SamyGO/samyGOso /tmp/
+ 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
+ /tmp/samyGOso -d -A -r -l /tmp/libNetSwitch.so WIRED
Library "/tmp/libNetSwitch.so" doesn't exist!!!
usage: /tmp/samyGOso [-p PID | -n procname | -A | -T | -D ] [-B ] {-c CONFIG | -l /full/path/to/inject.so [-r (=resident)]} [-d (=debug on)] [-a (=add libc addressoffset )] [arg0,...,argN]
samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
+ 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/samygo_telnetd /dtv/usb/sdb1/SamyGO/busybox 33 /tmp/bin/

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
+ sync
+ /tmp/bin/busybox tcpsvd -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
+ /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 2547 192.168.0.102:21-192.168.0.105:12113
Connection accepted
tcpsvd: status 1/30
running shell
IO thread started
tcpsvd: end 2547 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 2622 192.168.0.102:21-192.168.0.100:47802
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: start 2626 192.168.0.102:21-192.168.0.100:42178
tcpsvd: status 2/30
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: end 2622 exit 0
tcpsvd: status 1/30
Error reading
shell exited
tcpsvd: end 2626 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 2703 192.168.0.102:21-192.168.0.105:12189
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 2703 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
tcpsvd: start 2853 192.168.0.102:21-192.168.0.105:12281
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 2853 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 2961 192.168.0.102:21-192.168.0.105:12367
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: end 2961 exit 0
tcpsvd: status 0/30
tcpsvd: start 2975 192.168.0.102:21-192.168.0.105:12411
tcpsvd: status 1/30
tcpsvd: end 2975 exit 0
tcpsvd: status 0/30
Error reading
shell exited
tcpsvd: start 2977 192.168.0.102:21-192.168.0.105:554
tcpsvd: status 1/30
tcpsvd: end 2977 exit 0
tcpsvd: status 0/30
tcpsvd: start 2980 192.168.0.102:21-192.168.0.105:12471
tcpsvd: status 1/30
tcpsvd: end 2980 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3029 192.168.0.102:21-192.168.0.105:12523
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 3029 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
shell exited
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
Connection accepted
running shell
IO thread started
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
running shell
IO thread started
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
running shell
IO thread started
IO thread started
tcpsvd: start 3204 192.168.0.102:21-192.168.0.105:12649
tcpsvd: status 1/30
Error reading
shell exited
Connection accepted
running shell
Error reading
shell exited
IO thread started
Connection accepted
running shell
IO thread started
tcpsvd: start 3213 192.168.0.102:21-192.168.0.105:12666
tcpsvd: status 2/30
tcpsvd: end 3204 exit 0
tcpsvd: status 1/30
tcpsvd: end 3213 exit 0
tcpsvd: status 0/30
tcpsvd: start 3221 192.168.0.102:21-192.168.0.105:12701
tcpsvd: status 1/30
tcpsvd: end 3221 exit 0
tcpsvd: status 0/30
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
shell exited
tcpsvd: start 3239 192.168.0.102:21-192.168.0.105:592
tcpsvd: status 1/30
Connection accepted
running shell
Connection accepted
running shell
IO thread started
IO thread started
tcpsvd: end 3239 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
tcpsvd: start 3332 192.168.0.102:21-192.168.0.105:12842
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 3332 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3373 192.168.0.102:21-192.168.0.105:12893
tcpsvd: status 1/30
tcpsvd: end 3373 exit 0
tcpsvd: status 0/30
Connection accepted
running shell
IO thread started
tcpsvd: start 3392 192.168.0.102:21-192.168.0.105:12937
tcpsvd: status 1/30
tcpsvd: end 3392 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3408 192.168.0.102:21-192.168.0.105:12990
tcpsvd: status 1/30
tcpsvd: end 3408 exit 0
tcpsvd: status 0/30
tcpsvd: start 3417 192.168.0.102:21-192.168.0.105:13008
tcpsvd: status 1/30
tcpsvd: end 3417 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3570 192.168.0.102:21-192.168.0.105:13182
tcpsvd: status 1/30
tcpsvd: end 3570 exit 0
tcpsvd: status 0/30
Connection accepted
running shell
IO thread started
tcpsvd: start 3586 192.168.0.102:21-192.168.0.105:13232
tcpsvd: status 1/30
tcpsvd: end 3586 exit 0
tcpsvd: status 0/30
tcpsvd: start 3596 192.168.0.102:21-192.168.0.105:785
tcpsvd: status 1/30
tcpsvd: start 3597 192.168.0.102:21-192.168.0.105:13270
tcpsvd: status 2/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: end 3596 exit 0
tcpsvd: status 1/30
tcpsvd: end 3597 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3639 192.168.0.102:21-192.168.0.105:13294
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 3639 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
Error reading
shell exited
Connection accepted
running shell
IO thread started
IO thread started
Error reading
shell exited
Connection accepted
running shell
Connection accepted
Error reading
shell exited
running shell
IO thread started
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
shell exited
IO thread started
Connection accepted
running shell
Connection accepted
IO thread started
running shell
Error reading
shell exited
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 3820 192.168.0.102:21-192.168.0.105:13405
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 3820 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
Connection accepted
IO thread started
running shell
IO thread started
tcpsvd: start 3883 192.168.0.102:21-192.168.0.105:13493
tcpsvd: status 1/30
tcpsvd: end 3883 exit 0
tcpsvd: status 0/30
tcpsvd: start 3884 192.168.0.102:21-192.168.0.105:13516
tcpsvd: status 1/30
tcpsvd: end 3884 exit 0
tcpsvd: status 0/30
tcpsvd: start 3897 192.168.0.102:21-192.168.0.105:13558
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 3897 exit 0
tcpsvd: status 0/30
tcpsvd: start 3910 192.168.0.102:21-192.168.0.105:13583
tcpsvd: status 1/30
Error reading
shell exited
Connection accepted
running shell
Error reading
shell exited
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
tcpsvd: end 3910 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
shell exited
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
shell exited
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
Connection accepted
Error reading
shell exited
running shell
IO thread started
IO thread started
Error reading
shell exited
Connection accepted
running shell
Error reading
shell exited
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
shell exited
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
Error reading
shell exited
IO thread started
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
shell exited
Error reading
shell exited
Connection accepted
Connection accepted
running shell
IO thread started
running shell
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
Connection accepted
running shell
IO thread started
IO thread started
Error reading
shell exited
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 4053 192.168.0.102:21-192.168.0.105:13712
tcpsvd: status 1/30
tcpsvd: end 4053 exit 0
tcpsvd: status 0/30
Connection accepted
running shell
IO thread started
tcpsvd: start 4070 192.168.0.102:21-192.168.0.105:13752
tcpsvd: status 1/30
tcpsvd: end 4070 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
tcpsvd: start 4093 192.168.0.102:21-192.168.0.105:13786
tcpsvd: status 1/30
tcpsvd: end 4093 exit 0
tcpsvd: status 0/30
tcpsvd: start 4100 192.168.0.102:21-192.168.0.105:1015
tcpsvd: status 1/30
tcpsvd: end 4100 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 4181 192.168.0.102:21-192.168.0.105:726
tcpsvd: status 1/30
Error reading
shell exited
tcpsvd: end 4181 exit 0
tcpsvd: status 0/30
tcpsvd: start 4184 192.168.0.102:21-192.168.0.105:13971
tcpsvd: status 1/30
tcpsvd: end 4184 exit 0
tcpsvd: status 0/30
tcpsvd: start 4192 192.168.0.102:21-192.168.0.105:14009
tcpsvd: status 1/30
tcpsvd: end 4192 exit 0
tcpsvd: status 0/30
tcpsvd: start 4199 192.168.0.102:21-192.168.0.105:14023
tcpsvd: status 1/30
tcpsvd: end 4199 exit 0
tcpsvd: status 0/30
tcpsvd: start 4267 192.168.0.102:21-192.168.0.105:14062
tcpsvd: status 1/30
Connection accepted
running shell
IO thread started
tcpsvd: end 4267 exit 0
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 4361 192.168.0.102:21-192.168.0.100:35175
tcpsvd: status 1/30
tcpsvd: start 4362 192.168.0.102:21-192.168.0.100:52025
tcpsvd: status 2/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 4367 192.168.0.102:21-192.168.0.100:47671
tcpsvd: status 3/30
tcpsvd: start 4369 192.168.0.102:21-192.168.0.100:60054
tcpsvd: status 4/30
tcpsvd: start 4383 192.168.0.102:21-192.168.0.100:54517
tcpsvd: status 5/30
tcpsvd: start 4385 192.168.0.102:21-192.168.0.100:42328
tcpsvd: status 6/30
tcpsvd: end 4385 exit 0
tcpsvd: status 5/30
tcpsvd: end 4383 exit 0
tcpsvd: status 4/30
tcpsvd: end 4369 exit 0
tcpsvd: status 3/30
tcpsvd: end 4367 exit 0
tcpsvd: status 2/30
tcpsvd: end 4362 exit 0
tcpsvd: status 1/30
tcpsvd: end 4361 exit 0
tcpsvd: status 0/30
tcpsvd: start 4386 192.168.0.102:21-192.168.0.100:49083
tcpsvd: status 1/30
tcpsvd: start 4389 192.168.0.102:21-192.168.0.100:57408
tcpsvd: status 2/30
Connection accepted
running shell
IO thread started
Connection accepted
running shell
IO thread started
tcpsvd: end 4386 exit 0
tcpsvd: status 1/30
Error reading
shell exited
Error reading
shell exited
shell exited
tcpsvd: end 4389 exit 0
tcpsvd: status 0/30
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
tcpsvd: start 4576 192.168.0.102:21-192.168.0.105:327
tcpsvd: status 1/30
tcpsvd: start 4578 192.168.0.102:21-192.168.0.105:14222
tcpsvd: status 2/30
IO thread started
tcpsvd: end 4578 exit 0
tcpsvd: status 1/30
tcpsvd: end 4576 exit 0
tcpsvd: status 0/30
tcpsvd: start 4591 192.168.0.102:21-192.168.0.105:14288
tcpsvd: status 1/30
tcpsvd: end 4591 exit 0
tcpsvd: status 0/30
Error reading
shell exited
tcpsvd: start 4611 192.168.0.102:21-192.168.0.105:98
tcpsvd: status 1/30
tcpsvd: end 4611 exit 0
tcpsvd: status 0/30
tcpsvd: start 4723 192.168.0.102:21-192.168.0.105:14384
tcpsvd: status 1/30
Connection accepted
running shell
tcpsvd: end 4723 exit 0
tcpsvd: status 0/30
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: start 4778 192.168.0.102:21-192.168.0.100:51257
tcpsvd: status 1/30
tcpsvd: start 4780 192.168.0.102:21-192.168.0.100:47666
tcpsvd: status 2/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
tcpsvd: end 4780 exit 0
tcpsvd: end 4778 exit 0
tcpsvd: status 0/30
tcpsvd: status 0/30
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
Connection accepted
running shell
IO thread started
Error reading
shell exited
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

You DID edit files and you did it incorrectly. Nothing less, nothing more :) Root is working. Use original files :)
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 !!!!
aggbg
SamyGO Project Donor
Posts: 18
Joined: Sun Oct 04, 2015 9:46 am

Re: [!!!] Rooting H on latest firmwares

Post by aggbg »

I did use the original files several times and still nothing.
When I'm using the original files if vermagic.txt doesn't show up what do i do?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [!!!] Rooting H on latest firmwares

Post by sectroyer »

aggbg wrote:I did use the original files several times and still nothing.
When I'm using the original files if vermagic.txt doesn't show up what do i do?
You post sam.log WITH original files. Also what is your FW version ? :)
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 !!!!
aggbg
SamyGO Project Donor
Posts: 18
Joined: Sun Oct 04, 2015 9:46 am

Re: [!!!] Rooting H on latest firmwares

Post by aggbg »

My firmware is T-NT14UDEUC-1022.4 T-NT14UDEUS-1107. Still no vermagic.txt.
Original files log:

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/dtv/samygo_telnetd /tmp/bin/ 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
+ sync
+ /tmp/bin/busybox tcpsvd -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
+ /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

Post Reply

Return to “[H] Software”