Addons apps to current firmware

Here for general support for B series TVs, request and problem solve area.

User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Addons apps to current firmware

Post by erdem_ua »

I need X.
If X works on Tv, than everything could be placed :)
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Addons apps to current firmware

Post 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 :(
jojomail
Posts: 20
Joined: Fri Nov 06, 2009 12:47 am

Re: Addons apps to current firmware

Post 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...
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Addons apps to current firmware

Post by aquadran »

executing shell script unfornatelly crash tv. it seems related to tty or stdio
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Addons apps to current firmware

Post 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
jojomail
Posts: 20
Joined: Fri Nov 06, 2009 12:47 am

Re: Addons apps to current firmware

Post 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...
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Addons apps to current firmware

Post 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

Code: Select all

system("whatewer")
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
jojomail
Posts: 20
Joined: Fri Nov 06, 2009 12:47 am

Re: Addons apps to current firmware

Post by jojomail »

it would be very nice for all people that don't understand what is a cross or native compiler !

Post Reply

Return to “[B] Support”