[DEV] apkTools - Optimize/Edit/Pack/Sign

Search This thread

Neotelos_com

Senior Member
Jul 29, 2008
322
62
Seattle
A simple toolkit inspired by some others, primary goal is to provide a seamless solution for reliable apk editing/optimizing.

This tool uses aapt rather than 7zip for packing. That provides much better reliability and assurance of conformance to Android file standards, as the cost of slightly larger files.

Contains:
- 7zip
- roptipng
- aapt
- apktool
- zipalign
- signapk

I've also made sure all the libraries/binaries are up to date.
 

Attachments

  • apkTools.zip
    5 MB · Views: 13,507

Neotelos_com

Senior Member
Jul 29, 2008
322
62
Seattle
40 downloads and no feedback?

Anyways, I'd like to encourage everyone to use ddms from the android sdk to check your boot errors when optimizing.
It helps alot, any apk related errors should always be addressed even if they seemingly work flawless.
 

chogardjr

Senior Member
Sep 29, 2010
2,964
1,480
I like that you have compiled all these things together. Shouldn't there also be a draw9patch.bat also for those who have to fix the things that noobs did? It is getting better these days but there are still those out there trying to take the easy way out.
 

aamikam

Retired Recognized Developer
Oct 14, 2008
2,810
2,699
Champaign
good stuff... im happy someone put together a package for everyone.

btw... which versions u using here?
i can check... but i think more people would like to know.
 
  • Like
Reactions: linsalata28

-shift-

Senior Member
Jun 29, 2010
4,598
812
thanks! i'll be putting this through its paces sometime after weekend :)

i'll report back with any issues.
 

Wobstar

Senior Member
Nov 13, 2007
54
2
41
Brecht
I like your concept. Good work. I'm only experiencing 1 issue though...
When unpacking Motonav.apk, everything seems to be unpacked, but when looking at the files, they're wrongfully created.
Instead of creating the file data.gro for instance, it creates a folder data_gro. Which therefore can't be recognized by GROConverter.
Am I doing something wrong?
 

Acid'sMark

Senior Member
Aug 25, 2010
219
13
Awesome tool... Would love for this to be able to handle draw9patch! Might there be an update to include that?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 45
    A simple toolkit inspired by some others, primary goal is to provide a seamless solution for reliable apk editing/optimizing.

    This tool uses aapt rather than 7zip for packing. That provides much better reliability and assurance of conformance to Android file standards, as the cost of slightly larger files.

    Contains:
    - 7zip
    - roptipng
    - aapt
    - apktool
    - zipalign
    - signapk

    I've also made sure all the libraries/binaries are up to date.
    3
    Does this work on a mac? Not at home to download it.

    Sent from my PC36100 using XDA App

    Windows only, sorry.
    I can look and see about porting to Mac/Linux though, to my knowledge I should be able to get binaries/source for each exe used.
    1
    good stuff... im happy someone put together a package for everyone.

    btw... which versions u using here?
    i can check... but i think more people would like to know.
    1
    btw... which versions u using here?
    i can check... but i think more people would like to know.

    7za - 9.20
    roptipng - 0.6.3
    aapt & zipalign - SDK v8
    apktool - 1.3.2
    signapk - NA