Re: [!!!] Rooting H on latest firmwares
Posted: Mon Oct 12, 2015 5:34 pm
Got it. So then what do you think I should do about my problem?
Samsung TV Firmware on the GO
http://forum.samygo.tv/
After downgrade to 2130 rooting is gone. just for information.astrakid wrote:Successfully rooted my UE55H6270 (firmware 2730) with the provided method. Remind that the script under unix (actually kubuntu 15.04) is not running, you have to change shebang-line (replace sh by bash) or call the script explicitly with "bash patch.sh".
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
...
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 <-------------
Code: Select all
/bin/cp "$1/SamyGO/ntkfree" /tmp/
chmod +x /tmp/ntkfree
mknod /dtv/ntkaxis c 140 0
My answer is YES or NO, I didn't understand the questionvivion wrote:Hi zoelechat, have questions, If get root SamyGO virtual usb have always?
My TV When i turn off and turn on virtual usb SamyGO not appear. Need start again widget Samygo from HUB and reboot and wait 5 min. I can connect ftp, ssh, (telnet port 3123 - /bin/sh: can't access tty; job control turned off )
obtain root