Browsing through AVS forum thread "Official Samsung LNxxA850 Owner's Thread" I have discovered that the firmware I'm currently playing with (T-SPHAUSC version 1004) is incomplete, because it is too small (just 20Mb) compared to the version 1003.3 (300Mb) which was listed there: http://www.avsforum.com/avs-vb/showthre ... st15175787 . Inside this firmware I found one extra image file: tlib.img . After extracting its content I found the collection of games. All games are coming as shared libraries with the same entry point: Game_Main. I have also discovered references to that name in exeDSP.
I also learned that SamyGO-All-Extensions pack is also coming as shared library with Game_Main entry point. That allowed me to try using SamyGO-All-Extensions-v0.03 pack on my TVs (LN52A850).
- I have copied SamyGO folder to SEC_GAME\SamyGO folder on USB drive.
- Renamed SamyGOE.so to libSamyGO.so in order for TV to find proper library.
- I have copied .dat file from one of the games from tlib.img package and named SamyGO.dat (Placed it in above folder).
- I have copied .bmp file from one of the games from tlib.img package and named SamyGO.bmp (Placed it in above folder).
- Inserted the USB stick into my TV and followed installation instructions of SamyGO-All-Extensions-v0.03.
But I was not able to mount anything yet.
Next I have modified rcSGO in SEC_GAME\SamyGO folder to do just two things:
Code: Select all
mount -t devpts devpts /dev/pts
telnetd
For people who wants to try telnet and dig further I have created a package which enables telnetd daemon in A850 series of TVs. It might work in another A series as well. Please download the attached zip file and unpack its content to the root of USB stick. Then plug it into TV, go to content library on your TV, switch to USB drive using red button and run Telnetd game. After 27 seconds your TV will be running telnetd daemon and you will be able to connect !
Another good news is that binaries included with SamyGO are compatible with linux of my TV. That means after digging a bit I will find the way to mount NFS of Samba drives !!!