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

Search This thread

Vij4k

Senior Member
Apr 6, 2013
238
25
Anybody can help me? I want change one folder with emojis in Facebook Messenger .apk. I'm doing decompilation with this tool, I'm replacing files and next doing compilation. Installation doesn't work on smartphone. Do I have to sign an application? I try with tool from XDA, signed app but doesn't work all time.

edit.________

I found a solution, I do not need help. I signed app with this script: https://xdaforums.com/android/apps-games/app-messenger-day-disabler-t3572337
 
Last edited:

mjgeneroso

Member
May 18, 2017
10
0
Error

Hi,

I am trying to decompile apk to edit code but I am receiving this error.

i.imgur.com/kwgIP8r.jpg

What is the problem?
 
Last edited:

bovirus

Senior Member
Oct 7, 2007
2,154
795
Hi,

I am trying to decompile apk to edit code but I am receiving this error.

i.imgur.com/kwgIP8r.jpg

What is the problem?

Version Version 2.0.0

where do i find the baksmali/smali version?

link of the app? do you mean in playstore?

Apktool version is quite old. The current stable version is 2.2.0.
baksmali/smali is not updated.
I will post a new APK-Multi tool version with apktool/baksmali/smali file updated.
Please provide the link of the app in Play Store.
 
  • Like
Reactions: mjgeneroso

mjgeneroso

Member
May 18, 2017
10
0
Apktool version is quite old. The current stable version is 2.2.0.
baksmali/smali is not updated.
I will post a new APK-Multi tool version with apktool/baksmali/smali file updated.
Please provide the link of the app in Play Store.

Where can i get the latest version?

Thanks, I will wait for the new APK-Multi tool version with apktool/baksmali/smali file updated.

I did not downloaded it from Playstore, the app was sent by a fried. you can donwload it here
drive.google.com/file/d/0BwKfhKUcC_ldbGpjbzBsM1FDNzA/view
 
Last edited:

mjgeneroso

Member
May 18, 2017
10
0
@mjgenerso

There are specifc thread for apktool.jar and baksmali.jar/smali.jar
Please update you installation with theese files

https://drive.google.com/open?id=0ByL-fx0GbfuiUzlKYlpDaDZqT3c

Downlaod, decompress the files and put them in the APK Multi Tool "other" folder (replacing the original ones)

Alternative: I tried with my prefereed tools (Android Multitool) and I didn't get any error using it.

Thanks, I'm gonna try this and give you updates if it works.

---------- Post added at 08:27 AM ---------- Previous post was at 08:20 AM ----------

@mjgenerso

There are specifc thread for apktool.jar and baksmali.jar/smali.jar
Please update you installation with theese files

https://drive.google.com/open?id=0ByL-fx0GbfuiUzlKYlpDaDZqT3c

Downlaod, decompress the files and put them in the APK Multi Tool "other" folder (replacing the original ones)

Alternative: I tried with my prefereed tools (Android Multitool) and I didn't get any error using it.

THANKS MAN!!! It worked n.n
 

bovirus

Senior Member
Oct 7, 2007
2,154
795
@mjgeneroso

Of course the .jar files should be updated on both program (APK Multi Tool) and Android Multi Tool.

For basic usage I prefer Android Multitool, that with my batch (AMT.BAT) it's very simple to use (load/save/sign) and has a simple structure for file & folders.
 

soltaneghalbha

New member
Aug 17, 2017
2
0
Hi, Please Help me
when compile apk, get error:
Image=> ibb.co/mNNn4v

error log:
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
java.io.FileNotFoundException: E:\APKMultiTool\place-apk-here-for-signing\unsignedablike.apk (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at com.android.signapk.SignApk.main(SignApk.java:437)
The system cannot find the path specified.
error: protocol fault (no status)
can't find 'place-apk-here-for-signing/signedablike.apk' to install

Test with java 1.6 and 1.7
Image=> ibb.co/e4ZnMa

Please help me:)
 
Last edited:

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