Yeah give me a second, I have to tweak my personal update.zip thing. You know I have black buttons instead of green on the powerstrip, right?
Oh damn, I'm not giving you **** then.Yeah give me a second, I have to tweak my personal update.zip thing. You know I have black buttons instead of green on the powerstrip, right?
yea thats fine..
Matt, im VTCapsFan, just followed you on twitter, you know asked about the caps app
if you dont mind, i would like to know how you make these update.zip files and how you modify these, i am a computer engineering student and have a good handle on programming
Oh damn, I'm not giving you **** then.Yeah give me a second, I have to tweak my personal update.zip thing. You know I have black buttons instead of green on the powerstrip, right?
yea thats fine..
Matt, im VTCapsFan, just followed you on twitter, you know asked about the caps app
if you dont mind, i would like to know how you make these update.zip files and how you modify these, i am a computer engineering student and have a good handle on programming
Just kidding, but I don't make the actual update.zip. What I have done is take one of Pete's update.zip files and just replaced the stuff inside the update.zip that I want to update and left the other stuff off, if that makes sense. The only actual scripting I changed is what it says while it's updating.
Well all the update.zip file is, is a place where it installs files.how do you know what to replace?..
Well all the update.zip file is, is a place where it installs files.how do you know what to replace?..
So basically a simple file structure might look like this:
update.zip/system/framework/framework-res.apk
So I just open up the apk to replace the battery icons, which the directory structure for the battery icons are:
framework-res.apk/res/drawable-hdpi/stat_sys_battery_0.png
framework-res.apk/res/drawable-hdpi/stat_sys_battery_10.png
framework-res.apk/res/drawable-hdpi/stat_sys_battery_20.png
framework-res.apk/res/drawable-hdpi/stat_sys_battery_40.png
and so on