[TOOL][SHARE][WINDOWS] ANDROID MULTITOOL v2.1 (Decompile and recompile apks's)

Search This thread

aniket.lamba

Senior Member
Jul 16, 2012
3,253
5,666
New Delhi
mr-tweaker.github.io
Hi guys I'm just sharing the work of the XDA member Flextrick.This is a simple tool which helps you to compile/decompile and sign the apk's.

- 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.

Requirements:
Winows OS XP / 7 / 8
Installed Java on Windows
Installed Microsoft Powerpacks
Installed .NET framework



How to use this tool?

Follow this small how to!


Here you go..

Well, first extract the AndroidApktool folder to C:\. Otherwise it propably won´t work
-copy your framework-res.apk and other files you want to mod in the "Files" folder (this folder is for all your files you want to mod, don't pick files from any other location)
-Next you have to start AndroidApktool.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:\AndroidApktool\Decompiled_apk\"apkname" as a folder
-if you want to compile your apk again, select your decompiled folder, check the "apk" radiobutton and compile it again (check log for errors)
!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! (Don't check the smali checkbox, it will create a classes.dex file from you smali files)

-your recompiled apk will be located in C:\AndroidApktool\Compiled_apk\"apkname"

Decompiling and recompiling jar files:

-select in the combobox ".jar" (check the "use baksmali" checkbox for deleting the useless .line comments)
-select the ".jar" file you want to mod
-push the "decompile" button
-your decompiled jar file will be locaten in C:\AndroidApktool\Decompiled_jar\"jarname"
-for recompiling you have to check the "jar" radiobutton and select the folder within your decompiled ".jar" file
-push the compile button
-your compiled jar file will be located in C:\AndroidApktool\Compiled_jar\"jarname"\classes.d ex
-delete the "classes.dex" file in your ".jar" file
-copy the new "classes.dex" file you compiled in the ".jar" file

Signing apk files:

-select the ".apk" you want to sign
-push the "sign" button
-the signed apk file is located in C:\AndroidApktool\Signed_apk\"apkname_signed"


Questions and answers:

Q: The programm does not start, it crashes.

A: Please install Powerpacks, this one: http://download.microsoft.com/downl...-684E8AD6F0AE/VisualBasicPowerPacks3Setup.exe


Q: What do you mean exactly with "!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! " .. I don't understand.

A: You have to open your old apk (this one you selected for decompiling in the folder /files) and copy from that apk the AndroidManifest.xml and the META-INF folder to the apk you just decompiled and recompiled.



Credits :
 
Last edited:

Flextrick

Senior Member
May 14, 2012
1,161
2,240
Hey, thanks for sharing!

You can update to 3.0 if you've got some time. :)

Maybe also my new app is interesting for you guys: Sysfile Copymaster
Makes it easy to work with system files.

Greetings
 
Last edited:
  • Like
Reactions: aniket.lamba

Tecior

Senior Member
Jul 25, 2013
51
30
London
tecior.uk
It refuses to recompile... no matter what.

It just won't compile. I edited nothing, recompiled it to test, and got a huge number of errors about it not being able to find directories. I moved the AndroidManifest.xml and META-INF folder...
 

Yash Mehta

Member
Jun 11, 2014
20
5
Mumbai
Hi guys I'm just sharing the work of the XDA member Flextrick.This is a simple tool which helps you to compile/decompile and sign the apk's.

- 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.

Requirements:
Winows OS XP / 7 / 8
Installed Java on Windows
Installed Microsoft Powerpacks
Installed .NET framework



How to use this tool?

Follow this small how to!


Here you go..

Well, first extract the AndroidApktool folder to C:\. Otherwise it propably won´t work
-copy your framework-res.apk and other files you want to mod in the "Files" folder (this folder is for all your files you want to mod, don't pick files from any other location)
-Next you have to start AndroidApktool.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:\AndroidApktool\Decompiled_apk\"apkname" as a folder
-if you want to compile your apk again, select your decompiled folder, check the "apk" radiobutton and compile it again (check log for errors)
!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! (Don't check the smali checkbox, it will create a classes.dex file from you smali files)

-your recompiled apk will be located in C:\AndroidApktool\Compiled_apk\"apkname"

Decompiling and recompiling jar files:

-select in the combobox ".jar" (check the "use baksmali" checkbox for deleting the useless .line comments)
-select the ".jar" file you want to mod
-push the "decompile" button
-your decompiled jar file will be locaten in C:\AndroidApktool\Decompiled_jar\"jarname"
-for recompiling you have to check the "jar" radiobutton and select the folder within your decompiled ".jar" file
-push the compile button
-your compiled jar file will be located in C:\AndroidApktool\Compiled_jar\"jarname"\classes.d ex
-delete the "classes.dex" file in your ".jar" file
-copy the new "classes.dex" file you compiled in the ".jar" file

Signing apk files:

-select the ".apk" you want to sign
-push the "sign" button
-the signed apk file is located in C:\AndroidApktool\Signed_apk\"apkname_signed"


Questions and answers:

Q: The programm does not start, it crashes.

A: Please install Powerpacks, this one: http://download.microsoft.com/downl...-684E8AD6F0AE/VisualBasicPowerPacks3Setup.exe


Q: What do you mean exactly with "!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! " .. I don't understand.

A: You have to open your old apk (this one you selected for decompiling in the folder /files) and copy from that apk the AndroidManifest.xml and the META-INF folder to the apk you just decompiled and recompiled.



Credits :

Link Not wrking man. Please Solve It .!!!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Hi guys I'm just sharing the work of the XDA member Flextrick.This is a simple tool which helps you to compile/decompile and sign the apk's.

    - 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.

    Requirements:
    Winows OS XP / 7 / 8
    Installed Java on Windows
    Installed Microsoft Powerpacks
    Installed .NET framework



    How to use this tool?

    Follow this small how to!


    Here you go..

    Well, first extract the AndroidApktool folder to C:\. Otherwise it propably won´t work
    -copy your framework-res.apk and other files you want to mod in the "Files" folder (this folder is for all your files you want to mod, don't pick files from any other location)
    -Next you have to start AndroidApktool.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:\AndroidApktool\Decompiled_apk\"apkname" as a folder
    -if you want to compile your apk again, select your decompiled folder, check the "apk" radiobutton and compile it again (check log for errors)
    !!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! (Don't check the smali checkbox, it will create a classes.dex file from you smali files)

    -your recompiled apk will be located in C:\AndroidApktool\Compiled_apk\"apkname"

    Decompiling and recompiling jar files:

    -select in the combobox ".jar" (check the "use baksmali" checkbox for deleting the useless .line comments)
    -select the ".jar" file you want to mod
    -push the "decompile" button
    -your decompiled jar file will be locaten in C:\AndroidApktool\Decompiled_jar\"jarname"
    -for recompiling you have to check the "jar" radiobutton and select the folder within your decompiled ".jar" file
    -push the compile button
    -your compiled jar file will be located in C:\AndroidApktool\Compiled_jar\"jarname"\classes.d ex
    -delete the "classes.dex" file in your ".jar" file
    -copy the new "classes.dex" file you compiled in the ".jar" file

    Signing apk files:

    -select the ".apk" you want to sign
    -push the "sign" button
    -the signed apk file is located in C:\AndroidApktool\Signed_apk\"apkname_signed"


    Questions and answers:

    Q: The programm does not start, it crashes.

    A: Please install Powerpacks, this one: http://download.microsoft.com/downl...-684E8AD6F0AE/VisualBasicPowerPacks3Setup.exe


    Q: What do you mean exactly with "!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! " .. I don't understand.

    A: You have to open your old apk (this one you selected for decompiling in the folder /files) and copy from that apk the AndroidManifest.xml and the META-INF folder to the apk you just decompiled and recompiled.



    Credits :
    1
    update the download links please :crying:

    Updated!
    1
    Hey, thanks for sharing!

    You can update to 3.0 if you've got some time. :)

    Maybe also my new app is interesting for you guys: Sysfile Copymaster
    Makes it easy to work with system files.

    Greetings