Difference between revisions of "Samsung A Series (2008 Model) Hacks"


From SamyGO
Jump to: navigation, search
(Firmware patching instruction, telnet injection, references)
 
(Firmware patching instruction for T-SPHAUSC (Models LNxxA850 and LNxxA860))
Line 14: Line 14:
 
     /mtd_exe/exeDSP
 
     /mtd_exe/exeDSP
  
/etc/telnetd_start.sh & is new line there.
+
* /etc/telnetd_start.sh & is new line there.
  
 
3. Remove or move old exe.img to different location and then run:
 
3. Remove or move old exe.img to different location and then run:

Revision as of 04:06, 7 January 2010

Firmware patching instruction for T-SPHAUSC (Models LNxxA850 and LNxxA860)

You will need to use squashtools 3.0 to unpack/pack the firmware. Don't use 3.1 because it will produce the file which won't be understood by your TV.

1. Unpack image with the following command:

   unsquashfs exe.img

2. Modify squashfs-root/rc.local as this:

   export MAPLE_DEFAULT_PATH=/mtd_cmmlib/InfoLink/lib
   export MAPLE_WIDGET_DATA_PATH=/mtd_down/widgets
   /etc/telnetd_start.sh &
   /mtd_exe/exeDSP
  • /etc/telnetd_start.sh & is new line there.

3. Remove or move old exe.img to different location and then run:

   mksquashfs.exe ./squashfs-root exe.img -all-root -nolzma -b 65536 -no-exports

4. Calculate checksum of newly generated image. (see details on SamyGO wiki age)

5. Flash it via "Update Software" TV Menu

  • If you cannot connect with your TV using telnet after patching there is a chance that your firmware is bad. Fortunately TV has two copies of firmware and uses the backup copy to start up.
  • Unfortunately there is no official firmware available on Samsung support web site. That's why we cannot provide simple patch script for everyone to use.

Starting telnet daemon using Content Library Game menu (aka injection method)

If you cannot patch your firmware or you are just afraid to do that, there is a safer method to start telnet daemon on your TV. You will need to download a package which was made from SamyGO 0.2 extension pack. It was developed and tested on LN52A850 running T-SPHAUSC 1004 firmware. But recently it was confirmed that it works on LNxxA750 running T-RBYAUSC 1012.2 firmware. It might also work on other LNxxAxxx models.

1. Please download the package from here: [1]

2. Please unpack the content of the zip file to the root of USB stick.

3. Then plug it into TV, go to content library on your TV, switch to USB drive using red button and run Telnetd game.

4. After several seconds of color blinking your TV will be running telnetd daemon and you will be able to connect from your PC.

References to discussion threads

Hacking T-SPHAUSC Firmware - LN52A850 and LN52A860 : [2]

Hacking T-RBYDEUC Firmware - LE40A756 and A856 [3]