savoxis
Android Expert

Velocity 1.1 has different framework than 1.0, for this reason the old Velocity 1.0 themes will no longer work on the new platform. I have also written a new theming engine for the Velocity Script, this theme engine is much like MetaMorph in operation, it will take themed files and intelligently apply them to existing apks, rather than the old system which replaced the entire file. This not only makes the theme zips MUCH smaller but also allows for more items to be themed, safely and other goodies like fonts to be applied as well (Boot sounds and animations coming soon).
This process will be very easy for those of you who used MetaMorph in the past. What you will want to do is get together all of the modified files (pngs) from the apk you want to mod, put them in a filestructure that is the same as the inside of the apk (/res/drawable-hdpi/files) then zip up this so the res folder in in the root of the zip. You will name the Zip the same as the apk you are modding, but without the .apk (eg. YouTube.zip for YouTube.apk) You can even theme apks that are installed in data.
Once you have your apk zips all together you want to package them into a theme zip, The structure is as follows:
The info.txt file will be shown before application, all folders are case sensitive apparently I lied, this needs to be just info, no .txt)
To test themes you can put them on your sdcard in a folder called VelocityMorph (case sensitive) When going in the script to apply themes it will allow you to select 1 which will be apply from sdcard.