
You can see it in my script above:
...
# rm /mtd_rwarea/PartitionSwitch_1_0
# touch /mtd_rwarea/PartitionSwitch_0_0
...
But it is only theory, I am still not brave enough.
Not so far, but I am preparing for it.blackbile wrote:ji035453 were you brave enough?
Yes, if we replace 3000.2 firmware with previous firmware (2004.1 or 2005.0) we will get back up/downgrade/firmware_switch possibility and we overcome everything what is disabled in 3000.2.blackbile wrote:LEB650 3000.2 fw without linux knowledge
So, my question that if I have 2004 FW somehow, then I will have an original TV with original features with firmware up/downgrade possibility?
You must decrypt (xor with "T-CHL7DEUC" phrase) exe.img.enc and appdata.img.enc.blackbile wrote:if I have telnet access on the FW 3000.2 then why I have to do this:Code: Select all
# python [i](we get to the console python))[/i] >>> import SamyGO >>> SamyGO.xor( "exe.img.enc", "T-CHL7DEUC" ) >>> SamyGO.xor( "appdata.img.enc", "T-CHL7DEUC" )
Yes, you can, but again, you must decrypt (xor with "T-CHL7DEUC" phrase) exe.img.enc and appdata.img.enc.blackbile wrote:Can I use the files "exe.img.enc" and "appdata.img.enc" from newagehun's FW 2004.1 (he made the AR hack v2) rather???
So I think, that my solution presented in this thread is probably overkill:dynamic1969 wrote:Hi mestief,
actually "the only thing you need to do" is to:as this would force your TV to boot from its backup image which should normally still be 100% OK!Code: Select all
rm /mtd_rwarea/PartitionSwitch_0_0 touch /mtd_rwarea/PartitionSwitch_1_0
However,this is easier said then done ...
Code: Select all
# /mtd_boot/MicomCtrl 23
# killall -9 exeDSP
# umount /mtd_exe
# umount /mtd_appdata
# mount -t auto /dev/tbml8 /mtd_exe
# mount -t auto /dev/tbml9 /mtd_appdata
# rm /mtd_rwarea/PartitionSwitch_1_0
# touch /mtd_rwarea/PartitionSwitch_0_0
# /mtd_exe/rc.local
Code: Select all
SWVersionInfo:
# cat /mtd_rwarea/Version.0 (Original Shipped)
SWU_T-CHU7DEUC_000104_I02_EK000DK000_000101 -> DLNA over WLAN: OK
# cat /mtd_rwarea/Version.1 (2008.2 Update)
SWU_T-CHU7DEUC_002008_I02_EK000DK000_090816 -> DLNA over WLAN: won't play files (Disabled?)
Code: Select all
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
#
Glad to see it worked for you tooblackbile wrote:YES, now I have FW2004.1 again !!!!!!!!!!!!!!!!!!!!!
I did what you wrote before my post.