Re: Execute .so C-Serie from Internet@TV
Posted: Sun Sep 04, 2011 6:06 pm
guys, no more ideas how to run this properly?
Denny can you reup this file maybe on sourceforge or other file hosting server this link is deadDenny wrote:install/run instructions :
unzip Rel_C_Serie.zip
copy SamyGOTV directory to /mtd_rwcommon/widgets/user/
copy GGame directory to any location in TV or USB device like /mtd_rwcommon/GGame or /dtv/usb/sda/GGame
edit config.xml at positions :
and replace it with yor directorys where you copy previus the GGame directory.Code: Select all
<dir>/dtv/usb/sda/GGame</dir> <dir>/mtd_rwcommon/GGame</dir>
add manual user widget to config file :
open /mtd_rwcommon/common/WidgetMgr/info.xml and add folow lines bwtween 2 alredy installed widget.make symbolic link (best way to do it on each TV Boot adding it in SamyGO start script :Code: Select all
<widget id="SamyGOTV" name="SamyGO@TV" childlock="false" removable="true" favorite="true" executed="24" installedDate="19700101000116129" > <icon type="normal">icon/samy106x87.png</icon> <icon type="focus">icon/samy115x95.png</icon> </widget>
reboot TV and Start the Game.Code: Select all
ln -s /mtd_rwcommon/widgets/user/SamyGOTV/game.so /dtv/game.so
################# end instruction
for game.so located in Rel_C_Serie\SamyGOTV\ source code is included in zip file and it is not bugfree!.
this is one of 2 possibility without patch exeDSP to execute own games/applications
the 2nd one is which i will forward to developers loading game.so direct from installed directory of signed loader,
i have in GGame include original DBowling game and C serie compiled SamyConsole just for testing of the loader and Game Launcher.
http://db.tt/G9zncKJD
happy developing