全部博文(2005)
分类: Java
2011-01-13 14:23:25
sudo tar jxvf apktool1.3.2.tar.bz2 -C /usr/local/bin/
sudo tar jxvf apktool-install-linux-2.2_r01-1.tar.bz2 -C /usr/local/bin/
apktool1.3.2.tar.bz2.rar apktool-install-linux-2.2_r01-1.tar.bz2.rar
luther@gliethttp:~$ apktool d Music.apk music_ds
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: /home/luther/apktool/framework/1.apk
I: Copying assets and libs...
It is a tool for reengineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
Features:
TODO:
Requirements:
Installation for noobs:
Installation of framework files
Usage: