Monday, July 30, 2012

APK Multi-Tools Version 1.0.7 in progress 4

The application is getting closer Being able to decompile jelly bean systemui.

Just received a custom built aapt.exe which is compiled to handle allot puff the features of the latest 1.4.9+ apktool.jar.

There is some more testing to be done before my next Github commit. 

I am also working on some minor fixes to the scripts which I have found on my own. Hopefully this next release will be more complete and closer to my goal.

I am hoping after the 1.0.7 release I can go back to working on APK Multi-Tools 2.0

Saturday, July 28, 2012

APK Multi-Tools Version 1.0.7 in progress 3

There has been some work fixing three setup.bat

Fixed Issue With 'apktool' is not recognized as an internal  command,operable program or batch file."

Fixed  Issue with Installing Framework-Res pointing to a incorrect folder that no longer exist

Fixed Issue when Running Installing Framework-Res scripts that the scripts will close after installing instead of going back to the menu.

Thursday, July 26, 2012

APK Multi-Tools 2.0 progress report

It is still in the design phase and not much added features wise as I am working on the signer for the keystore.
The main issue is that it requires a tool from the the java 1.6 JDK. I am trying to figure out how to port the jarsigner binary into the tool without the need of it being installed. Other then that it will require editing environmental variables to be able to sign apps before you can use the tool. 

APK Multi-Tools Version 1.0.7 in progress

Another update to the application is in the works to fix minor issues and to update a few binaries.
I am mainly updating to the latest Android SDK API 20.0.1.
This mainly updates the ADB and its required libraries and the aapt binary.
IBotPeaches its almost ready to release version 1.4.9 of apktool.jar so once that is released I will also include it.

New face lift for APK Multi-Tools 2.0

The application is gaining a new face lift compared to the original APK multi-Tools.

The main menu had now been divided into sections with menus and Sub-menus.

This will help keep the application better organized and not look cluttered.

There will be improvements to existing tools as well as new tool sets added to the mix.

I will be adding support for basamli.jar and samli.jar instead of just relying on apktool.jar to compile and decompile the dex files for better support for editing the samli source code.

There will be a ton of changes so look forward to the alpha release.

There is no ETA add of right now so stay tune for more info.