Page 5 of 8
Re: Addons apps to current firmware
Posted: Sun Nov 08, 2009 4:18 pm
by erdem_ua
I need X.
If X works on Tv, than everything could be placed

Re: Addons apps to current firmware
Posted: Sun Nov 08, 2009 10:07 pm
by aquadran
Porting X would be difficult, but maybe possible.
Anyway, I found SDL support for emulating joystick is only theoretical in sources. It doesn't work. After init joystick subsystem in SDL, there is no any

Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 12:17 am
by jojomail
is it possible to execute a shell script using the content library Game menu ? It could be useful to able to launch script directly on TV, without the need of telnet...
Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 12:56 am
by aquadran
executing shell script unfornatelly crash tv. it seems related to tty or stdio
Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 8:25 am
by arris69
jojomail wrote:is it possible to execute a shell script using the content library Game menu ? It could be useful to able to launch script directly on TV, without the need of telnet...
indirect from a shared library, you can use the sources from SamyGO Telnet Enabler to see
how.
hth
arris
Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 8:36 am
by jojomail
arris69 wrote:jojomail wrote:is it possible to execute a shell script using the content library Game menu ? It could be useful to able to launch script directly on TV, without the need of telnet...
indirect from a shared library, you can use the sources from SamyGO Telnet Enabler to see
how.
hth
arris
I tried this but i'm not familiar with C. For example, using Samygo telnet enabler v0.01, i tried to replace instructions in main.c. But fail. How could i easily add a command to launch a *.sh file ?
Or, other method, isn't there a file that would be automatically launch by the TV at Flash drive mount ? There is probably a daemon that detect the plug of a flash drive and mount it whenever it happens. Perhaps it could launch a script...
Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 9:45 am
by arris69
jojomail wrote:...
I tried this but i'm not familiar with C. For example, using Samygo telnet enabler v0.01, i tried to replace instructions in main.c. But fail. How could i easily add a command to launch a *.sh file ?
Or, other method, isn't there a file that would be automatically launch by the TV at Flash drive mount ? There is probably a daemon that detect the plug of a flash drive and mount it whenever it happens. Perhaps it could launch a script...
replace the command
and recompile the library (build.sh, but you need a cross or native compiler)
may i find this week time to change the "SamyGO Extensions" to work from gallery,
than you can add your start scripts into SamyGO/etc/init.d. i will also include additional software for manipulating/generate boot.img direct on tv
arris
Re: Addons apps to current firmware
Posted: Mon Nov 09, 2009 11:28 am
by jojomail
it would be very nice for all people that don't understand what is a cross or native compiler !