Posts

Showing posts with the label APK Decomplier

APK Decomplier

Image
Use APKTool to Decompile, Edit, Translate and Recompile an APK APKTool is an application ( made by Brut.all ) which decompiles and recompiles android APKs. If you know what you are doing, it also allows you to debug the smali code step by step. In our case it will enable us to build a language pack by translating the .xml strings inside APK files.  This tutorial is for the Windows version of APKtool.   The Google.Code page for APKTool is here , however, we have prepackaged everything you need and uploaded it here The Video Tutorial is Below: The Supplementary guide to common errors in APKTool is below: You need to do the following preparations (the video outlines these steps anyway): Download the prepackaged APKTool zip. Extract them to a directory you will remember. Extract framework-res.apk AND apk files you want to decompile from the MIUI_Au ROM and copy them to the root directory of APKTool. This step must be completed every time you ar...