Difference between revisions of "How to downgrade T-VALDEUC firmware"


From SamyGO
Jump to: navigation, search
m (little housekeeping...)
m (Using "the zero" firmware (not rooted TV))
Line 1: Line 1:
 
=Using "the zero" firmware (not rooted TV)=
 
=Using "the zero" firmware (not rooted TV)=
'''without SSH/Telnet or script execution'''
+
'''without SSH/Telnet or script execution'''<br>
 
If you do not have SSH/Telnet access to your TV, it is still possible to downgrade your firmware. For example, if you have 3011 firmware and would like to use SamyGo, you'd need 3005 or 3009 firmware.
 
If you do not have SSH/Telnet access to your TV, it is still possible to downgrade your firmware. For example, if you have 3011 firmware and would like to use SamyGo, you'd need 3005 or 3009 firmware.
 
To do this, follow these steps:
 
To do this, follow these steps:
Line 13: Line 13:
 
* Once your TV is started, you can download any T-VALDEUC firmware on your TV (preferebly from USB), there won't be any version checks.
 
* Once your TV is started, you can download any T-VALDEUC firmware on your TV (preferebly from USB), there won't be any version checks.
 
:Do not use firmware 0000 for "regular" use of your TV since most functions propably won't work (correctly).
 
:Do not use firmware 0000 for "regular" use of your TV since most functions propably won't work (correctly).
 +
 
=Using shell(rooted TV only)=
 
=Using shell(rooted TV only)=
 
How to downgrade if you already have SSH/Telnet access and your run.sh is being executed:<br>
 
How to downgrade if you already have SSH/Telnet access and your run.sh is being executed:<br>

Revision as of 13:54, 3 March 2012

Using "the zero" firmware (not rooted TV)

without SSH/Telnet or script execution
If you do not have SSH/Telnet access to your TV, it is still possible to downgrade your firmware. For example, if you have 3011 firmware and would like to use SamyGo, you'd need 3005 or 3009 firmware. To do this, follow these steps:

  • Download the following file:
rapidshare.com or uploaded.to
  • Extract the file to an USB pendrive (formatted in a file system your TV can read (e.g. FAT32, ext3, NTFS)
  • Plug the pendrive into your TV
  • There should pop up a message asking you if you want to use the pendrive for "Media Player" or "Software Update". Choose "Software Update".
Should this message not pop up, go to the TV's menu and select "Software Update" from there
  • Follow the procedures for a normal software update from USB. Once the TV is finished, it should restart. Usually, there should come a message up saying "Not for Sale".
  • Once your TV is started, you can download any T-VALDEUC firmware on your TV (preferebly from USB), there won't be any version checks.
Do not use firmware 0000 for "regular" use of your TV since most functions propably won't work (correctly).

Using shell(rooted TV only)

How to downgrade if you already have SSH/Telnet access and your run.sh is being executed:
1. fill up run.sh with this code:

   #!/bin/sh
   if [ -f /mtd_rwarea/Version.0 ] ; then
   echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.0
   else
   echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.1
   fi
   sync 

2. Do not reboot TV, attach USB with firmware version you want to install (T-VALDEUC....)
3. Go to "Help -> Software Upgrade -> USB" and TV should accept firmware to downgrade

  • Attention - code above only for T-VALDEUC
  • When editing scripts, always make sure line breaks are done with unix style "LF", NOT Windows' "CRLF"!

Firmwares

Old_&_Good_Firmwares


References

topic: