Forced revert back to older firmware


From SamyGO
Revision as of 19:21, 25 April 2010 by Erdem ua (talk | contribs)
Jump to: navigation, search

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

Samy horse.jpg


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.

localhost login: root
-sh: id: not found
# cd mtd_rwarea/
# ls -al Version.*
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# cat Version.1
SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
# touch Version.0
# ls -al Version.*
-rw-r--r--    1 root     0               0 Jan  1  1980 Version.0
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# chmod 755 Version.0
# 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  1980 Version.1
# echo SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816 >Version.0
# 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)