Difference between revisions of "Forced revert back to older firmware"
m (→Enabling Telnet) |
m (→Forcing to Enable Alternative Firmware) |
||
Line 19: | Line 19: | ||
=Forcing to Enable Alternative Firmware= | =Forcing to Enable Alternative Firmware= | ||
After some firmware upgrades, Samsung doesn't let us revert firmware back to older state. | 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 | + | Actually we were using as a solution for that, flashing mtd_exe and mtd_appdata partitions via manual 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. | + | Instead of flashing dump of older firmware to actually used partition (which is risky), we can switch to older firmware via this hack. This way is more safe than other approach. Lines bellow will make TV use alternative firmware. |
− | 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 | + | '''Notice: This output/lines for B650-B750 devices, so firmware name contains T-CHL7DEUC, with other TV's you need to use corresponding strings and versions!!!.''' |
localhost login: root | localhost login: root | ||
-sh: id: not found | -sh: id: not found | ||
Line 41: | Line 40: | ||
# | # | ||
− | So after this, disabled "Alternative Firmware" selection became | + | So after this, disabled "Alternative Firmware" selection became enabled. So you can switch older firmware and patch some safe firmware on to latest firmware which has restrictions. |
Thanks for [[User:ji035453|ji035453]] for his research. | Thanks for [[User:ji035453|ji035453]] for his research. | ||
--[[User:Erdem_ua|Erdem_ua]] 02:52, 23 April 2010 (EET) | --[[User:Erdem_ua|Erdem_ua]] 02:52, 23 April 2010 (EET) |
Revision as of 06:33, 30 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...
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
Historicaly : 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 comes, 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, then 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 as a solution for that, flashing mtd_exe and mtd_appdata partitions via manual flashing from telnet connection, enabled via telnet application.
Instead of flashing dump of older firmware to actually used partition (which is risky), we can switch to 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 need to use 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 enabled. 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)