Quantcast
Channel: xda-developers - Galaxy Y Duos S6102 Android Development
Viewing all articles
Browse latest Browse all 112

How to make full statusbar transparent on galaxy y duos (gt-s6102)

$
0
0
HOW TO MAKE SYSTEMUI FULL STATUSBAR TRANSPARENT ON GALAXY Y DUOS (GT-S6102)
Requirements:
apktool
gimp OR OTHER editor like photoshop
JRE (Java Runtime Environment)
Deodexed SystemUI.apk ---- you can flash zzzzz.zip from attachment below
YOU NEED TO MAKE YOUR LAUNCHER SUPPORTS TRANSPARENT or you can Download HOLO LAUNCHER or just download zzzzz.zip SUPPORT"S TRANSPARENT.! FILES in tHE ATTACHmENT BELoW..!

NOTE:If you don't know how to use apktool just google it.
Make bACKUP of your SystemUI.apk FIRST BEFORE YOu proCeed

res/drawable-ldpi
RENAME & EDIT:
title_bar_portrait.png >>>>>>> title_bar_portrait.9.png >>> make it landscape
statusbar_background.9.png >>>>>>> statusbar_background.png >>> make it landscape
status_bar_background.png >>> make it portrait
status_bar_close_on.png >>>>>>>> status_bar_close_on.9.png >>> RENAME ONLY
ADD:
gradient.
status_bar_header_background.9.png
status_bar_item_app_background_normal.9.png
status_bar_item_background_focus.9.png
status_bar_item_background_normal.9.png
status_bar_item_background_pressed.9.png

EDIT:
res/layout:
status_bar.xml >>>> first line replace:
Code:

android:background=
Change to:
Code:

android:background="@drawable/gradient"
status_bar_expanded.xml
Replace:
Code:

"@drawable/quickpanel_title_background"
With:
Code:

"@drawable/shade_header_background"
Replace:
Code:

"@drawable/quickpanel_title_background"
With:
Code:

"@drawable/shade_header_background"
Replace:
Code:

"@drawable/quickpanel_title_background"
With:
Code:

"@drawable/shade_header_background"
status_bar_tracking.xml
Replace:
Code:

android:background="#ff8e979f"
With:
Code:

android:background="@drawable/status_bar_background"
EDIT:
res/values:
public.xml
find:
Code:

    <public type="drawable" name="title_bar_shadow" id="0x7f020112" />
Erase the next line until the line above this line:
Code:

    <public type="layout" name="battery_discharge" id="0x7f030000" />
Then paste This below this:
Code:

    <public type="drawable" name="title_bar_shadow" id="0x7f020112" />
This:
Code:

    <public type="drawable" name="status_bar_header_background" id="0x7f020116" />
    <public type="drawable" name="status_bar_item_app_background_normal" id="0x7f020117" />
    <public type="drawable" name="status_bar_item_background_focus" id="0x7f020118" />
    <public type="drawable" name="status_bar_item_background_normal" id="0x7f020119" />
    <public type="drawable" name="status_bar_item_background_pressed" id="0x7f02011a" />

Now it should be:
Code:

    <public type="drawable" name="title_bar_shadow" id="0x7f020112" />
    <public type="drawable" name="status_bar_header_background" id="0x7f020116" />
    <public type="drawable" name="status_bar_item_app_background_normal" id="0x7f020117" />
    <public type="drawable" name="status_bar_item_background_focus" id="0x7f020118" />
    <public type="drawable" name="status_bar_item_background_normal" id="0x7f020119" />
    <public type="drawable" name="status_bar_item_background_pressed" id="0x7f02011a" />
    <public type="layout" name="battery_discharge" id="0x7f030000" />

THIS IS MY FIRST THREAD SO PLEASE RESPECT ME AND HIT THANKS BuTToN :good: if THIS IS HELPFUL!! :cool: YOU CAN ALSO VOTE ON THE POLL ABOVE. :)

you can ask me if there's an error or what..

if you want an SIMPLE DISCRIPTION you can also download zzzzz.zip then flash it so you can make your statusbar transparent without any error.. :victory:

Sorry for my bad English.. :(

Attached Files
File Type: zip zzzzz.zip - [Click for QR Code] (4.08 MB)
File Type: zip files.zip - [Click for QR Code] (16.3 KB)

Viewing all articles
Browse latest Browse all 112

Trending Articles