Please get to know apktool and smali/baksmali BEFORE trying to apply these mods! There are NUMEROUS guides out there to follow! Most of these mods may be specific to our device from my experience with the Droid Incredible.
Transparent Pulldown Shade:
File: services.jar > StatusBarService.smali
Code:
Find:
.line 2418
const/4 v5, 0x2
Change to:
.line 2418
const/4 v5, -0x3
You must also edit the appropriate png:
status_bar_background.png
Transparent Power Widget Area:
File: framework-res.apk > layout-hdpi > status_bar_expanded.xml
Code:
Find line line 11:
android:background="#ff000000"
Change to:
android:background="#00000000"
You must also edit the according png's:
stat_power_background.9.png
stat_inner_focus.9.png
stat_inner_press.9.png
White Text in Notifications:
File: services.jar > statusbarservice.smali
Code:
Find:
const v5, 0x20a0043
const v5, 0x20a003d
const v5, 0x20a0048
Change all to:
const v5, 0x20a0039
You must also edit the appropriate pngs:
status_bar_item_app_background_normal.9.png
status_bar_item_background_normal.9.png
Text For Inverted(Gingerbread style) Menus:
File: com.htc.resources.apk > color > text_selector.xml
Code:
Change last lines value to color:
<item android:color="#ffffffff" />
For white though grey was recommended till we find all the WoW conflicts and reverse em.
You must also edit the appropriate pngs:
menu_background.9.png
menu_background_fill_parent_width.9.png
Pop-Up Menu Text:
File: com.htc.resources.apk > values > styles.xml
Code:
Find these areas and change according values:
list_item_primary_text & secondary_text
<item name="android:textColor">#ffffffff</item>
For white
You must edit the appropriate pngs:
popup_center_bright.9.png
popup_bottom_bright.9.png
popup_full_bright.9.png
popup_top_bright.9.png
Credits:
chingy51o -- For ALOT!...Thanks Bro!
sk806 -- For being the coolest! -- JSChiSurf's Powerwidget port -- Transparency within
mbh87 -- pointing me in the direction of the inverted menu text and other text in popup areas...Thanks bro!
manup456 -- Themeing Inspiration.
signals23 -- Themeing Inspiration.
Brut.all -- Apktool...Among other things that make this possible.
JesusFreke -- Smali/Baksmali...Among other things that make this possible.
xeudoxus -- For Transparency Knowledge and Theme tools that work so excellent
Many other themers and devs that have inspired or written tutorials that have helped me along the way.