Page 1 of 1
Re: [B650] Executing custom script with Remote keypress
Posted: Tue Sep 14, 2010 5:01 pm
by langerhans
Well, you can load Plugins automatically from SamyGo.sh.
Read this for GDB way:
http://forum.samygo.tv/viewtopic.php?f=5&t=594
or this for ptrace way:
http://forum.samygo.tv/viewtopic.php?f=6&t=862
Re: [B650] Executing custom script with Remote keypress
Posted: Tue Sep 14, 2010 7:59 pm
by langerhans
Well, then you have to edit Source of the App to wait for KeyPresses. But dont ask me how to do it, im not a pro in C dev

Re: [B650] Executing custom script with Remote keypress
Posted: Tue Sep 14, 2010 9:24 pm
by juusso
Re: [B650] Executing custom script with Remote keypress
Posted: Fri Sep 17, 2010 5:10 pm
by sorcerer1
Good idea! I can add this function to SamygoPVR.
Re: [B650] Executing custom script with Remote keypress
Posted: Sat Sep 18, 2010 8:00 pm
by nbd
Hello, how about a generic launch-app, which can be configured to do injections or call scripts. This way the generic app could be set up to be run when TV starts (from SamyGO.sh), and other could be then loaded simply by configurable remote key combinations.
For instance, pressing the REC key would load PVR app if not yet loaded (and start recording if possible). The launch-app injection would be of course overwritten by the other injections, unless we include the same code for all apps and use global key combinations for all apps (eg. not overlapping with different apps). Then the same launching method would be available all the time.