I'll hook you up when I'm @ my computer. And it's not in framework-res, it's in SystemUI.apk
EDIT: What did you mean by statusbar color? Are you referring to the clock/date? If so, decompile your SystemUI.apk and go to /res/values/styles.xml
For the clock, look for this line
Code:
TextAppearance.StatusBar.Clock
For the date, look for this line
Code:
TextAppearance.StatusBar.Date
If you change your clock color your carrier color will change to the same
You want to change this line in both
Change it to whatever hex value you want. Must be proceeded by "ff" if you want the full value or if you want transparency you can put something like enter a value from 0-99, 0 being fully transparent
If your ROM has the power widget then you have to change the png's in SystemUI>res>drawable-hdpi>
Then after you make your changes recompile and if you use apktool to do that you need to sign it. I use an old version of apkmanager to sign it.
|