- Motodev SDK for Android
- DroidDraw
- android:onClick attribute of Button lets define a method to be implicitly declared as OnClickListener
Wednesday, June 27, 2012
Droidland
Sunday, June 24, 2012
Wednesday, June 20, 2012
Tuesday, June 19, 2012
Saturday, June 16, 2012
Wednesday, June 13, 2012
How to reverse engineer an apk
Two steps:
- Rename apk to zip and use 7zip or any other utility to extract the contents. Inside it there is a dex file. Use this dex2jar tool to convert the dex file into jar and then use JD java decompiler to decompile the jar file.You will get almost all the codes except for the xml files, like manifest and layouts. For those follow the second step.
- Use apktool.
Monday, June 11, 2012
Friday, June 8, 2012
Getting WiMM Device To Be Recognized By ADB
Subscribe to:
Posts (Atom)