
Now classes.dex file contains every important thing + all the java based file but the true thing is that its encrypted so we are going to use the dex2jar opener given below to open that file up.
- Download Dex2Jar from http://code.google.com/p/dex2jar/
- Download Java Decompiler from http://java.decompiler.free.fr/
Now after you have downloaded both above mentioned softwares you just need to copy the classes.dex file to the Dex2Jar extracted folder and run a small command from the commandline : "dex2jar.bat classes.dex"
Now this will create a file with a strange name something like "classes.dex.dex2jar.jar" so now you can open this using the WinRAR if you do not have it you can install it and start modifying your files.
[Via - AndroidGuys]
No comments:
Post a Comment