Does anyone know how to change the notification and banner color for gb v4.5.588 seems the color jar method wont work like it did on froyo
Sent from my DROIDX using XDA App
Notification Color
In order to change the color of the notifcation bar color the main question first is did you root?
Yea IM rooted running the latest gb leak for the dx i think I got it have someone helping out I just can't seem to get adb set up on my PC right for some reason
my blue ginger 4.5.588 (a work in progress)
Related
I have a white xperia, ive been looking at ALOT of forums and I dont understand code that everyone posts up, all i want to do is make a white status bar with the blue like font that usually on the background of the x10, is this impossible???
egyptshun said:
I have a white xperia, ive been looking at ALOT of forums and I dont understand code that everyone posts up, all i want to do is make a white status bar with the blue like font that usually on the background of the x10, is this impossible???
Click to expand...
Click to collapse
I't possible. However it's a lot of work. You have to redo all the icons with a paintprogram. Rynoons actually made a white statusbar for the X10, see here:
rynoons modified framework-res.apk: (post #43)
Notification Bar Screenshot
Screenshot
download
The white statusbar looked really awesome on my white X10. However a white statusbar has some problems though.
-The color of the clock can't be changed as far as I know. That's why Rynoons added a black box. However when a message appears in the statusbar (like when connecting the phone to the pc), the clock (letters) will disappear. However the blackbox stays (as it's part of the statusbar background).
-Some SE apps (like mail, Timescape, Mediascape etc) include icons with a blue background. These icons will remain when using the white statusbar and thus will just not look right.
That's why I removed the white statusbar after some days of use and reverted to a black statusbar. Still some icons appear to be on a blue background. However they don't stand out that much on black as they did on white.
U can adjust the font colors by modifying the odex files. I have wanted a white status bar and black letters since I got the phone too. I'm working on it but it requires a lot of work. Hopefully this weekend.
Sent from my X10a using XDA App
gavriel18 said:
U can adjust the font colors by modifying the odex files. I have wanted a white status bar and black letters since I got the phone too. I'm working on it but it requires a lot of work. Hopefully this weekend.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
Snap. I have been working on this as well
gonna give font color a try hopefully lol
Sent from my rooted 026 X10i using swype via XDA!!
Mhmmm if anyone creates one without bugs please send out over, the kinks stated were just too much for me, but hopefully it turns out alright... :/
Sent from my X10a using XDA App
OH OH OH, I forgot to ask about changing the app drawer slider colour, domoco made abunch of different themes for their users like a different app drawer slider button thingy, I saw pirple and pink and other stuff
Sent from my X10a using XDA App
I've tried deodex the whole framework, and changed the color in services.jar. And then transfer the jar files to the x10 and odex all the files. but after restart the mobile phone froze on the bootscreen.
If I change the services.jar, I need to deodex the applications too? or just the framework?
As I understand it everything needs to be deodexed, then pushed back to the phone where it will be reodexed. Keep in mind the phone will take a while to startup bc its odexing everything.
I may be wrong and I still don't fully understand it. Lots of stuff to learn, not enough time.
Sent from my X10a using XDA App
Edit: if the phone gets stuck at boot is there a way to view what went wrong? Would ddms work for that? I would try before asking but I'm not at home. Thanks
How do I install Rynoons theme?
Sent from my X10a using XDA App
I can't seem to find any black notification bar with all icons and text in white?
I currently have Enom's latest ROM
CM6 allows for themeing the color of the both.
so basically CM6 allows me to even change the battery from green to white and the vibrate icon to white also? I know I can change the color of the text but I didn't know I could change the color of the battery since it is an image
h_zee13 said:
I can't seem to find any black notification bar with all icons and text in white?
I currently have Enom's latest ROM
Click to expand...
Click to collapse
if you can wait till tomorrow i'lll hook yuo up, got an exam to study for tonight
I can definately wait til tomorrow....thanks
Sent from my Nexus One using XDA App
try darkfroyo for cm
http://forum.xda-developers.com/showthread.php?t=783977
edit: oops sorry didnt notice you were on enoms
Try my theme Lucid for Enom's 2.14.4 . Black bar with white icons including the battery.
Link in the signature.
thanks trying it now
sonnysekhon said:
Try my theme Lucid for Enom's 2.14.4 . Black bar with white icons including the battery.
Link in the signature.
Click to expand...
Click to collapse
Dude i love it....i see what u did there with the transitions...really nice
Sent from my Nexus One using XDA App
I am running tehgyb's rom ( 2.3.6 ) and I want a transparent top bar but for some reason UOT never works and it always stays black. Could someone who has done it tell me how they did it please? Before anyone says " just edit it yourself ", I can't because my PC will not run Photoshop nor Inkscape or Gimp. Thank you for any help.
bswann said:
I am running tehgyb's rom ( 2.3.6 ) and I want a transparent top bar but for some reason UOT never works and it always stays black. Could someone who has done it tell me how they did it please? Before anyone says " just edit it yourself ", I can't because my PC will not run Photoshop nor Inkscape or Gimp. Thank you for any help.
Click to expand...
Click to collapse
Just decompile systemui and edit status bar.xml
I've tried it, and am working on it, thing is a lot of apps have a gray bar where the status bar is, it gets hidden by the status bar, it looks like complete crap and is distracting. So i'm working on making that go away
Sent from my SGH-T959V using XDA App
tehgyb said:
Just decompile systemui and edit status bar.xml
I've tried it, and am working on it, thing is a lot of apps have a gray bar where the status bar is, it gets hidden by the status bar, it looks like complete crap and is distracting. So i'm working on making that go away
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
OK, thanks, looking forward to it.
I tried editing the XML but, it still isn't transparent. I quess ill wait and see what you come up with.
Sent from my SGH-T959V using xda premium
Thats because transparency is not a png its a color code in the status bar xml decompile system ui res layout status bar xml status bar background change the #ff0000000 to #7700000 wala black transparent first 2 numbers determin if its filly filled ff full 00 100 percent trans parent the other numbers dictate color
Also note drop down a few lines n make date background all 00s to not cause bg bleed over
RaverX3X said:
Thats because transparency is not a png its a color code in the status bar xml decompile system ui res layout status bar xml status bar background change the #ff0000000 to #7700000 wala black transparent first 2 numbers determin if its filly filled ff full 00 100 percent trans parent the other numbers dictate color
Also note drop down a few lines n make date background all 00s to not cause bg bleed over
Click to expand...
Click to collapse
Didn't work. I give up, i guess i was never meant to have a transparent top bar. Feel free to send me a SystemUI for Vahalla black 1.5 with transparency in the top bar.
Sent from my SGH-T959V using xda premium
bswann said:
Didn't work. I give up, i guess i was never meant to have a transparent top bar. Feel free to send me a SystemUI for Vahalla black 1.5 with transparency in the top bar.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Just a note not all launchers support it when done n make sure you turn off any launcher wallpaper hack
RaverX3X said:
Just a note not all launchers support it when done n make sure you turn off any launcher wallpaper hack
Click to expand...
Click to collapse
I have, I have also tried three different launchers. Maybe you should include it on your next release or just go ahead and send me a systemUI with it done already.
Also, on my Optimus V running unofficial CM7.2 we just got the option of changing the color of the status bar. I do not think it is a CM7 mod either, so maybe that could be included in a update later down the road.
Sent from my SGH-T959V using xda premium
bswann said:
I have, I have also tried three different launchers. Maybe you should include it on your next release or just go ahead and send me a systemUI with it done already.
Also, on my Optimus V running unofficial CM7.2 we just got the option of changing the color of the status bar. I do not think it is a CM7 mod either, so maybe that could be included in a update later down the road.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Or you could just went through the themes section where i put the origional guide with pics n dl s
RaverX3X said:
Or you could just went through the themes section where i put the origional guide with pics n dl s
Click to expand...
Click to collapse
Yea, I have read it and the problem with that is that I cannot install the java SDK or the Android SDK and apktool does not run properly. I am on a 7 year-old E-Machinces PC with a 1.2 processor and 512 MB of Ram. I cannot run half the programs I need to do this kind of stuff. I had a friend try your guide and others for me and the result was the same- not transparent. Thank you for your help anyway.
Hello, I'm using crossbones ICS rom and I'm liking except for one the all the damn blue lmao. I have been able to change everything to red except the date and the carrier in the notification shade, i'm assuming it's in an .xml file just don't know where to go to change it any help would be appreciated
Hey there xda people
How can i change the notification bar color ? is it possible ? and can I put to it anader apps inested or more ?
Thank you all for the help.
Sent from my GT-I9300 using xda app-developers app
This is all you need without ROOTING :
https://play.google.com/store/apps/...the+colour+of+the+notification+bar+in+android
With this app, you can edit your notification bar the way you want
Sent from My Premium Calculator HD
That one has poor reviews, and doesn't look to be free...
Sorry, I guess this is a necropost, but I'm looking for the same thing, and have been for quite some time.
I'm rooted, running CM 10.1, and running the XPosed framework. I've seen a couple of themes, but they always do things like change the dialer layout, or something... I really just want to turn that shade of blue white, and I guess just doing that in the notification bar would be fine.
PAC ROM
tuneon said:
How can i change the notification bar color? is it possible?
Thank you all for the help.
Click to expand...
Click to collapse
Anything is possible if PAC ROM already flashed in your device. It has so many option to customize your phone's look and feel. Have a try and good luck.
Is there any xposed module that can change the notification panel's background color to match that of the running current app via the color of the statusbar?