Open GoogleCodeExporter opened 9 years ago
I believe the key is that
/data/dalvik-cache/data@local@tmp@InjectAgent.jar@classes.dex could not be
created.
I managed to make it work by ensuring the followings:
1) device is rooted: then you could access system files and run admin commands
2) superuser is install and su binary is updated: then you can use su in
console without permission denied problem
3) USB Debug is enabled
4) data@local@tmp@InjectAgent.jar@classes.dex is created under
/data/dalvik-cache: to do so, you could install AndroidScreenCast to emulator
and then copy it to your real machine. An alternative is, in your machine,
chmod 777 /data/dalvik-cache and run AndroidScreenCast, then that dex file
could be created, then chmod 771 /data/dalvik-cache to restore read/write
access right from every one.
When you all above things done, you could control your Android with keyboard
and mouse. Once and forever.
Basically you could do the all the steps above with Droid Explorer.
For details of each step, please google before ask. Enjoy~! :-)
Original comment by belt...@gmail.com
on 30 Aug 2010 at 6:25
Original issue reported on code.google.com by
belt...@gmail.com
on 25 Aug 2010 at 1:07