[ROOT] H "Network" root (FW<=Oct.2015, no T-GFS)
Re: [!!!] Rooting H on latest firmwares
@TheTroll: Use bash when executing the script. sh does not support all the features needed by the script.
H6400, firmware 2602.2 downgraded to 2130
Re: [!!!] Rooting H on latest firmwares
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 ?
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
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.
H6400, firmware 2602.2 downgraded to 2130
Re: [!!!] Rooting H on latest firmwares
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
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
-
- SamyGO Project Donor
- Posts: 25
- Joined: Sun Sep 28, 2014 10:46 am
Re: [!!!] Rooting H on latest firmwares
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.DaCapone wrote:i have tryed the new Version tooPlease try installing newest InstallSamyGO-H and post photo
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
still waiting for bobsilvios test.
but until today i don?t get any insmode file
bluescreen60
UE55HU8590 T-GFP9DEUC 1280.8 root ok - no OTN
after downgrade
UE55HU8590 T-GFP9DEUC 1230.2 root ok - OTN ok
after downgrade
UE55HU8590 T-GFP9DEUC 1230.2 root ok - OTN ok
Re: [!!!] Rooting H on latest firmwares
I think I got it!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
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
This is the result for my TV.
Whit new samygo
Whit new samygo
Samsung UE55HU8500 T-GFP9DEUC 1300.2
Re: [!!!] Rooting H on latest firmwares
Would be nice if we could see what is on IMG_20151007_164541.jpgBobsilvio wrote:This is the result for my TV.
Whit new samygo

I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Re: [!!!] Rooting H on latest firmwares
Sorry. Tapatalk.. https://www.dropbox.com/s/de507zvwcx5si ... 1.jpg?dl=0
Samsung UE55HU8500 T-GFP9DEUC 1300.2
Re: [!!!] Rooting H on latest firmwares
I modded the file
whit
this is the result
https://www.dropbox.com/s/tal6v3rbn5j5q ... 6.jpg?dl=0
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";
}
Code: Select all
if(currentStep += copy(networkPath + "/insmod_bcm.sh",usbMountPath+"/"))
{
skypeNotFound = true;
data_zip="data_bcm.zip";
}
https://www.dropbox.com/s/tal6v3rbn5j5q ... 6.jpg?dl=0
Samsung UE55HU8500 T-GFP9DEUC 1300.2