[Ended][ROOT] H "Skype" root (FW<=Dec.2014, all 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.

Marflow
SamyGO Project Donor
Posts: 60
Joined: Wed Nov 11, 2015 6:40 pm
Location: PL

Re: [App] Rooting H series (updated 25/06/2015)

Post by Marflow »

How fix this?

My sam.log
SpoilerShow

Code: Select all

+ echo checking /dtv/usb/sda1
checking /dtv/usb/sda1
+ sleep 1
+ [ -e /dtv/usb/sda1/STOP_SAMYGO ]
+ cd /tmp
+ mkdir /tmp/bin
mkdir: can't create directory '/tmp/bin': File exists
+ echo OK
+ [ -e /dtv/skype_samygo ]
+ touch /dtv/skype_samygo
+ cp /dtv/usb/sda1/SamyGO/samygo_telnetd /dtv/
+ sleep 120
+ sleep 90
+ sleep 60
+ sleep 40
+ chmod +x /dtv/samygo_telnetd
+ sleep 20
+ cp /dtv/usb/sda1/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:/mtd_exe/nodejs/nodeEngine:/mtd_rwcommon/nodejs/wasp-framework:/mtd_exe/vdlm:/mtd_appdata/Runtime/bin:/mtd_exe/vdlm
+ export LD_LIBRARY_PATH=/tmp/bin:
+ sync
+ sync
+ /tmp/bin/busybox tcpsvd -vE 0.0.0.0 21 /tmp/bin/busybox ftpd -w /
+ ln -s /dev/loop3 /tmp/loopnone
tcpsvd: listening on 0.0.0.0:21, starting
+ sync
+ /tmp/bin/busybox losetup /tmp/loopnone /dtv/usb/sda1/SamyGO/samyext4.img
+ /tmp/bin/busybox mount -t ext4 -o sync,exec /tmp/loopnone /mnt
+ /tmp/bin/busybox --install -s /mnt/bin
+ sync
+ ls -la /mnt/bin /mnt/doc /mnt/etc /mnt/firmware /mnt/lib /mnt/lost+found /mnt/mc /mnt/opt /mnt/rcSGO /mnt/sam.log /mnt/samygo.log /mnt/sbin /mnt/spms.txt /mnt/src /mnt/usr /mnt/var
+ echo ===========================
+ echo Starting rcSGO from run1.sh
+ echo ===========================
+ /mnt/bin/busybox2 sh -x /mnt/rcSGO /mnt
+ killall -KILL Skype
killall: Skype: no process killed
+ killall -KILL Skype
killall: Skype: no process killed
+ killall -KILL Skype
killall: Skype: no process killed
+ killall -KILL Skype
killall: Skype: no process killed
+ killall -KILL Skype
killall: Skype: no process killed
tcpsvd: start 5376 192.168.1.221:21-192.168.1.103:6096
tcpsvd: status 1/30
40H6500
T-MST14DEUC-2130 (network root)
OTN off
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by sectroyer »

Fix WHAT ? :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 !!!!
User avatar
dar3k
SamyGO Project Donor
Posts: 156
Joined: Thu Nov 26, 2015 2:37 pm
Location: Poland

Re: [App] Rooting H series (updated 25/06/2015)

Post by dar3k »

sectroyer wrote:Fix WHAT ? :D

viewtopic.php?p=84110#p84110
English is not my native language.
48H6500 (T-MST14DEUC_2606 -> 2130)
22H5610 (T-MST14DEUC_1106.1)
Both rooted by mihd method :)
55HU8590 -> rooted by network, did someone root it by Skype ?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by sectroyer »

dar3k wrote:
sectroyer wrote:Fix WHAT ? :D

viewtopic.php?p=84110#p84110
WOW :shock: :o You REALLY have 1104? I have 1108 :( Do you have installer for this firmware I would really like to DOWNgrade :(
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 !!!!
3306
SamyGO Project Donor
Posts: 4
Joined: Tue Dec 29, 2015 7:02 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by 3306 »

Hello there,
I wanted to report a successful root.
I have applied the method Skype.
The procedure by user HU8200 has helped.
SpoilerShow
as I wrote so I've done. my not fully working skype method: viewtopic.php?f=70&t=8469&start=950#p76307

fixed skype method for T-NT14UDEUC with NOT-SFD firmware /check logs from new method/
1. deleted file from working new method (/mtd_rwarea/network/runSamyGO.sh)
2. turned on watchdog
3. edited file run.sh

Code: Alles ausw?hlen
#!/bin/sh
echo OK > /tmp/rooted
echo OK > "$1/SamyGO/getroot.ok"
sync
rm "$1/SamyGO/sam.log"
/bin/sh -x "$1/SamyGO/skype_fix.sh" "$1" >> "$1/SamyGO/sam.log" 2>&1
sh -x "$1/SamyGO/run1.sh" "$1" >> "$1/SamyGO/sam.log" 2>&1
4. created file skype_fix.sh and copied file ntktree from new SamyGO to old skype method

Code: Alles ausw?hlen
#!/bin/sh
/bin/sleep 30
/dtv/bin/ls > /dev/null;

/bin/cp "$1/SamyGO/ntkfree" /tmp/
chmod +x /tmp/ntkfree
mknod /dtv/ntkaxis c 140 0
/tmp/ntkfree
and works as i expected, wifi and lan
logs:
My Samsung -TV crashed during the procedure several times, could only unplug again be started.
MFG 3306
viewtopic.php?f=70&t=9622&start=320
UE55 HU 7200 T-NT14UDEUC-1020.4
Marflow
SamyGO Project Donor
Posts: 60
Joined: Wed Nov 11, 2015 6:40 pm
Location: PL

Re: [App] Rooting H series (updated 25/06/2015)

Post by Marflow »

sectroyer wrote:
dar3k wrote:
sectroyer wrote:Fix WHAT ? :D

viewtopic.php?p=84110#p84110
WOW :shock: :o You REALLY have 1104? I have 1108 :( Do you have installer for this firmware I would really like to DOWNgrade :(
Yes, I have FW v1104. When I bought the TV immediately I blocked the OTN&OTA. :D

Do you look on my screenshot of rooting app log? viewtopic.php?p=84110#p84110 ?
Why I have "Existing '/mtd/rw_common/moip/engines/Skype/runSamyGo.sh' ? [NO]"? This is normal?
You do not have the required permissions to view the files attached to this post.
40H6500
T-MST14DEUC-2130 (network root)
OTN off
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by sectroyer »

Your log looks EXACTLY as it should look. Congratulations :) To confirm rook working please check netcat on port 3023 and 3123 :)
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 !!!!
Marflow
SamyGO Project Donor
Posts: 60
Joined: Wed Nov 11, 2015 6:40 pm
Location: PL

Re: [App] Rooting H series (updated 25/06/2015)

Post by Marflow »

sectroyer wrote: If rooting successful, write FULL TV model and FULL firmware name/version. Thanks :)
40H6500, T-MST14DEUC-1104.2

:)
40H6500
T-MST14DEUC-2130 (network root)
OTN off
floge123
SamyGO Project Donor
Posts: 2
Joined: Wed Jan 06, 2016 10:53 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by floge123 »

With me is the following picture

https://drive.google.com/file/d/0B6i1Kj ... sp=sharing

USB stick has been done correctly
what am I doing wrong?
I also can not find where I can make autosart skype

https://drive.google.com/file/d/0B6i1Kj ... sp=sharing
https://drive.google.com/file/d/0B6i1Kj ... sp=sharing
Edited by Moderator: We don't need German translation.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting H series (updated 25/06/2015)

Post by sectroyer »

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 !!!!

Locked

Return to “[H] Software”