Subscribe For Free Updates!

We'll not spam mate! We promise.

Saturday 23 May 2015

APkTOOL FOR ANDROID

APKTOOL

A tool for reverse engineering 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 an app easier because of project-like file 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 localising, adding some features or support for custom platforms, analysing applications and much more.

WHAT YOU NEED
1)Root access
2) files download them from here
3)Respect                    
4)Patience

How To Setup APK TOOL
1)Grab the latest version of apktool zip file from above link.
2)extract it to your internalsd/apktool/here.
3)done now use it for decompiling,recompiling modifying apk.

Some Commands of apktool and their Usage :- 
1.You need to install the file using the " IF " command.
for example-
  
                           "apktool if systemui.apk"
2.You need to  decompile or unpack the file by "d" command.
for example-
  
                            "apktool d systemui.apk"

3.You need to  Recompile or repack the file by "b" command.

                            "apktool b systemui.apk"
                 Tip - Don't Forget  To Sign The modified apk file
Credits
I am only Providing this information  to you.
Me [ https://www.facebook.com/developerace]
XDA-Developers
APK-TOOL Developers


  

Help Us By Promoting
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment