[GUIDE4EVERYONE] Auto APK tool

Search This thread

Crytech

Inactive Recognized Contributor / Themer
May 10, 2012
2,329
7,061
As you can see now...
Hi guys,
I see there is no noob-friendly tut for APK tool in our forum..So people like me get bored to read the commands:p...Here is one to make you familiar with a new tool AUTO APK TOOL (Its old but I don't see anyone using it)....

Its automated version of APK tool which makes your work very easy and No knowlege of Codes to decompile and cmd Commands are necessary....:)...





Well So here We start....

Code:
Pre-Requirements:

A PC :p
Auto ApkTool
Java JDK/JRE 32 bit

So here we get started...Get Auto apk tool from the link posted above by me...

Extract the package and copy it to Root of C drive like THIS:

47313669.png


Then copy your APK files to Auto apk tool>>Input_APK....

45705697.png



Now in the Auto apk tool folder open the Autoapktoolmain batch file...You don't need to open cmd and give commands:victory:...


17461739.png



There just take a look that all the options are automated for you right from ADB/Decompile-Recompile to FW dependencies....
Now press 6 i.e. option to Decompile...

98167220.png


You don't need to give commands Just drag the apk from Input_apk folder to cmd...No commands here too ;)...

Now you can see The decompiled apk in input_apk folder...MOD it as you want:good:....


54586911.png



After Done Just open cmd again...Press 7 to recompile...The recompiled APK is generated in decompiled folder inside a new folder called dist...


79244769.png



Now you can see your app...If its system app don't sign it otherwise let the RE-compiled app remain as it is and Select "Sign APK or ZIP' in cmd...The signed apk is generated in the same dist folder...:good:


64600376.png





I hope its really easy for anyone :D....Any problems let me know...


CREDITS:
XDA
Maker of Auto APK tool;)
Me :p
 

vampent0026

Senior Member
Jan 26, 2013
251
196
DasmariNas
Great guide Sir,but i've got a problem re-compiling the APK's,i already installed java and i"m running on windows 7 32bit..
Here's My Log:



[*] C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement
recompiling C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement...
Exception in thread "main" brut.androlib.AndrolibException:

brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
at brut.androlib.Androlib.build(Androlib.java:159)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput

(AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
... 4 more
The system cannot find the drive specified.

i wonder what might be the problem..waiting for your reply sir..Thanks in advance!
 

Crytech

Inactive Recognized Contributor / Themer
May 10, 2012
2,329
7,061
As you can see now...
Great guide Sir,but i've got a problem re-compiling the APK's,i already installed java and i"m running on windows 7 32bit..
Here's My Log:



[*] C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement
recompiling C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement...
Exception in thread "main" brut.androlib.AndrolibException:

brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
at brut.androlib.Androlib.build(Androlib.java:159)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput

(AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
... 4 more
The system cannot find the drive specified.

i wonder what might be the problem..waiting for your reply sir..Thanks in advance!


afaik apktool.yml file in decompiled folder is missing...Cause its written reason in log as u can see in this line :

Code:
Caused by: brut.directory.PathNotExist: apktool.yml
 

markb323

Member
Dec 12, 2012
21
0
Glasgow
hi when i enter the AUTOApkToolMain i get message saying jave not found i wil not be able to sign apks, but i installed java. on my computer i have in program files folder called java with "jdk-7u51-windows-i586" inside along with 2 folders "jdk1.7.0_51" and "jre7" does anyone know whats wrong,

i have-
win xp
service pack 3 build 2600
x86based pc
32bit
 

Harpratap

Senior Member
Jan 24, 2012
701
602
Mumbai
hi when i enter the AUTOApkToolMain i get message saying jave not found i wil not be able to sign apks, but i installed java. on my computer i have in program files folder called java with "jdk-7u51-windows-i586" inside along with 2 folders "jdk1.7.0_51" and "jre7" does anyone know whats wrong,

i have-
win xp
service pack 3 build 2600
x86based pc
32bit


http://www.robertsindall.co.uk/blog/setting-java-home-variable-in-windows/

@Crytech - Im using Ubuntu 12.04.. Can you suggest a similar tool for linux??

Tried running on wine?
It should work with no problems imo
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    Hi guys,
    I see there is no noob-friendly tut for APK tool in our forum..So people like me get bored to read the commands:p...Here is one to make you familiar with a new tool AUTO APK TOOL (Its old but I don't see anyone using it)....

    Its automated version of APK tool which makes your work very easy and No knowlege of Codes to decompile and cmd Commands are necessary....:)...





    Well So here We start....

    Code:
    Pre-Requirements:
    
    A PC :p
    Auto ApkTool
    Java JDK/JRE 32 bit

    So here we get started...Get Auto apk tool from the link posted above by me...

    Extract the package and copy it to Root of C drive like THIS:

    47313669.png


    Then copy your APK files to Auto apk tool>>Input_APK....

    45705697.png



    Now in the Auto apk tool folder open the Autoapktoolmain batch file...You don't need to open cmd and give commands:victory:...


    17461739.png



    There just take a look that all the options are automated for you right from ADB/Decompile-Recompile to FW dependencies....
    Now press 6 i.e. option to Decompile...

    98167220.png


    You don't need to give commands Just drag the apk from Input_apk folder to cmd...No commands here too ;)...

    Now you can see The decompiled apk in input_apk folder...MOD it as you want:good:....


    54586911.png



    After Done Just open cmd again...Press 7 to recompile...The recompiled APK is generated in decompiled folder inside a new folder called dist...


    79244769.png



    Now you can see your app...If its system app don't sign it otherwise let the RE-compiled app remain as it is and Select "Sign APK or ZIP' in cmd...The signed apk is generated in the same dist folder...:good:


    64600376.png





    I hope its really easy for anyone :D....Any problems let me know...


    CREDITS:
    XDA
    Maker of Auto APK tool;)
    Me :p
    2
    Really nice work sir..:) glad to see you sharing your expirence..
    2
    Great guide Sir,but i've got a problem re-compiling the APK's,i already installed java and i"m running on windows 7 32bit..
    Here's My Log:



    [*] C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement
    recompiling C:\AutoAPKTool2.0.4\_INPUT_APK\SoundEnhancement...
    Exception in thread "main" brut.androlib.AndrolibException:

    brut.directory.PathNotExist: apktool.yml
    at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
    at brut.androlib.Androlib.build(Androlib.java:159)
    at brut.androlib.Androlib.build(Androlib.java:154)
    at brut.apktool.Main.cmdBuild(Main.java:182)
    at brut.apktool.Main.main(Main.java:67)
    Caused by: brut.directory.PathNotExist: apktool.yml
    at brut.directory.AbstractDirectory.getFileInput

    (AbstractDirectory.java:103)
    at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
    ... 4 more
    The system cannot find the drive specified.

    i wonder what might be the problem..waiting for your reply sir..Thanks in advance!


    afaik apktool.yml file in decompiled folder is missing...Cause its written reason in log as u can see in this line :

    Code:
    Caused by: brut.directory.PathNotExist: apktool.yml
    1
    So,what can you suggest to do?
    it seems you are trying to decompile system app file!
    For that you will have to install framework-res.apk from your phone

    Sent from my C2104 using Tapatalk