Can someone give me detailed information. I choosed transparent status bar mod and upload 3 file files framework, systemui and resources apk but when I applied the zip file, nothing changed. Which boxes should I check under the menu of status bar in UOT Kitchen. (using RCmix Runny 3.1)
Sent from Sony Ericsson Gh197
jenizaro said:
Can someone give me detailed information. I choosed transparent status bar mod and upload 3 file files framework, systemui and resources apk but when I applied the zip file, nothing changed. Which boxes should I check under the menu of status bar in UOT Kitchen. (using RCmix Runny 3.1)
Sent from Sony Ericsson Gh197
Click to expand...
Click to collapse
Check Enable transparency in status bar.
Check Topbar
Choose Dr.Droid in backgroound
Check the preview ...it should be with a transparent status bar
I have ODEX JVT 2.3.5 with STOCK+ MODE I want to know if there is a chance to replace the status bar icons ( wi-fi signal/anntena signal/alarm/clock ) with another icons?
Yes, if you read op in stock+ thread. somator tell you how to do it, and you will find the files there.
Or in facebook: http://m.facebook.com/stock.plus?_rdr
Sent from my GT-I9000 using Tapatalk
Hi.Which xml file in SystemUI i must edit to alow transparent status bar,i use sense 2.3.3 tnx
Can anyone make transparent status bar in android 4.2.2 ? Just like Galaxy S4 ? Thank you very much !
Look at this http://forum.xda-developers.com/showthread.php?t=2289294
Darius_AWS said:
Look at this http://forum.xda-developers.com/showthread.php?t=2289294
Click to expand...
Click to collapse
How can we get transparent status bar in 4.2 without any xposed modules ? Editing framework-res.apk , SystemUI.apk ?
How can it be done ?
Hello guys
Does anyone know how can I make statusbar transparent on JellyBean or Gingerbread ?
I accentuate I mean "statusbar" not notification bar.
I tried kitchen but it doesn't work for statusbar.
tnx
I've been wondering about that too....I've tried re-compiling over 20 SystemUI.apks till now and from em 19 would fail and the rest would not work...I've followed like 4-5 guides around xda till now and even tried fixing it with a recognized themer but it just won't work..
Tried using tweakbox?
Galaxy Ace II [SakuraDroid] via Tapatalk 4 Beta
Dr01nE said:
Tried using tweakbox?
Galaxy Ace II [SakuraDroid] via Tapatalk 4 Beta
Click to expand...
Click to collapse
What's tweakbox? Did you have tested it already for transparent statusbar?
You can change status bar to tranparent in JB with tweakbox (its a module for xposed framework, go search in google). For GB... idk sry
Sent from my GT-I8160 using xda app-developers app
There are many tutorials how to make it transparent. It is easy decompile systemui.apk and you have to change 2 colors somewhere, i forgot. When i come home i will edit this post with tut.
Sent from my GT-I8160
please give me a link and make me happy
sorry for my low english
1. Decompile systemUI.apk
2. Go to res/layout/tw_super_status_bar.xml
3. Edit 2nd line
Code:
com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#[COLOR="Red"]00000000[/COLOR]" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants
"
4.Save
5. Go to res/values/drawables
6. Find this line and edit
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]00000000[/COLOR]</item>
7.Decompile and sign
Note : 00000000 is for 100% transparent, use hex codes to get transparency you want
#00000000 - 100%transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
enjoy
sign? daaamn you have to sign in order for it to work?
mojito0 said:
sign? daaamn you have to sign in order for it to work?
Click to expand...
Click to collapse
When compiling is done take res folder and classes.dex from that and paste in original apk (open with zip)