Page 18 of 88

Re: [How To] Get root access on F series

Posted: Wed Oct 30, 2013 11:39 pm
by bugficks
no idea, im more puzzled what gcc/ld did :)

Re: [How To] Get root access on F series

Posted: Wed Oct 30, 2013 11:44 pm
by Lordbyte
Tamagnun wrote:P.S.: but the question is... why this libSkype.so is working well on hundreds of F-series TV?!?!?! :shock:
And just as many E-series, - or more. F-series is pretty new.

Re: [How To] Get root access on F series

Posted: Wed Oct 30, 2013 11:49 pm
by Tamagnun
bugficks wrote:no idea, im more puzzled what gcc/ld did :)
Waht's the meaning of gcc/ld, please?
And IDA (referred to the libSkype.so file)?
Sorry for my ignorance... :oops:

Write you tomorrow evening, after my test.
Thank you
Regards

Re: [How To] Get root access on F series

Posted: Wed Oct 30, 2013 11:50 pm
by bugficks
gcc=compiler, ld=linker, ida=disassembler

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 7:52 am
by Tamagnun
Ok, thank you for the explanation of the acronymous.

Last question: during widget installation all files under /data folders into SamyGO Widget.zip package are copied into the widget folder into the TV? That sounds as I'm free to rename run.sh in run.s (or make a copy of it) into the zip file before to install it, repeat the installation and the script will be on the TV at the next boot time?

Thank you
Ciao

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 8:09 am
by bugficks
data is extracted when you run widget (rooting) not on installation of widget.
yar you could also make a copy, so you have run.sh and run.s in zip.
add run.s to zip and restart whole rooting procedure, just to be safe :)

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 9:25 am
by Tamagnun
Yes yes, we are saying the same thing: files from the widget.zip (included run.sh and data.zip from /data folder) are expanded and copied onto the TV at installation time, data.zip is expanded in /tmp/bin (by run.sh -or run.s ;)-) at TV boot time.

I've found in data.zip other copies of AutoStart and libSkype.so files -it seems they are exactly the same copied from the USB key during the widget execution-, these are useless in this tool version for F-series, isn't it?

Now I'm at work, these evening I'll test is run.s will be started by libSkype.so and the root will be completed properly!

Thank you for your assistance.
Ciao

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 9:37 am
by bugficks
no idea :)

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 9:50 am
by Tamagnun
Ops... another idea...

run.sh (and now also run.s) must be granted with chmod 777 or similar in order to be executable at TV boot time, I haven't found this grant excalation anywhere... it will be granted by the altered libSkype.so before to execute it?

I don't know if this question is for you or for juuso...
Ciao

Re: [How To] Get root access on F series

Posted: Thu Oct 31, 2013 10:08 am
by bugficks
shouldn't matter as its called system(sh script) and not just system(script)