Page 2 of 3

Re: Downgrade

Posted: Mon Jun 13, 2011 10:21 am
by juusso
1. Script must be in ANSI format
2. rename to

Code: Select all

run.sh
3. Attach to TV
4. Remove after you get notification about USB
5. Restart TV

What difference are you waiting for?

Re: Downgrade

Posted: Mon Jun 13, 2011 11:32 am
by juusso
If run.sh nor SamyGO.sh (most probably for HMH) does not worked for you, that means - you`re making something wrong.
Either your script is in wrong encoding, or you put bad commands to it.
Here is how the SamyGO.sh file should look like:

Code: Select all

#!/bin/sh
if [ -f /mtd_rwarea/Version.0 ] ; then
echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.0
sync
else
echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.1
fi
sync 
Make sure line breaks are done with unix style "LF", NOT Windows' "CRLF"

Re: Downgrade

Posted: Mon Jun 13, 2011 1:29 pm
by juusso
tumpa wrote:I was hoping it would downgrade my 3009.2 t-valdeuc to 3008 or below without having to hack it.
It works only on hacked TV`s.

Re: Downgrade

Posted: Mon Jun 13, 2011 2:04 pm
by juusso
Hack image is removed because of its unpredictability. It bricks not every TV, here is low percent of bricked TV`s compared to hacked ones. But we do not know why TV bricks (most probably due reboot/halt/shutdown called from busybox (webui channel edit uses this command too). Moreover - this reboot command is called in hacking process - that`s why we got few bricks just after hacking procedure).

When the next release will be available - i do not know, i`m not the developer of this hack. I removed image to forbid further bricks.

but you always can make from scratch, read this manual.
As you understood - you can root TV without hack image.

Re: Downgrade

Posted: Mon Jun 13, 2011 5:15 pm
by juusso
repetitio est mater studiorum
Analyse your work, might you miss something or did some errors?