Page 2 of 2

Re: Execute .so C-Serie from Internet@TV

Posted: Sun Sep 04, 2011 6:06 pm
by lacibogi
guys, no more ideas how to run this properly?

Re: Execute .so C-Serie from Internet@TV

Posted: Mon Jun 04, 2012 3:56 pm
by tempinbox
Denny 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 :

Code: Select all

	<dir>/dtv/usb/sda/GGame</dir>
	<dir>/mtd_rwcommon/GGame</dir>
and replace it with yor directorys where you copy previus the GGame directory.

add manual user widget to config file :

open /mtd_rwcommon/common/WidgetMgr/info.xml and add folow lines bwtween 2 alredy installed widget.

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>
make symbolic link (best way to do it on each TV Boot adding it in SamyGO start script :

Code: Select all

ln -s /mtd_rwcommon/widgets/user/SamyGOTV/game.so /dtv/game.so
reboot TV and Start the Game.

################# end instruction

for game.so located in Rel_C_Serie\SamyGOTV\ source code is included in zip file and it is not bugfree! :oops: .

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
Denny can you reup this file maybe on sourceforge or other file hosting server this link is dead

Re: Execute .so C-Serie from Internet@TV

Posted: Mon Jun 04, 2012 4:03 pm
by juusso

Re: Execute .so C-Serie from Internet@TV

Posted: Fri Aug 30, 2013 10:58 am
by Mkò
is there a .so loader for c series that works? or a source for a .so loader
i read about injecto so but it is for b series only.
on d series how do you excute custom .so?
it would be useful to find a .so loader for c series or maybe find a way to activate or get the game menu.

Re: Execute .so C-Serie from Internet@TV

Posted: Fri Aug 30, 2013 11:25 am
by juusso
we can inject code to c series arm exeDSP. Do you have any patch to inject? we could check something together then...

but we`re talking about patching exeDSP and not about loading games...

Re: Execute .so C-Serie from Internet@TV

Posted: Sun Oct 06, 2013 10:00 am
by tempinbox
Hi tried to excute samyconsole so from widget manager with denny info but the widget starts and exit immediately.
Is there any other way to execute samyconsole on c series?
Any news about this?