Re: [SailfishDevel] Suggestion: expose androids intents on dbus

2015-02-23 Thread Anton Thomasson
Hi Eli, Cathal What i meant to convey is that i managed to execute commands such as am and input, by crafting a script that helps with the environment. This opens up some interesting possibilities in communicating with apps inside the dalvik vm. It seems Cathal is more adept than I am in these

Re: [SailfishDevel] Suggestion: expose androids intents on dbus

2015-02-22 Thread Cathal Garvey
I may be mistaken, but: Android uses a global signalling system called intents, where usually each publicly accessible mode of an app has a corresponding intent. You can launch an intent, which is (I think) globally visible, which tells an app to turn on, or to activate the camera, or to

Re: [SailfishDevel] Suggestion: expose androids intents on dbus

2015-02-22 Thread E.S. Rosenberg
2015-02-15 21:23 GMT+02:00 Anton Thomasson antonthomas...@gmail.com: Hi I recently managed to execute Android commands from outside of Alien Dalvik. This was achieved by looking at how it's done when apps are launched and Alien Dalvik is started normally. To see the resulting scripts, go

[SailfishDevel] Suggestion: expose androids intents on dbus

2015-02-15 Thread Anton Thomasson
Hi I recently managed to execute Android commands from outside of Alien Dalvik. This was achieved by looking at how it's done when apps are launched and Alien Dalvik is started normally. To see the resulting scripts, go here: https://github.com/attah/alien-tools Now to the point, I think these