I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any documentation about this. How you execute ASE scripts from your own app?

link|improve this question

79% accept rate
Might be useful to further explain ASE: code.google.com/p/android-scripting – fiXedd Oct 5 '09 at 10:48
That ASE website is more confusing than anything. They are gearing towards the user using the platform rather than the developer creating plugins or evaluating scripts. I asked them a simple question s long time ago (about how to use ASE from my app), they promised to respond. They still haven't responded – Tawani Dec 1 '09 at 19:56
feedback

1 Answer

up vote 0 down vote accepted

It looks like the Locale "plugin" is just recieving a broadcasted Intent to com.twofortyfouram.locale.intent.action.FIRE_SETTING which includs the script as an Extra with the name com.google.ase.extra.SCRIPT_NAME.

The relevant bits are in com.google.ase.locale.LocaleReceiver.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.