Search

Loading...
Powered by Blogger.
Sunday, March 24, 2013

There has been some major updates done to the experimental build for the up coming Version 1.0.12
Fixed Compiler bug with option 3 and 4 for none system files.
Fixed Set current project option not working properly
Added the ability to set compression level of the Resources.arsc
Changed the name of recompiled System Applications from unsigned to system to keep the two from being confused
Code Clean up clearing out unused code
UPDATED to apktool-cli-1.5.3-SNAPSHOT
-Updated to smali/baksmali to v1.4.2
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
-Fixed (issue #340) - Fixed superclass errors on debug mode.
-Updated to Gradle 1.4
-Updated known bytes for configurations to 38 (from addition of layout direction)
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
-Fixed (issue #427) - Correctly handles `--frame-path` on [b]uild
Added smali/baksmali for adding new up coming  Deodex features
Added now when compiling with option 12 when you choose option 3 and 4 it names the apk files to show they have the origianl signature keys
Added new Signing method for signing apk files. With this new method the key used has a shelf life of 1000 years and also apks files signed with this key is able to be published on the android market
Added new checks to cleaning up old recompiled apk files before recompiling again.
Added pause breaks into option 12 so that users can check to see if anything went wrong in the recompiling method when using the keep folder option.
Updated option 13 to use a alternative to a signing method which uses the Java_Home Enviroment Varable which needs to point to for example mine is set to C:\Program Files\Java\jdk1.6.0_41
Added Batch Decompile option
Added Batch Compile option
Completely rewrote how recompiled apk files are stored so to not clutter up the place-apk-here-for-modding as that folder is just for storing unmodified apk files.
Updated the signer location to match up with the changes to how modified apk files are handled

I am planning on some more major tweaks before I plan on releasing the next release but listed above I'd just a taste of what's to come

Thursday, February 7, 2013

Version 1.0.11
Moved DEPENDENCY FILES to its own bat file which fixed issue with installing a DEPENDENCY would close the setup.bat
Updated to ApkTool v1.5.2
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream
-Only show the --aapt / -a info in verbose mode.
-Fixed (issue #392) - Don't crash out if .git folder isn't present. Use SNAPSHOT-DEV instead.
-Fixed (issue #67) - Only store compressed resources.arsc if original was compressed, otherwise STORE.
-Moved build.gradle files to each sub-project, more organization :)
-Fixed (issue #394) - Prevented duplicated files in final jar which saved around 1.2mb.
-Added Proguard to drop final jar size from 6.2mb to 2.6mb.
-Fixed (issue #395) - Added check for "aapt" in unit-tests.
-Added ability to use "--frame-path" on [if|install-framework]
-Fixed renaming of ".r.9.png" images -> ".9.png".
-Added ability to use --version to print out Apktool version
Fixed Compiler Issues Hopefully when recompiling
Hopefully fixed a bug introduced into the application which would cause keep folder items not being copied over after removing changed files causing corrupted apk files
Updated Custom Build of AAPT for MIUI SUPPORT
UPDATE ANDROID SDK TOOLS to API 17
Fixed Issue #10 Decompilation fails when resource processing begins
Removed unneeded ping request
Fixed Bug with Viewing the LOGS for the SETUP.BAT
Added the ability to pull Dependencies directly from your phone to use to install using the setup scripts
Fixed bug with Theme porter not functioning  
Cosmetic changes to the source.
Saturday, December 29, 2012

I have been working here lately making minor updates hopefully will release soon

Saturday, October 6, 2012
Rewriten how ADB is detected and used in the script Minor Changes to the SETUP.BAT Fixing MISC Issues Fixed ADB PUSH for SYSTEM Files as it was pointed at the wrong files Minor Tweaks to zipalign Updated apktool.jar to v1.5.0 (Released September 2 - 2012 ) Codename : Pikmin * Fix for colours being decompiled with improper hex colours * Fix for being treated as array on occasion * Support for Mac OS X user:home, instead of dumping frames into /home * Updated internal framework.jar to API16 * Added reading to insert into apktool.yml to help with aapt building * Added --verbose mode to output contents of AAPT (note this is a HUGE output). Only used for debugging. * Ignore bootclasspath on debug mode. (Causes some classes in smali to be fail decompile) Updated AAPT to the latest Custom Build Fixed Decompiler Switch to Actually work Fixed Compiler script Errors Replaced The OLD MANUEL HTML File with a Actual Help Document Updated the README Added Raw Mode to the Decompiler Switch Please Visit the website for downloading the applicaiton
Friday, September 28, 2012

Well I have tree competed for the Manuel just now have to fill in the information for the listed commands. I need to expand the FAQ section a bit more to answer common questions to help explain functions better s well as fix common errors.

Thursday, September 27, 2012
I am almost done with the Manuel help file I just have to write up a few more sections. I say that it is about 65-75% completed.

I still have not tracked down the batch optomizer script bug.

With the up coming apktool 1.5.1 binary I will perhaps hold off on the release a little bit more but I am thinking of just releasing as soon I am finished with the Manuel.

I will continue to look for the bug with the batch optimize script and release it with the binary update
Tuesday, September 25, 2012

I am almost done with the final stages of setting up my Linux partition of my computer. I just have to setup a few more sections which I have to do manually as I can not use sudo apt-get to install then as java does not allow it.