Page 21 of 157

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

Posted: Mon Oct 12, 2015 5:34 pm
by aggbg
Got it. So then what do you think I should do about my problem?

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

Posted: Mon Oct 12, 2015 5:46 pm
by zoelechat
What is your problem? :)
If procedure hu8200 points to was reported to fix something, follow it, I just say that samyGOso step is not necessary.

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

Posted: Mon Oct 12, 2015 6:02 pm
by aggbg

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

Posted: Mon Oct 12, 2015 8:14 pm
by astrakid
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".
After downgrade to 2130 rooting is gone. just for information.

edit: i have to correct myself: telnet is still available on port 3123 and 23, but sshd is not running anymore, so no ssh-connect possible???

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

Posted: Tue Oct 13, 2015 3:28 am
by hu8200
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

Re: Root and downgrade UE40HU7000 OTN grayed

Posted: Tue Oct 13, 2015 5:58 am
by vivion
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

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

Posted: Tue Oct 13, 2015 7:27 am
by Serge
Hello help me please.
I did all by instruction but ,cant enter by telnet or ftp

This is second try, first was with scype.but still dont work.I delete skype ,and try second method

Re: Root and downgrade UE40HU7000 OTN grayed

Posted: Tue Oct 13, 2015 2:18 pm
by sectroyer
vivion 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
My answer is YES or NO, I didn't understand the question :)

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

Posted: Tue Oct 13, 2015 2:26 pm
by Herrgoettle
thanks for this rooting method.

i'm rooting my 55h6270 by 2770 fw and downgrading to 2130 fw :lol:

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

Posted: Tue Oct 13, 2015 7:59 pm
by Serge
2 sectroyer

HELP ME PLEASE.what's wrong? as i understan not good bat file<after run.
where my mistake?