Jump to content

TRANSPARENT STATUSBAR?


Recommended Posts

Guest apometru
Posted (edited)

as the title says: is it possible to have transparent statusbar and navbar (softkeys background)? just asking. and if it is, could anyone do it or post what must be done (so i could at least try)?

Edited by apometru
Guest UnforcedError
Posted

Staying on topic, I'd love to see how to make the app drawer transparent, as I've seen this done before!

Thx!

  • 3 weeks later...
Posted (edited)

I dont know much about JB here is how it should be

First decompile SystemUI.apk with your favorite tool (apktool ,etc )

open /res/values/ there should a file drawables.xml

find


<item type="drawable" name="status_bar_background">#ff000000</item>

replace all the "f" by "0" so it should be like

<item type="drawable" name="status_bar_background">#00000000</item>

Tip:

#00000000 - 100% transparency

#3F000000 - 75% transparency

#7F000000 - 50% transparency

#BF000000 - 25% transparency

Let me know if it works

Edited by acer-
Guest UnforcedError
Posted

flashed to cirrus rom, app drawer is transparent, no need to do this, anyway, thx!

Posted

He can't install the cyrus rom... He has the Orgod bootloader locked version.

We must wait to see if we ca unlock it after the update to JB.

But for now we can't. If you decompile it probably it won't boot after. The Rom should also be deodexed.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.