libGame.so launcher restrored for A/sh4 series
Posted: Sun Jul 10, 2011 5:13 pm
Long time I've been envious that almost every Samsung TV can load executable modules but my LE46A956 cannot.
It looked like good idea to re-implement short part of code which Samsung blocked. I didn't know that dynamic loader
issues and combining statically and dynamically linked libraries could make such hell. Never mind...launcher is working.
NO WARRANTY, YOU ARE DOING IT AT YOUR OWN RISK !
Launcher is only for LExxA756, LExxA856, LExxA956 with firmware T-RBYDEUC-1013.1
For the moment the installation requires working command line access to your TV (telnet or ex-link)
Download http://sourceforge.net/projects/samygo/ ... p/download
Unzip archive to an USB stick.
Insert the stick to the TV
Confirm the warning and pray.
The script will patch exeDSP and copy libraries to /exe directory, then reboots the TV.
Now you can press CONTENT, select USB by RED button and select library application to run.
Don't you see any app? Look for some here: https://sourceforge.net/projects/samygo ... lications/
Make directory /SEC_GAME in root of USB stick and unzip applications there.
RemoteLANcontrol-0.1sh.zip is port of similar app from B series. Use with http://wiki.samygo.tv/index.php5/Deskto ... AN_Control
Sdltest-sh.zip is just basic test of SDL graphics based on arris69 code.
I admit it is not a big selection - take it as a proof of concept. I'm not going to port every app from B series - I've opened the way in a hope that other developer will participate.
If you want an application to start at every TV boot, edit file /mtd_rwarea/libso.autoload
Sources are in svn: oe/branches/branch-0-0-1/oe/packages/launcher-sh and in applications archives.
It looked like good idea to re-implement short part of code which Samsung blocked. I didn't know that dynamic loader
issues and combining statically and dynamically linked libraries could make such hell. Never mind...launcher is working.
NO WARRANTY, YOU ARE DOING IT AT YOUR OWN RISK !
Launcher is only for LExxA756, LExxA856, LExxA956 with firmware T-RBYDEUC-1013.1
For the moment the installation requires working command line access to your TV (telnet or ex-link)
Download http://sourceforge.net/projects/samygo/ ... p/download
Unzip archive to an USB stick.
Insert the stick to the TV
Code: Select all
# cd /dtv/usb/sdb/launcher-sh_1.1_T-RBYDEUC-1013.1
# ./install-launcher.sh
The script will patch exeDSP and copy libraries to /exe directory, then reboots the TV.
Now you can press CONTENT, select USB by RED button and select library application to run.
Don't you see any app? Look for some here: https://sourceforge.net/projects/samygo ... lications/
Make directory /SEC_GAME in root of USB stick and unzip applications there.
RemoteLANcontrol-0.1sh.zip is port of similar app from B series. Use with http://wiki.samygo.tv/index.php5/Deskto ... AN_Control
Sdltest-sh.zip is just basic test of SDL graphics based on arris69 code.
I admit it is not a big selection - take it as a proof of concept. I'm not going to port every app from B series - I've opened the way in a hope that other developer will participate.
If you want an application to start at every TV boot, edit file /mtd_rwarea/libso.autoload
Sources are in svn: oe/branches/branch-0-0-1/oe/packages/launcher-sh and in applications archives.