Tyrone Erasmus

Results 5 comments of Tyrone Erasmus

Woah! Don't know where my reply went - got eaten by the internet. Good luck :+1:

A start has been made on this with commit 171d6fe8a4f8abe37d9713726d23345fa846251a

Here be dragons. Part of weasel's code deals with using the Dalvik VM directly to run a JAR. This bypasses the need to have the `INSTALL_PACKAGES` permission and effectively takes...

Agreed. However, we would probably include `agent.jar` in the application instead of `weasel` and then add code to the main activity `onStart()` method. In this method `agent.jar` can be loaded...

Is this possible from our setup? The way I see it `startActivityForResult()` will only work from an activity because you have to override `onActivityResult()` for this to work. Although it...