How to change your STATUSBAR'S BACKGROUND

menguin

Geek
Pinoy Techie
Take Note: Back-up ka po muna!

Note: Magkaiba to sa Transparent statusbar. Kapag to ganimit nyong guide, di na transparent statusbar nyo. May background na picture na sya.

You will need the ff:
*Apktool
*920 text editor
*Root explorer


Let's Start:
1. Decompile your SystemUI.apk
2. Open SystemUI_src them res then layout
3. Open Gemini_status_bar.xml
4. Search nyo to:

android:background="@drawable/status_bar_background"


5. Don't get me wrong with this one. Maglagay ka ng picture na dapat .png sa folder na SystemUI_src/res/drawable/DITO ILALAGAY.
6A. Tapos palitan mo yung status_bar_background sa mula sa code na:

android:background="@drawable/status_bar_background"

6B. At ipalit mo yung name ng inilagay mo sa drawable.

Halimbawa: Ilagagay mo ay nonie.png sa folder na drawable

So magiging ganito na itchura nya:

android:background="@drawable/nonie"

7. Save the xml
(gemini_status_bar.xml)

8. Recompile SystemUI_src and Sign
9. Set permission to RW,R,R
10. PUSH
11. Reboot
 

Top Bottom