Difference between revisions of "Forced revert back to older firmware"


From SamyGO
Jump to: navigation, search
Line 28: Line 28:
 
  -sh: id: not found
 
  -sh: id: not found
 
  # cd mtd_rwarea/
 
  # cd mtd_rwarea/
  # ls -al Version.*
+
  # ls -l Version.*
 
  -rwxr-xr-x    1 root    0              44 Jan  1  1980 Version.1
 
  -rwxr-xr-x    1 root    0              44 Jan  1  1980 Version.1
 
  # cat Version.1
 
  # cat Version.1
 
  SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
 
  SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
 
  # echo SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816 > Version.0
 
  # echo SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816 > Version.0
# chmod 755 Version.0
+
  # ls -l Version.*
  # ls -al Version.*
 
 
  -rwxr-xr-x    1 root    0              44 Jan  1 00:00 Version.0
 
  -rwxr-xr-x    1 root    0              44 Jan  1 00:00 Version.0
 
  -rwxr-xr-x    1 root    0              44 Jan  1  1980 Version.1
 
  -rwxr-xr-x    1 root    0              44 Jan  1  1980 Version.1

Revision as of 22:32, 26 April 2010

This article for revert back to older firmware if only if you upgraded TV to latest firmware accidentally.

If your new TV comes with latest firmware, this instructions does not change anything for your TV...

Samy horse.jpg

Enabling Telnet

With latest firmware, Samsung disabled both Ex-Link console connection and external applications because of stopping us. So you cannot create telnet connection with TV because cannot use Telnet Enabler application. If you copied Telnet Application to TV's flash before you are lucky. But If you not, please don't cry, here is solution.


Trojan Horse

Historically : Trojan is a giant horse that has hidden soldiers in it, used first at Troya A.D.2500-3000, which is in Çanakkale, Turkey now. Soldiers leave a huge wooden horse behind as a gift and fade away... Enemies take that giant horse inside of city walls. But when night become, hidden soldiers that in the horse get out and open the gates... :)



So we follow the same pattern here. Delete a some content library tool, something like "children stories" than download new one from that from Samsung and use downloaded file as trojan horse. After downloading file, place SamyGO Telnet Enabler folder to inside it, than move files to USB and plug in to TV. After copy to TV's Flash, now you can run Telnet Enabler from Content Library than enables Telnet (or open the gates :) )

Forcing to Enable Alternative Firmware

After some firmware upgrades, Samsung doesn't let us revert firmware back to older state. Actually we were using a solution for that, flashing mtd_exe and mtd_appdata partitions via manually flashing from telnet connection, enabled via telnet application.

Instead of flashing dump of older firmware to actually used partition (which is risky), switch older firmware via this hack. This way is more safe than other approach. Lines bellow will make TV use alternative firmware.

Notice: This output/lines for B650-B750 devices, so firmware name contains T-CHL7DEUC, with other TV's you needed to leave corresponding strings and versions!!!.

localhost login: root
-sh: id: not found
# cd mtd_rwarea/
# ls -l Version.*
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# cat Version.1
SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
# echo SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816 > Version.0
# ls -l Version.*
-rwxr-xr-x    1 root     0              44 Jan  1 00:00 Version.0
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# cat Version.*
SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816
SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
#

So after this, disabled "Alternative Firmware" selection became enable. So you can switch older firmware and patch some safe firmware on to latest firmware which has restrictions.

Thanks for ji035453 for his research.

--Erdem_ua 02:52, 23 April 2010 (EET)