Transparent notification bar - Nexus S Themes and Apps

Hello everybody
Could someone please give me a stepwise breakdown on if/how I could get trasparent notification bar on CM7 nightly ?

that's good idea!

You would have to pull the theme manager theme of choice out and change the statusbar_background.9.png to a transparent color.
So for SystemUI(using winRAR):
double click on the .zip to open it
double click on system ->app -> SystemUI.apk to open it
click on res
pull drawable-hdpi to your desktop
find statusbar_background.9.png and open it with your editor of choice that has transparency ability i.e paint.net, photoshop
make the bar transparent, save it
drop the file back in the drawable-hdpi folder of the SystemUI apk
when the little window pops up to say would you like to blah blah blah click yes
flash the rom and enjoy your transparent status bar

j0hnZ said:
You would have to pull the theme manager theme of choice out and change the statusbar_background.9.png to a transparent color.
So for SystemUI(using winRAR):
double click on the .zip to open it
double click on system ->app -> SystemUI.apk to open it
click on res
pull drawable-hdpi to your desktop
find statusbar_background.9.png and open it with your editor of choice that has transparency ability i.e paint.net, photoshop
make the bar transparent, save it
drop the file back in the drawable-hdpi folder of the SystemUI apk
when the little window pops up to say would you like to blah blah blah click yes
flash the rom and enjoy your transparent status bar
Click to expand...
Click to collapse
For some reason, after multiple tries, i keep messing up my status bar. Im not sure if there are minute settings that i have to tinker with in paint.net but for some reason its just not coming out well. If you have any paint.net specific transparency settings to toggle id greatly appreciate it. Thanks for the above tutorial though, it may just be me not getting it haha.

kvlt said:
For some reason, after multiple tries, i keep messing up my status bar. Im not sure if there are minute settings that i have to tinker with in paint.net but for some reason its just not coming out well. If you have any paint.net specific transparency settings to toggle id greatly appreciate it. Thanks for the above tutorial though, it may just be me not getting it haha.
Click to expand...
Click to collapse
You have to do it for an individual theme. EX: Cyanbread.apk you have to edit file. Sometimes you have to do some coding.

zenzip said:
Hello everybody
Could someone please give me a stepwise breakdown on if/how I could get trasparent notification bar on CM7 nightly ?
Click to expand...
Click to collapse
sonny told me this some time ago but apktool doesn't work
you need to modify the classes.dex first!
this is pretty advanced but not that hard to learn....
the only way I have been able to do this is by way of baksmali-smali..
-find smali/com/android/systemui/statusbar
-open StatusBarService.smali
-search for the line
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
-above that line you will see
Code:
const/4 v5, 0x2
-change it to
Code:
const/4 v5, -0x3
-then change to statusbar_background.9.png to the level transparency you want in gimp or photoshop
-

I thought vanilla android was supposed to be easier to modify...

j0hnZ said:
I thought vanilla android was supposed to be easier to modify...
Click to expand...
Click to collapse
It is this might look like greek but it is really simple once you get into it (learn baksmali-smali). changing the code line from const/4 v5, 0x2 to (-0x3) is necessary for anything to be transparent i.e. pulldown shade

ogdobber said:
It is this might look like greek but it is really simple once you get into it (learn baksmali-smali). changing the code line from const/4 v5, 0x2 to (-0x3) is necessary for anything to be transparent i.e. pulldown shade
Click to expand...
Click to collapse
I had to do that for the shade_bg, but I haven't found anything that's been easier so far.

Finally someone has done by following the advice above?

clearbar only for cm7 rc4
this will make your statusbar clear. this is the only mod. you must run a live wallpaper or if you are using a gallery picture make sure in adw settings/system preferences that wall paper hack is disabled
http://www.mediafire.com/?hx155d77k3ee9v7
edit* the pulldown is also transparent

ogdobber said:
this will make your statusbar clear. this is the only mod. you must run a live wallpaper or if you are using a gallery picture make sure in adw settings/system preferences that wall paper hack is disabled
http://www.mediafire.com/?hx155d77k3ee9v7
edit* the pulldown is also transparent
Click to expand...
Click to collapse
good ty so much, but i'would only pulldown bar transparent and not also notification bar, in wich way i can do this?

I agree and this is a great idea!

zenzip said:
good ty so much, but i'would only pulldown bar transparent and not also notification bar, in wich way i can do this?
Click to expand...
Click to collapse
just un zip it and look at the names you dont want and change in gimp what you dont like...then (you still have a zipped version) use winrar to open (not unzip) and drag the newly modified .pngs in and delete the ones you don't want
then to flash turn off signature verification in recovery...(or re-sign)

ogdobber said:
just un zip it and look at the names you dont want and change in gimp what you dont like...then (you still have a zipped version) use winrar to open (not unzip) and drag the newly modified .pngs in and delete the ones you don't want
then to flash turn off signature verification in recovery...(or re-sign)
Click to expand...
Click to collapse
man in .rar file not included any png or jpeg file but only modified version of framework-res.apk and SystemUI.apk ....

hey og, i flashed this and it didnt work for me .. on rc4 and i use launcher pro but tried it with wallpaper hack disabled on adw with no luck, any ideas?
thanks

mattdub1 said:
hey og, i flashed this and it didnt work for me .. on rc4 and i use launcher pro but tried it with wallpaper hack disabled on adw with no luck, any ideas?
thanks
Click to expand...
Click to collapse
try with a live wallpaper...also the "theme chooser" needs to be (system) or the theme will override

up ............

zenzip said:
up ............
Click to expand...
Click to collapse
are you still on RC4 or you upgraded to stable?
please provide me your SystemUI.apk from \system\app and i'll edit it for you

etoy said:
are you still on RC4 or you upgraded to stable?
please provide me your SystemUI.apk from \system\app and i'll edit it for you
Click to expand...
Click to collapse
now i've stable, but when i write the post had RC4.
This is my SystemUI.apk
http://dl.dropbox.com/u/548546/SystemUI.apk

Related

Change statusbar color

Is there a way to change the color of the status bar ? Maybe some kind of app ?
Sent from my HTC Hero using XDA
App
yes there are many..
one of them is the search function
I'm gunna dredge this up because if you search "change status bar color" all you end up with is "show your home screen", a million threads on things with a title that has nothing to do with changing status bar colours and this thread.
How about being helpful for the new-to-android types that don't know what metamorph is and provide a link?
blakamin said:
I'm gunna dredge this up because if you search "change status bar color" all you end up with is "show your home screen", a million threads on things with a title that has nothing to do with changing status bar colours and this thread.
How about being helpful for the new-to-android types that don't know what metamorph is and provide a link?
Click to expand...
Click to collapse
I used google and found a link fairly quick but since I'm new and I can't post a link, I guess your just going to need to search using this phrase "how to use metamorph XDA". It should be the first link...
Change statusbar_background.png in framework-res.apk and push it back to your phone in Recovery
Or create a metamorph for it
mangus7175 said:
I used google and found a link fairly quick but since I'm new and I can't post a link, I guess your just going to need to search using this phrase "how to use metamorph XDA". It should be the first link...
Click to expand...
Click to collapse
Yeah, I've done it. I just meant that the reply (especially from someone with a donate button!) to the OP could be more helpful for people new to android.
Since it is possible to change the color of the status bar, is it also possible to change the color of the settings screen? This screen is white on black on my HTC evo (and I think other devices). I would like to change it to black on white or so. I searched a lot, but couldn't find any method how to do this. Thanks again for any ideas!
I guess it is not possible?
Sent from my PC36100 using XDA App
palmdude said:
I guess it is not possible?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
it's all in the framework-res apk
palmdude said:
I guess it is not possible?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
the status bar is an image found in framework-res.apk /res/drawable-hdpi/
statusbar_background.png - status bar image. change it in photoshop to what you like. it's not a "color," so you can change the image to have a shadow, a design, whatever you like.
just keep in mind that if you make it transparent (like i did)...it may not work well with other apps on your phone (i.e. you'll see the apps background through the bar on top, not always a good thing!
dont confuse it with status_bar_background.png, which is the background file for your notification drawer.
UOT Kitchen: http://circle.glx.nl/
yer welcome
Many thanks! I will try to find this in the file you mentioned. Basically I will change that background with white.
Max_Pain said:
the status bar is an image found in framework-res.apk /res/drawable-hdpi/
statusbar_background.png - status bar image. change it in photoshop to what you like. it's not a "color," so you can change the image to have a shadow, a design, whatever you like.
just keep in mind that if you make it transparent (like i did)...it may not work well with other apps on your phone (i.e. you'll see the apps background through the bar on top, not always a good thing!
dont confuse it with status_bar_background.png, which is the background file for your notification drawer.
Click to expand...
Click to collapse
Sent from my PC36100 using XDA App
To change the text colors, you must first find the correct xml file to what you wish to change.
Decompile framework-res.apk with ApkManager
go in Folder layout, and search
status_bar_latest_event_content.xml
status_bar_expanded.xml
status_bar.xml
Click to expand...
Click to collapse
Edit with Notpad++ the Colors!!
Compile framework-res.apk and Copy new Files in your framework-res.apk Signed File and Copy your Phone!!
Thanks guys! I haven't tried it yet, but this is exactly the answer I have looking for !!
Now I just need to find a few hours of free time to learn/do this compiling/decompiling stuff. But I am confident
Sent from my PC36100 using XDA App
Wow I need to try this.
LostEden said:
Decompile framework-res.apk with ApkManager
go in Folder layout, and search
Edit with Notpad++ the Colors!!
Compile framework-res.apk and Copy new Files in your framework-res.apk Signed File and Copy your Phone!!
Click to expand...
Click to collapse
In these files I can not find options for changing the color of hours.
LostEden said:
Decompile framework-res.apk with ApkManager
go in Folder layout, and search
Edit with Notpad++ the Colors!!
Compile framework-res.apk and Copy new Files in your framework-res.apk Signed File and Copy your Phone!!
Click to expand...
Click to collapse
decompile or extract? apk manager has two options
NXUS said:
decompile or extract? apk manager has two options
Click to expand...
Click to collapse
You have to decompile to be able to edit xml files. One of those three files mentioned to search for(status bar expand) causes my phone to boot loop when I edit it. Is it linked to some other file that must also be edited?
LostEden said:
Decompile framework-res.apk with ApkManager
go in Folder layout, and search
Edit with Notpad++ the Colors!!
Compile framework-res.apk and Copy new Files in your framework-res.apk Signed File and Copy your Phone!!
Click to expand...
Click to collapse
Can someone please explain how to edit the colors in notepad++ with this method ?
Much thanks !!

[Q] Make notification bar transperant

Hey people. I would like to make my notification bar transperant, just dosn't know how? - Please help.
Well the hard way would be to modify or the framework.res or whaterver exact filename is. There are long guides posted around and it's needed to flash the rom with the modifided framework.res I believe or else with root access using adb copy it to the system folders. Anyway honestly can't be F**ked with that
The easy way is just install a theme with it already done. I like AuraxTSence theme.It's got a nice transparent status bar and notification bar as well as lock screen. Follow this link. Just make sure you download the one that's been modified to work for Desire HD.
http://forum.xda-developers.com/showthread.php?t=801928
If you don't know how to install it you just copy the .apk file over to your sd card and use a file manager like Astro to install the theme just like any app.
^Easier still, you can download the XDA app off of the market, find the skins thread and download and install from there.
nicolajreck said:
Hey people. I would like to make my notification bar transperant, just dosn't know how? - Please help.
Click to expand...
Click to collapse
Use UOT dude.
anko184 said:
Use UOT dude.
Click to expand...
Click to collapse
I tried that but transparency didn't work
For transparency modding framework-res or using skins is not enough since froyo. You need a modified services.jar
In order to acchieve it you decompile services.jar with smali baksmali, open StatusBarService.smali and look for:
.line 1531
const/4 v5, 0x2
replace it with:
.line 1531
const/4 v5, -0x3
Then compile and push back to system/framework
The faster way:
"Steal" the services.jar from my Revolution theme and enjoy - in any case you certainly need a transparent or semi transparent status_bar_background.png in framework-res. If you also need the top of the bar transparent also use a semi transparent statusbar_background.png
You can also use my TransparencyHackSense2.2.1 metamorph, which injects the png in your framework and the modded classes.dex in your services.jar - I added this time both png`s for top bar and background, will certainly only work on 2.2.1 Sense ROM`s
http://www.multiupload.com/JD06T1D6Q4
look at my theme, i just hard modified framework res

[Q] Need to locate these files? Help please

Hi i would like some help which would be nice from any Theme Creator or Dev because they will probably know where to look.
So can anyone tell me which files need to be changed to make the volume & brightness bars in quicksettings pulldown bar to change the bar color? i have changed the color via framework, system ui or htc res, rosie, settings files but.... not sure which files i changed in what location that did that?
Also which file do i need to locate to change the button pressed on the home screen? Cause i wanna get rid of the green sense look to my phone, my phone is looking pretty modded & i know how to use Photoshop to change PNGs & know how to mod APKs too.
Any help would be great i have tried the search bar on here & also in google but didnt get any results & to be honest i know people on XDA will know this.... thanks in advance
The progress bar color in quick settings is defined by this file: common_progress_full.9.png (in SystemUI.apk/res/drawable-hdpi)
Are you using a Gingerbread 2.3.5 or Sense 3.5 rom? If yes, the button press color in the homescreens can't be changed. At the moment all available tools fail with decoding the images.
In Sense 2.1, you have to edit Rosie.apk. For Sense 3 (+ GB 2.3.3 or .4), fusion.apk has to be edited with m10 tool.
I can give you more details if you want to.
Thanks
Thanks for that but i cant locate it in my system ui/res/drawable-hdpi? i tried looking in htc/rs/draw-hdpi too? cant find that common_progress_full.9.png? could you check again for me or if have time upload the file? i cant see why it would be missing though?
I havent had a chance to mess with the m10 editor? is it easy enough to use when editing the fusion.apk?
I love XDA.... its the best for phone modding & has many helpful members
sigurd_LU said:
The progress bar color in quick settings is defined by this file: common_progress_full.9.png (in SystemUI.apk/res/drawable-hdpi)
Are you using a Gingerbread 2.3.5 or Sense 3.5 rom? If yes, the button press color in the homescreens can't be changed. At the moment all available tools fail with decoding the images.
In Sense 2.1, you have to edit Rosie.apk. For Sense 3 (+ GB 2.3.3 or .4), fusion.apk has to be edited with m10 tool.
I can give you more details if you want to.
Click to expand...
Click to collapse
I have changed the button press & also found the common_progress_full.9.png from another rom but if you or anyone else can post your common_progress_full.9.png (in SystemUI.apk/res/drawable-hdpi) so i can try there one cause the progress bar isnt looking normal? it looks mis-shapen? Thanks again
What Rom are you using? Could you upload your SystemUI, so I can take a look
sigurd_LU said:
What Rom are you using? Could you upload your SystemUI, so I can take a look
Click to expand...
Click to collapse
I am running LeeDroid 3.3.3 but with sense add-on & my own custom red or colored icons & look! I uploaded my Sys UI, take a look for me? but i dont think i it will work? it maybe something to do with the rosie? my bars in quick settings dont look solid any more, i can live with it though, pics attached.
deanr1977 said:
I am running LeeDroid 3.3.3 but with sense add-on & my own custom red or colored icons & look! I uploaded my Sys UI, take a look for me? but i dont think i it will work? it maybe something to do with the rosie? my bars in quick settings dont look solid any more, i can live with it though, pics attached.
Click to expand...
Click to collapse
Your issue us a bad. 9.PNG it looks like you tried to edit it without decompiling the apk and running the new image threw the draw9patch tool
zelendel said:
Your issue us a bad. 9.PNG it looks like you tried to edit it without decompiling the apk and running the new image threw the draw9patch tool
Click to expand...
Click to collapse
what would you recommend i do? is there a solution or is it stuck this way for good?
I have a similar problem for the common progress bar which im assuming is in framework. I have decompiled, changed images, recompiled but the images are still default green.
Im baffled...
Any theme guru out there to advise...?
Does anyone know which is the location. png for a change in the transparent dock that is rosie navi bar?
goran60 said:
Does anyone know which is the location. png for a change in the transparent dock that is rosie navi bar?
Click to expand...
Click to collapse
be a little more specific on what your using(rom, sense version,etc.)
rayford85 said:
be a little more specific on what your using(rom, sense version,etc.)
Click to expand...
Click to collapse
He wants a fully transparent rosie for RCMix Runny. I have something for you Have a look in my thread: http://forum.xda-developers.com/showthread.php?t=1291351
sigurd_LU said:
He wants a fully transparent rosie for RCMix Runny. I have something for you Have a look in my thread: http://forum.xda-developers.com/showthread.php?t=1291351
Click to expand...
Click to collapse
Nice work!!! Please tell me how you got it to work on runny. I would love to include this in my mods.
Sent from my Desire HD using XDA App
rayford85 said:
Nice work!!! Please tell me how you got it to work on runny. I would love to include this in my mods.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
You have to load the Rosie.apk with m10 editor, then decompile the Rosie_navbar.m10 file and change the following opacity values from 1 to 0.0099999998. If you set them to 0, pressing on the buttons will have no effect.
thanks for this
MarylandCookie said:
I have a similar problem for the common progress bar which im assuming is in framework. I have decompiled, changed images, recompiled but the images are still default green.
Im baffled...
Any theme guru out there to advise...?
Click to expand...
Click to collapse
Do you mean the volume bars? if so just goto the UOT Kitchen & chage them in there, then flash them over your rom, or put the changes of your framework & system ui into your rom zip & flash your rom again?
goran60 said:
Does anyone know which is the location. png for a change in the transparent dock that is rosie navi bar?
Click to expand...
Click to collapse
Look here for rosie modding - http://forum.xda-developers.com/showthread.php?t=1210143
I have solved this thread problem if anyone has the same just change the common_music_progress_fill.9 this will change the volume bars in the status menu.
Hope this helps
MarylandCookie said:
I have a similar problem for the common progress bar which im assuming is in framework. I have decompiled, changed images, recompiled but the images are still default green.
Im baffled...
Any theme guru out there to advise...?
Click to expand...
Click to collapse
Progress_horizontal.xml in the drawable folder of framework-res.apk has to be changed
sigurd_LU said:
Progress_horizontal.xml in the drawable folder of framework-res.apk has to be changed
Click to expand...
Click to collapse
Nice one... only just seen your message lol
Fixed it as above

[Q] Is someone planning to make/port a theme for V20n?

Is someone planning to make/port a theme for v20n?
Thanks in advance.
Yeah just wait, themes will come eventually...
Sent from my LG-P970 using Tapatalk
yeah ,theming 2.3 is more easier than 2.2
there's a lot of things to do with 2.3 ,let's do it step by step
I'd love to see this Theme on V20N.
I'm not skilled enough to port it by myself.
Mick2K said:
I'd love to see this Theme on V20N.
I'm not skilled enough to port it by myself.
Click to expand...
Click to collapse
you can do it yourself with kitchen except lockscreen.
http://uot.dakra.lt/kitchen/
Happy to hear that
George Jetson said:
you can do it yourself with kitchen except lockscreen.
http://uot.dakra.lt/kitchen/
Click to expand...
Click to collapse
I tryed kitchen. But in the LG ROM some files are not in framework-res or system ui.
So you can change only status Icons and battery icon but not the ugly blueish style of the whole ROM like the Icons in the dropdown menu.
Is it understandable what im trying to say?
Yes, me too I've tried several times changing the icons in the drop-down menu but so far i haven't succeeded :/
what are u saying guys????u can edit EVERY aspect of any LG ROM without the lockscreen & the icons!!!!...check out my themes' sceenshots in this thread!!!!
http://forum.xda-developers.com/showthread.php?t=1448316
Irochk said:
Yes, me too I've tried several times changing the icons in the drop-down menu but so far i haven't succeeded :/
Click to expand...
Click to collapse
It's because some things are named different. You can't change those icons unless you decompile. Example, in dropdown menu/pull down menu, indi_noti_bluetooth_off (LG) versus stat_bluetooth_off (Gingerbread, CM7). UOT doesn't cover that.
achyut said:
what are u saying guys????u can edit EVERY aspect of any LG ROM without the lockscreen!!!...check out my themes' sceenshots in this thread!!!!
http://forum.xda-developers.com/showthread.php?t=1448316
Click to expand...
Click to collapse
Ah, they meant the Power widget notification icons.
Sorry for the misunderstanding, and thanks gabwerkz that's what i meant ^_^ When you say decompile you refer to decompile the framework-res.apk or the systemui.apk?
Irochk said:
Sorry for the misunderstanding, and thanks gabwerkz that's what i meant ^_^ When you say decompile you refer to decompile the framework-res.apk or the systemui.apk?
Click to expand...
Click to collapse
If you want to change those icons, they are located in SystemUI. If you have your UOT zip, extract/unzip it.
1. Grab the SystemUI and decompile.
2. Change the icon/s.
3. Compile.
4. Rename the compiled unsignedSystemUI to SystemUI.
5. Open your UOT zip by double clicking (if you have a rar/zip program),
6. Locate SystemUI (app folder).
7. Drag and drop the compiled and replace.
8. With WinRAR (my compression method is "store").
9. Exit and flash the zip.
Be aware of the icon size (for alignment) left and right. You can crop top and bottom so you can resize it's background too. Same as the Carrier background. See my unresized background example below (V20N). A waste of space. Then see my modified one (CM7). you only get good results by decompiling. UOT cannot resize backgrounds.
gabwerkz said:
If you want to change those icons, they are located in SystemUI. If you have your UOT zip, extract/unzip it. Be aware of the icon size (for alignment). You can crop top and bottom so you can resize it's background too. Same as the Carrier background. See my unresized background example below. A waste of space.
1. Grab the SystemUI and decompile.
2. Change the icon/s.
3. Compile.
4. Rename the compiled unsignedSystemUI to SystemUI.
5. Open your UOT zip by double clicking (if you have a rar/zip program),
6. Locate SystemUI (app folder).
7. Drag and drop the compiled and replace.
8. With WinRAR (my compression method is "store").
9. Exit and flash the zip.
Click to expand...
Click to collapse
are u already porting echelon to v20n?
desirat said:
are u already porting echelon to v20n?
Click to expand...
Click to collapse
Yes I am...
gabwerkz said:
Yes I am...
Click to expand...
Click to collapse
those thumbnails are really awesome
waiting the release
gabwerkz said:
If you want to change those icons, they are located in SystemUI. If you have your UOT zip, extract/unzip it.
1. Grab the SystemUI and decompile.
2. Change the icon/s.
3. Compile.
4. Rename the compiled unsignedSystemUI to SystemUI.
5. Open your UOT zip by double clicking (if you have a rar/zip program),
6. Locate SystemUI (app folder).
7. Drag and drop the compiled and replace.
8. With WinRAR (my compression method is "store").
9. Exit and flash the zip.
Be aware of the icon size (for alignment) left and right. You can crop top and bottom so you can resize it's background too. Same as the Carrier background. See my unresized background example below (V20N). A waste of space. Then see my modified one (CM7). you only get good results by decompiling. UOT cannot resize backgrounds.
Click to expand...
Click to collapse
Thank you very much dude, you're the best!!!! hope to see your theme cooked soon !!!
hope to see someone make a minimalistic theme for v20n soon
If someone else is interested in Porting ROMS, Building CM7 from Source OR Theming.
This is for you guys http://forum.xda-developers.com/showthread.php?t=1273718&highlight=[All+In+One+Guide+for+Dummies]
Hope you guys learn fast as some are already doing new themes.
Remember that are various files involved:
framework-res.apk
SystemUI.apk now in Gingerbread
Are there in this new ROM lge-res.apk and suires.apk?? They were in Froyo, pretty important.
I haven't even looked at this V20 Rom since I'm in CM7 and moving to HD2 in a few days.
Good luck, it looks you are doing great!
Mick2K said:
I'd love to see this Theme on V20N.
I'm not skilled enough to port it by myself.
Click to expand...
Click to collapse
This theme I made, for most basic stuff, it's just getting png's from some clean Gingerbread Rom like Nexus one's. For more concrete things like volume bar of description text, well you have to get into xml's and test, but not hard for someone like gabwerkz and some others.
antonio1475 said:
Hope you guys learn fast as some are already doing new themes.
Remember that are various files involved:
framework-res.apk
SystemUI.apk now in Gingerbread
Are there in this new ROM lge-res.apk and suires.apk?? They were in Froyo, pretty important.
I haven't even looked at this V20 Rom since I'm in CM7 and moving to HD2 in a few days.
Good luck, it looks you are doing great!
Click to expand...
Click to collapse
No such files, atleast the one I'm using. I'll look into stock one, but I think they are important and should be there even in repacked ones if they are included indeed in Gingerbread. thanks for the advice tony.

Transparent Status Bar? RazoDroid 2.5

Title says it all
Reply
Hello. If you want your statusbar transparent you have to edit the file SystemUI and edit the background of the statusbar.
Speedyspro said:
Hello. If you want your statusbar transparent you have to edit the file SystemUI and edit the background of the statusbar.
Click to expand...
Click to collapse
It doesnt work bro
I have tried all
I have edited pngs, xmls, smalis
It doesnt work
I dedicated my 2 months on it
Still dont work
We need someone who knows a lotttttt
M8, it is easy like the quantum theory
1. Decompile systemUI.apk
2. go to its /layout folder
3. edit status_bar.xml file:
- find line : <com.android.systemui.statusbar.StatusBarView ...... containing android:background="#FF000000"
- change value of background to "#00000000" and now you have got full transparency of statusbar ( just like mine )
easy, isn't it ?
Father Pio said:
M8, it is easy like the quantum theory
1. Decompile systemUI.apk
2. go to its /layout folder
3. edit status_bar.xml file:
- find line : <com.android.systemui.statusbar.StatusBarView ...... containing android:background="#FF000000"
- change value of background to "#00000000" and now you have got full transparency of statusbar ( just like mine )
easy, isn't it ?
Click to expand...
Click to collapse
Is this a pic of your Ace I
Because when I tried it months ago
I lost my status bar
Which decompiling tool you use
Can you give the link
iamareebjamal said:
Is this a pic of your Ace I
Because when I tried it months ago
I lost my status bar
Which decompiling tool you use
Can you give the link
Click to expand...
Click to collapse
Yes, it is. I did this screen shot especially for you to show you result of changes.
To tell the truth I don't remember from which place I downloaded my apktool, but use google and I'm sure that you will find what you looking for
Father Pio said:
Yes, it is. I did this screen shot especially for you to show you result of changes.
To tell the truth I don't remember from which place I downloaded my apktool, but use google and I'm sure that you will find what you looking for
Click to expand...
Click to collapse
The apktool I used first could not compile SystemUI.apk
Then I changed it
Then I changed the hex code to semi transparent
And when I replaced the SystemUI.apk
My status bar was gone
I think transparent might work
Can you please upload your apktool
I would be really grateful
As U wish, here U are. Hope will be helpful
Okay?
Father Pio said:
M8, it is easy like the quantum theory
1. Decompile systemUI.apk
2. go to its /layout folder
3. edit status_bar.xml file:
- find line : <com.android.systemui.statusbar.StatusBarView ...... containing android:background="#FF000000"
- change value of background to "#00000000" and now you have got full transparency of statusbar ( just like mine )
easy, isn't it ?
Click to expand...
Click to collapse
I want 35% transperacy
For 35% transparency
use this: #59000000
I've done as you said and but my status bar gone
I think it is not that easy but I don't know I'm just a noob
Father Pio said:
As U wish, here U are. Hope will be helpful
Click to expand...
Click to collapse
Your tool wont allow to open the file :/

Categories

Resources