Page 14 of 157

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

Posted: Wed Oct 07, 2015 12:14 pm
by mad_ady
@TheTroll: Use bash when executing the script. sh does not support all the features needed by the script.

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

Posted: Wed Oct 07, 2015 12:32 pm
by TheTroll
Hi,

yes i saw that thanks :)
But I used sh which failed, then I used bash.
Do you think that SH messed up with the .ko copying the wrong bytes?
I mean, should I start again from the backup I made of the USB stick right after the script ?

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

Posted: Wed Oct 07, 2015 12:40 pm
by mad_ady
Most likely the sh didn't understand the syntax of some of the ifs and failed to execute some of the commands. You should probably rerun from that step if you still have the original input files.

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

Posted: Wed Oct 07, 2015 12:42 pm
by TheTroll
Yes I will try on original input files ..
One question about my log file, is it a log that was exectuted after or before I patched ?
Would bad patching lead to these Terminated errors ?

This worry me:

+ /bin/sleep 30
+ /dtv/bin/ls
Terminated

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

Posted: Wed Oct 07, 2015 1:24 pm
by bluescreen60
DaCapone wrote:
Please try installing newest InstallSamyGO-H and post photo
i have tryed the new Version too
result is the same

https://www.dropbox.com/s/x8qtzkjbafq6y ... H.rar?dl=0 new method
https://www.dropbox.com/s/321y088gfbc22 ... H.rar?dl=0 old method
That is exact what i had , and that is why i renamed tha data.zipfolder to _qca and the _bcm to data.zipfolder . i only forgot to take a picture from first test.
still waiting for bobsilvios test.
but until today i don?t get any insmode file
bluescreen60

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

Posted: Wed Oct 07, 2015 2:15 pm
by TheTroll
TheTroll wrote:Yes I will try on original input files ..
One question about my log file, is it a log that was exectuted after or before I patched ?
Would bad patching lead to these Terminated errors ?

This worry me:

+ /bin/sleep 30
+ /dtv/bin/ls
Terminated
I think I got it!
The first terminated is happening and then returns the error "143"
This leads to:
/dtv/bin/ls > /dev/null;
if [ $? -eq 143 ];
then
echo "SFD detected. Insmoding...";

And then, it should work.

Am I right ?
Does it mean it's just my .ko that is wrong ?

Thanks!

EDIT: I found the reason I think, the .ko was indeed corrupted by the first call to patch.sh ...i will try a proper one

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

Posted: Wed Oct 07, 2015 3:50 pm
by Bobsilvio
This is the result for my TV.
Whit new samygo
IMG_20151007_164541.jpg

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

Posted: Wed Oct 07, 2015 3:51 pm
by sectroyer
Bobsilvio wrote:This is the result for my TV.
Whit new samygo
IMG_20151007_164541.jpg
Would be nice if we could see what is on IMG_20151007_164541.jpg :P

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

Posted: Wed Oct 07, 2015 3:53 pm
by Bobsilvio

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

Posted: Wed Oct 07, 2015 4:08 pm
by Bobsilvio
I modded the file

Code: Select all

    if(currentStep += copy(networkPath + "/insmod_qca.sh",usbMountPath+"/"))
    {
        skypeNotFound = true;
    }
    else if(currentStep += copy(networkPath + "/insmod_bcm.sh",usbMountPath+"/"))
    {
        skypeNotFound = true;
        data_zip="data_bcm.zip";
    }
whit

Code: Select all

    if(currentStep += copy(networkPath + "/insmod_bcm.sh",usbMountPath+"/"))
    {
        skypeNotFound = true;
        data_zip="data_bcm.zip";
    }
this is the result

https://www.dropbox.com/s/tal6v3rbn5j5q ... 6.jpg?dl=0