Page 128 of 256

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 7:01 pm
by sectroyer
Very good it did :)

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 7:05 pm
by Joejoe
But that's not the target right? O.o

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 7:08 pm
by sectroyer
Quickly telnet to port 5023 and run quickly paste this command:

Code: Select all

/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 7:32 pm
by Joejoe
That's the reply:
/bin/sh: can't access tty; job control turned off
VDLinux#> /bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
VDLinux#> /bin/sh: /mtd_rwcommon/SamyGO/rcSGO: Permission denied


Verbindung zu Host verloren.

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 7:43 pm
by juusso
maybe this helps?

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 8:14 pm
by sectroyer
juuso wrote:maybe this helps?

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
Yeah it might :) Moreover it might also solve his problems :) Probably now Samsung strips +x when unzipping...

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 8:31 pm
by Joejoe
It's really tricky to get both lines in 5 sec. in the shell but one after another also works.

Yeah!! :mrgreen:

The root works again!

Am I right if I suspect that my problem belongs to the write permission?

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 8:41 pm
by sectroyer
Joejoe wrote:It's really tricky to get both lines in 5 sec. in the shell but one after another also works.

Yeah!! :mrgreen:

The root works again!
So fix your signature :)
Joejoe wrote: Am I right if I suspect that my problem belongs to the write permission?
No, it's execute permissions :) Does the root works (by itself) for you after reboot?

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 9:11 pm
by Joejoe
First time i got rcSGO started, the root works. :)

After reboot the root doesn't work anymore.
Even new rooting over rooting app change only the +x permission.
I change to executable and start rcSGO but nothing happens :(

Re: [App] Rooting E/F on latest firmwares

Posted: Tue Apr 14, 2015 9:13 pm
by sectroyer
Joejoe wrote: After reboot the root doesn't work anymore.
Even new rooting over rooting app change only the +x permission.
I change to executable and start rcSGO but nothing happens :(
I have no idea what you mean :D What happens when you telnet to tv on port 5023 and quickly run:

Code: Select all

chmod +x /mtd_rwcommon/SamyGO/rcSGO
/bin/sh -c /mtd_rwcommon/SamyGO/rcSGO &
? :)