Tool Features:
- Easy handling: Select your apk and push the "decompile" button!
- This tool makes modding much faster and easier, no cmd handling any more.
- You can read the log which is integrated in the tool to find your mistake in the error.
- ADB inside: Push files into your file system with a few clicks
Requirements:
-Winows OS XP / 7 / 8 / 8.1 / 10
-Installed Java on Windows
-Installed Microsoft Powerpacks (Recommended if you cannot open the tool, personally I don't use it)
-Installed .NET framework
Instructions on using the tool:
-Copy your framework-res.apk in the Framework-Files folder and other files you want to mod in the "Files" folder (this folder is for all your files that will be modified, don't select any files that are not in this folder)
-Next you have to start AndroidMultitool.exe
-Select your framework-res.apk and push the "install" button (check log for errors)
Decompiling and recompiling apk files:
-select the apk you want to mod/decompile and push the "decompile" button (check log for errors)
Note: You can check the "use baksmali" checkbox, then e.g. the useless .line text will be removed
-your decompiled apk will be located in C:\AndroidMultitool\Decompiled_apk"apkname" as a folder
-if you want to compile your apk again, select your decompiled folder, check the "apk" radio button and compile it again (check log for errors)
-your recompiled apk will be located in C:\AndroidMultitool\Compiled_apk"apkname"
Signing apk files:
-select the ".apk" you want to sign (Make sure it doesn't have a space in the name)
-push the "sign" button
-the signed apk file is located in C:\AndroidMultitool\Signed_apk"apkname_signed"
Using tags:
-You want to decompile many files from different devices or different android versions / frameworks? Tagging makes it possible!
- before installing your framework type in any tag (like "hero")
- then install your framework and work normally
Download Link
Credits:
-Flextrick for most of the tutorial and making the tool.
-Developers (brut.all, iBotPeaches) of the base Apktool
-mike_galaxy_s for his help on testing
-bovirus for batch development
Note:
-Make sure there isn't any spaces in the Folder Names or Apk Names, when running the tool or it won't work as intended.
-This tool is used to sign the .apk so they can be used on non-rooted android devices.
-Personally, I never had to install the framework when signing, so it can be skipped.