I know DroidCxon is saying it's placebo but I am seeing less battery life, too, after flashing Alpha 4. I know nothing in the battery department changed, but bugs are always possible. Anyone else see battery decreases in Alpha 4?
everything that were changed were pictures all the way down to the shut down animation.
perhaps you are seeing a difference in battery because we switched to accurate battery mod that actually shows you the percentage.
stock battery icon shows up in blocks, so if you ever use an app widget you can see that the battery in the status bar looks like its 3/4 of life but the widget may show 58% so its not exactly accurate so although you are seeing lower numbers you are still getting the same battery life.
this is why i never pay much attention to battery life because it will drive you crazy for no reason, just throw it on a charger when you can...
if you doubt me on this thats fine switch back to v3 or maybe someone could attempt to find the bug in the pictures that were added.
pull the frame work and look into it let me know if you find anything
connect your phone , use the command prompt to path your way to your adb files then do the following
adb pull /system/framework/framework-res.apk /adbfolder(whatever path you have to adb)/system/framework/
this will create a folder with your framework, then you can download a system dump and open the original framework
you can open the frame works to look at the pictures using a program like 7zip , extract to /framework-res.apk
this will create a folder that you can view all the pictures/images that were changed and see which one has a bug i them.
if you want to decompile the framework to look at the XML edits use an application called apk manager, you can google it. place the framework in the modding folder hit the option to decompile and this will create a folder in which it opens the apk and allows you to read in notepad++ what changes were made to the XML files
you can also use root manager to copy out the framework-res.apk file if you dont want to do an adb pull or dont know how
also maybe changing the keys on swype to transparent is sucking up battery or puttin lloyd behind it. you can copy swype with root explorer also and decompile it with apk manager and see what about the pictures suck up battery.
if anyone finds anything let me know please and ill make the changes