View Single Post
Old 10-20-2011, 12:14 PM   #142
ptsenter
Addict
ptsenter has learned how to buy an e-book online
 
Posts: 285
Karma: 88
Join Date: May 2011
Device: Kobo eReader Wireless
Quote:
Originally Posted by vldmr View Post
Hey, that is the part that intrigues me the most

So what did you use to look into the code in framework.jar All classes there are inside .dex blob, which is not normal java code. Is there a tool you could recommend?
I like this method the best right now:

http://androidorigin.blogspot.com/20...ar-format.html

Apktool is very good but it's becoming outdated fast and haven't been updated for a while. And it fails (crashes) on non-trival (big in size) apps. But when it works it generates the best AndroidManifest and handles resources properly.

Last edited by ptsenter; 10-20-2011 at 12:21 PM.
ptsenter is offline   Reply With Quote