[HOW TO] ☆ Transparent homescreen statusbar on Note II ☆ for themers and everyone

raubkatze

Senior Member
Nov 8, 2009
8,331
7,371
0
St. Petersburg
www.offenberg.ru
[HOW TO] ☆ Transparent homescreen statusbar on Note II ☆ for themers and everyone


Hi everyone!

Here's a simple guide how to make homescreen statusbar transparent:




1. You should decompile SystemUI.apk

2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:

Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView [B]android:background="#[COLOR="Red"]00000000[/COLOR]"[/B] android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml

4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:

Code:
<item type="drawable" name="status_bar_background">[B]#[COLOR="red"]00000000[/COLOR][/B]</item>
5. Save /SystemUI/res/values/drawables.xml

6. Recompile SystemUI.apk

Done... Now you have 100% transparent homescreen statusbar :)


A short hint:

#00000000 - 100% transparency

#3F000000 - 75% transparency

#7F000000 - 50% transparency

#BF000000 - 25% transparency



If you only need a ready-made statusbar you can find it here - 15 Toggle Buttons ☆ NEW Center Clock ☆ Transparent statusbar ☆ & more



Enjoy! And if you have any questions, you can always ask me ;)

If you like it you can always Rate (★★★★★) this Thread, Press Thanks button or simply buy me a beer! :good: and don't forget about credits ;)


 
Last edited:

DMax99

Senior Member
Aug 30, 2010
1,147
131
0
Does this work on a rooted stock rom? Thanks

And one more noobie question..how do you edit the systemui.apk file?

Cheers
Sent from my GT-N7100 using xda premium
 
Last edited:

Kur0saki

Senior Member
Sep 16, 2010
220
22
0
Awesome guide:) Can somebody tell me what file to change to get a picture on the transparent notification bar? Like vegeta1 makes.

Sent from my GT-N7100 using xda premium
 

raubkatze

Senior Member
Nov 8, 2009
8,331
7,371
0
St. Petersburg
www.offenberg.ru
Awesome guide:) Can somebody tell me what file to change to get a picture on the transparent notification bar? Like vegeta1 makes.

Sent from my GT-N7100 using xda premium
What do you mean under "transparent notification bar"? Notification pulldown (dropdown)?

If yes, there is no such file in stock SystemUI. Image should be added to SystemUI and also it's necessary to edit xml source to get it work.

It's our (my and vegeta's) "know how" :D
 
  • Like
Reactions: Kur0saki

Kur0saki

Senior Member
Sep 16, 2010
220
22
0
Lol:p, i want to know how to put a picture on the dropdown, and which xml file and where to edit it. Very much appreciated if you can tell me or pm me:)

Sent from my GT-N7100 using xda premium
 

mankind_18

Senior Member
May 14, 2012
368
37
0
Jakarta
There are a lot of guides on XDA ;)
Now I've done decompiling..

1. You should decompile SystemUI.apk DONE

2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent: DONE

3. Save /SystemUI/res/layout/tw_super_status_bar.xml DONE

4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:

I can't find /SystemUI/res/values/drawables.xml :confused: there are no values folder.. there are only values-ar-land, values-gl, values-hu, values-in, values-sw360dp, values-sw600dp, values-sw600dp-land, values-uk, values-vi-port, and values-zh-rCN.. what should I do? :confused:

-------------------edit--------------------------

now I've found values folder, but I can't find drawables.xml :confused:
 
Last edited: