autoAPKTool
Documentation in process
Greets
http://forum.xda-developers.com/showthread.php?t=1053227
HISTORY
INTRODUCTION
ACKNOWLEDGEMENTS
IMPORTANT
Place this whole folder into a path where there are no spaces (atm i did not handle trailing spaces)
TABLE OF CONTENTS
NOTE:
Follow the folder structure when using the _THEME features (82 through 87)
[82] Create themed folders upto 360 variation (1-360 HUES and Fixed Saturation)
[83] Applying Hue and Saturation level only in one folder
It is important to follow same structure as shown
Content of _THEMES folder (You must have a TOP LEVEL FOLDER, e.g. THEME_ONE
Inside the TOP LEVEL folder are the pngs for the apks, BaseTheme as an example
BaseTheme-1 upto specified number is created by the tool using [82].
_THEMES
__THEME_ONE (can be any name, no spaces)
__THEME_TWO (can be any name, no spaces)
This is the structure of BaseTheme
It has to have all the exact names of the apk created in a folder
e.g.
Browser.apk = Browser
Inside Browser is a folder named "res"
Inside "res" are folder called "drawable-hdpi" or images
This struture is to be the structure of these images in the apk
Content of _THEMES_INPUT_APK folder
These are the original apks you are theming. These will be use by the tool as baseline apks
If your themes are in THEME_ONE the apks in _THEMES_INPUT_APK folder should be in THEME_ONE folder
TO create ALL themed apks, simply drag the TOP LEVEL FOLDER in _THEMES folder
e.g. THEME_ONE was drag to the autoAPKTool window
Hit enter and the tool will process
1) The tool will be creating this structure in _THEMES_OUT_APK_ZIPALIGN folder
_THEME_ONE
__BaseTheme
__.......
This contains the ZipAlign apk
2) The tool will also create a zipaligned and signed apk when the OPTION is ON [86]
3) The tool will also generate a flashable zip when the OPTION is ON [87]
IMPORTANT:
The name of the Flashable template file must be in this format
Flashable_ + TOP FOLDER NAME + .zip
e.g.
Flashable_THEME_ONE.zip
Version Date Author 2.0.3b 2011/10/24 xavierjohn22@gmail.com Initial release of this htm doc