[Windows][UTILITY][TOOL] APK Multi-Tool

Search This thread

zelendel

Senior Member
Aug 11, 2008
23,360
20,609
OnePlus 6T
OnePlus 9
Did you install it with run as admin? I had to give mine admin privileges to get it to run. It should not be doing that at. The 7a file should be in the other folder. Did you also install it to the same folder as the android ask?
 

MultiCulti

Senior Member
Did you install it with run as admin? I had to give mine admin privileges to get it to run. It should not be doing that at. The 7a file should be in the other folder. Did you also install it to the same folder as the android ask?

yeah, i just installed it again ... as admin anyway ...

did´nt change any of the install folder´s .. not in android sdk and not in multitool

but the folder for the framework-res.apk still not appears :confused:
 

dhirend_6d

Senior Member
May 9, 2011
2,388
1,199
32
Bangalore
Man, in new version, after doing all the edits and selecting compile, it says delete stuff in the keep folder. But where is the KEEP folder?? Pissing me off.

Just noticed it doesn t extract anything from the original app when we press "Y" to include original files for less errors. I need to theme lolzz I am going back to 5.0.2. Please fix.
 
Last edited:

dhirend_6d

Senior Member
May 9, 2011
2,388
1,199
32
Bangalore
It should be in the root of the Android Sdk.

Sent from my DROID BIONIC using xda premium

:confused:There is no KEEP folder in root of Android SDK since I don t have it installed. I never used Android-SDK with 5.0.2. The decompilation/compilation still worked great. It works great now also. But without the keep folder.:p Maybe in next version you should bring back the keep folder to /APK Multitool/.

EDIT : - Also you have not included ADB and its binaries in /platform-tools/.
 
Last edited:

raziel23x

Senior Member
Sep 19, 2010
996
1,022
45
Novi
apkmultitool.com
The multi tool requires the sdk to be installed and is installed into the root of the sdk folder. The main reason for this is tho cut down on senseless updates just of the sdk updating.
Without the sdk features will not function

Sent from my DROID BIONIC using xda premium
 
  • Like
Reactions: dhirend_6d

dhirend_6d

Senior Member
May 9, 2011
2,388
1,199
32
Bangalore
The multi tool requires the sdk to be installed and is installed into the root of the sdk folder. The main reason for this is tho cut down on senseless updates just of the sdk updating.
Without the sdk features will not function

Sent from my DROID BIONIC using xda premium

Hmm. I will do so. I need to update my theming guide for new version. Thanks for the info.
 

raziel23x

Senior Member
Sep 19, 2010
996
1,022
45
Novi
apkmultitool.com
Yea I just felt it its best this way as there was too many problems with it by including Android SDK components because of it conflicting with the SDK if it is installed and when I went this rout it fixed many of the bugs that have been reported.

Sent from my DROID BIONIC using xda premium
 
  • Like
Reactions: dhirend_6d

trailblazerz11

Senior Member
Apr 4, 2011
1,266
1,328
Portland, OR
github.com
I was able to decompile and make a small edit bool.xml to framework-res.apk for ics 4.0.3.
Fixed errors about multiple substituition, expected plurals by following rootzwiki post to "Just add a % in front of the second %d in each plurals.xml that errors out." <--seems sketchy but got rid of error..

It compiled however, i hit y,y then told to delete files from Keep folder.. but nothing there. I continued anyways.
Theres no META INF in the new framework, and resource is compressed. I moved the META-INF from original framework and push, and it bootloops.
Do i need META-INF? I know not suppose to sign system apk's so..?

I decide to just move the new resource file into the original framework-res, (store instead of compress) thus replacing the old resource.
Is this the same as what the keep folder is used for>?
 
Last edited:

leith51

Senior Member
Feb 23, 2009
3,677
771
Yeah no keep folder was made here either also no 7a file. went back to older version

I thought it was something I did wrong but looks after reinstalling 7 times no keep folder and can't complie framework-res.apk but can decompile this happens to all apks I try

Even downgraded to java 1.6 still no luck

sent from my dhd
 

zelendel

Senior Member
Aug 11, 2008
23,360
20,609
OnePlus 6T
OnePlus 9
I thought it was something I did wrong but looks after reinstalling 7 times no keep folder and can't complie framework-res.apk but can decompile this happens to all apks I try

Even downgraded to java 1.6 still no luck

sent from my dhd

Yeah its not just you. I have gone back to an older version and uninstalled this one and have no issues
 

raziel23x

Senior Member
Sep 19, 2010
996
1,022
45
Novi
apkmultitool.com
Yes I do, I got mine working. Not sure what I was doing wrong but I grabbed the latest of github, put it into my C:\Android dir, and now I can decompile/compile no issues :)

Weird that everyone is having issues when the installer and git are a mirror copy right now and I know properly install in the root directory it works

Sent from my DROID BIONIC using xda premium
 

Top Liked Posts

  • There are no posts matching your filters.
  • 386
    I am currently working on a major update to the apk manager application as well and changing the name to APK Multi-Tool with some new added features and also to fix some issues with some code errors.

    I am also changing a lot of the features as well since a lot of the code has been outdated for a while.
    I have updated all the files and modified Apk manager's Scripts to fix many user reported bugs from Daneshm90 apk manager which he had written a simple script to ease the process of editing apks. Got a lot of downloads so thought its in demand
    Whether you're doing basic image editing or editing the smali or xml files, on average u have to use (Brut.all or JF's smali/baksmali) awesome tool to extract the apk, edit it, then sign the apk and then adb push/install it. This process is quite tiresome if you are testing a method that needs fine tweaking.
    This script should make the process a LOT smoother.
    Theres an option of compiling/signing/installing all in one step
    Thanks:
    Goes to Daneshm90 the Original Writer of APK Manager
    Goes to Brut.all for his awesome tool.
    Goes to JF for ofcourse, smali/baksmali


    Features:
    - Added framework dependent decompiling (For non propietary rom apks). (Option 10). Checks whether the dependee apk u selected is correct.
    - Allows multiple projects to be modified, switch to and from.
    - Allows to modify system apk's using apktool but ensures maximum compatibility in terms of signature / manifest.xml
    - Batch optimize apk (Zipalign,optipng,or both)
    - Batch Ogg optimization
    - Batch install apk from script (option 19)
    - Batch Theme Image Transfer TOOL
    - Batch Theme optipng TOOL
    - Batch Theme Zipalign APK TOOL
    - Compression level selector (monitor status above menu)
    - Error detection. Checks if error occurred anytime u perform a task, and reports it
    - Extract, Zip apk's.
    - Incorporates brut.all's apktool
    - Improved syntax of questions/answers
    - Logging on/off has been removed. Instead a log.txt is created which logs the activities of the script organized using time/date headers
    - Optimize pngs (ignores .9.pngs)
    - Pull apk from phone into modding environment.
    - Push to specific location on phone
    - Quick sign an apk (Batch mode supported)
    - Read log (Option 24)
    - Sign apks
    - Supports batch installation, so if u drag multiple apks into the script (not while its running) it will install them all for u. U can ofcourse drag a single apk as well
    - User can change the max java heap size (only use if certain large apks get stuck when decompiling/compiling apks) (Option 19)
    - U can now set this script as ur default application for apks. When u do, if u double click any apk it will install it for u.
    - Zipalign apks
    - Much Much More
    Instructions:
    - Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
    - Run script
    - Minimize the script
    - Edit files inside the project folder
    - Maximize the script

    Requirements:
    Java 1.6
    Android SDK


    FAQ

    Resulting apk file is much smaller than original! Is there something missing?

    First: compression of resources.arsc file. Sometimes this file is compressed in original apk, sometimes not and apktool always compress it. Second: lack of META-INF dir. Apktool builds unsigned apks, so they lack signatures stored in this dir. Third: apktool uses newest Android SDK, so it could optimize files better, especially if original app is old. So: unpack both original and resulting apk, remove META-INF from original and then compare sizes. If they're still much different, then you could report on XDA or somewhere.

    There is no META-INF dir in resulting apk. Is this ok?

    Yes. META-INF contains apk signatures mostly and after modifying apk in no longer signed, so there are no signatures in it. You have to sign resulting apk and then META-INF dir will be created.

    What do you call "magic apks"?
    Sometimes there are some apks which (for my current knowledge) are invalid, broken, theoretically they shouldn't exist. There may be many reasons of their existence: my lack of understanding of Android resources; some non-public, maybe future SDK tools or custom modifications of these; manual hacking of binaries, etc. Usually I can't do anything about it, but you could at least try to replace broken parts by something valid. Actually it's quite likely that they aren't even used, because if they would, then application would crash.

    Got problems ?
    1. Make sure your path has no spaces
    2. Your filename has no wierd characters
    3. Java/adb are in your path
    4. It's not a proprietary rom's apk (aka Sense,Motorola,Samsung) (If u are, then use option 11 and drag the required framework, eg com.htc.resources, twframework-res...etc)
    5. It's not a themed apk (if it is, expect .9 png errors, use as close to stock as possible)
    6. Look at the log to know whats happening
    7. If all else fails, post as much info as possible and we will try to assist you.

    TO DO LIST
    Add new feature to Randomly Generate a new Key File for signing the apk files after modifying and recompiling of the apk files this will also allow of uploading to the android market as this added feature will allow you to sign apk files that you may of compiled without signing beforehand.

    Modify the Signapk script to be compatible with the Randomly Generation feature in the works

    and a few other added features are in the works as I am redesigning the application and rewriting a lot of the code to fix issues as well as some of the new features have broken parts as some features have been moved and broken some command line prompts.

    Installing APK Multi-Tool Itself

    Run the installer and make sure it is pointed to the root of hard drive
    Example
    C:\APKMultiTools\

    Downloads:
    http://apk-multi-tool.github.io/APK-Multi-Tool/ for all downloads and updates
    Please check back daily or weekly as this project is under active Development and I am releasing Alpha releases on the website for Testing and bug reports.
    Latest test build http://hugefiles.net/79bvb14x2f8p
    Mailing List:
    Google Group Email mailing List

    If you like this and wish to wish to send cash my way Donations Are Welcome
    9
    Optipng'ing is not working for me. After extraction, Optipng will be run and will do nothing because it says it cannot find the folder.

    Which optiping are you using the batch theme opt or the original method

    Sent from my DROID using xda premium
    9
    added lollipop support to 2.0 wip branch
    8
    On the Windows 2.0 WIP branch I have added the latest patches and support for the Lolly-pop Android Versions.

    On the Master branch of the Linux version I have also added support for Lolly-pop Android versions

    in the download section you will see two different links to download the latest builds one is a adfly link and a Normal Link.

    Help support the website by using the adfly links which every click will help support the site with a small advertisement. to get the download just click on the SKIP AD button in the upper right corner which will appear after 5 seconds and to further help please have any ad blocker turned off on the website.

    I have not received any donations in over a year and i have noticed that on a average i am getting between 300-1000 downloads of my application daily and it is hard work and cost money to run a website and also I am unemployed because of a disability and have zero income right now as my disability case is still in limbo and working on a lawyer to get it. I have been unemployed for over a year now and my wife is working three jobs and we are getting behind in the bills and rent because i am unable to work so any support is welcome specially with a wife and 2 kids a 2 year old and a year old.
    8
    APK Multi-Tools Version 1.0.9 Now Released

    Version 1.0.9
    Fixed the broken Option menu list
    Fixed the broken Complier scripts for system Files
    Fixed the broken Complier scripts for non system Files
    Added the ability to create Signed None System APK files with both the keep folder option and to bypass the keep folder
    Added the Option to create unsigned APK Files with out using the keep folder