2. rename to
Code: Select all
run.sh
4. Remove after you get notification about USB
5. Restart TV
What difference are you waiting for?
Code: Select all
run.sh
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
It works only on hacked TV`s.tumpa wrote:I was hoping it would downgrade my 3009.2 t-valdeuc to 3008 or below without having to hack it.
Analyse your work, might you miss something or did some errors?repetitio est mater studiorum