Hi there.
I for one am not a fan of the solid black statusbar of recent androids. It ruins the very nice Sony look, if you ask me.
How would I go about replacing it with a nice gradient one like the Gingerbread days? Is it really that hard or is everyone fine with the solid black one?
Thanks,
You can use ninjamorph and some icons you'd like to use as a backgroud.
Sent from my LT18i using xda app-developers app
I know it's possible to mod system files with ninjamorph but I was really hoping for a more specific answer.
for an easy way to do it, you can try UOT Kitchen.
or if you want to add your own-made background, you can decompile systemui.apk.
Edit: deleted
Aren't you pointing out the notification menu background? I guess its a little bit confusing what i mean but I'm talking about the top bar background, where the clock, batter icon, etc are located.
I know, sorry I realized after I posted the pic. Can't seem to delete.
You will find the drawables in there though, but if your after transparent, I count t get it to work nice. Ghost notification icons.
Sent from my metalliArc S
You need to edit your drawables.xml in the values folder after decompiling, then add an image to drawable-hdpi and point to it from the xml...
Code:
<item type="drawable" name="status_bar_background">@drawable/status_bar_background_custom</item>
...or simply point to an existing image.
Ahh! That's why it ignorered my statusbar images. Thanks man, great help !
Related
I was going to put this in the GingerBlur 2.5 thread, but got the smackdown for not having enough posts yet
I was thinking of theming kenneth's great GingerBlur ROM, but have noticed that some of the files seem to be in different places than expected.
It would be helpful if there was any guide or how-to on what .png files would need to be modified to theme particular areas specific to this ROM.
For example I had thought to change the color of the notification bar background you'd find statusbar_background.png in framework-res/res/drawable...alas nothing to be found.
Thanks!
I also want to change the lockscreen slider img.
The vast majority of your editable pngs are in drawable-hdpi, but many of them are draw-9 pngs and require some special handling to alter.
fRenZy-_- said:
I also want to change the lockscreen slider img.
Click to expand...
Click to collapse
Lockscreen slider is a draw-9 png in the framework-res/res/drawable-hdpi folder. In order to alter it you would need to decompile the apk, as opposed to simply extracting it, change the image, and then recompile the apk. I am planning on starting a thread in the near future as a guide/discussion for theming.
Hey guys! Super glad that you all want to theme GingerBlur. I will encourage you to go ahead and wait until the release of GingerBlur 3.0.
Version 3.0 will have a re-worked framework that can be decompiled more easily. Theming will be a breeze!
Good luck!
Awwww man..
kennethpenn said:
Hey guys! Super glad that you all want to theme GingerBlur. I will encourage you to go ahead and wait until the release of GingerBlur 3.0.
Version 3.0 will have a re-worked framework that can be decompiled more easily. Theming will be a breeze!
Good luck!
Click to expand...
Click to collapse
Awwww... I've themed it already.. lol.. here are some shots... I got some of this stuff from the Galaxy S Poison Green theme, with a few of my own tweaks... and still a work in progress as I have more time to match the other parts to the theme... this is with fly-in affect... looking forward to the 3.0 update
kennethpenn said:
Hey guys! Super glad that you all want to theme GingerBlur. I will encourage you to go ahead and wait until the release of GingerBlur 3.0.
Version 3.0 will have a re-worked framework that can be decompiled more easily. Theming will be a breeze!
Good luck!
Click to expand...
Click to collapse
coool, cant wait. There are some aspects that I like changing (text colors mainly) and I hope it really is going to be a breeze. Changing images are easy in any case though. It's the text stuff that are tough.
Wow man that theme you got there looks pretty awsome!
jpinoy said:
Awwww... I've themed it already.. lol.. here are some shots... I got some of this stuff from the Galaxy S Poison Green theme, with a few of my own tweaks... and still a work in progress as I have more time to match the other parts to the theme... this is with fly-in affect... looking forward to the 3.0 update
Click to expand...
Click to collapse
Looks a lot like the steel blue theme I am currently using but green. Very nice.
Sent from my Blue Steeled Atrix
Big-A-Rob said:
Looks a lot like the steel blue theme I am currently using but green. Very nice.
Sent from my Blue Steeled Atrix
Click to expand...
Click to collapse
Thanks... It's pretty much a mirror of that theme, but not as customized as Tones.. don't have that much time to mess with all the features
The origianl Galaxy S them has Blue, Green, and Red themes of the same.... which is where we both got the theme from to put it on the Atrix..
FYI some icons are in system/app/systemui.apk
kennethpenn said:
Hey guys! Super glad that you all want to theme GingerBlur. I will encourage you to go ahead and wait until the release of GingerBlur 3.0.
Version 3.0 will have a re-worked framework that can be decompiled more easily. Theming will be a breeze!
Good luck!
Click to expand...
Click to collapse
Awesome news and a sincere thank you for all of your concerted efforts! Quick general question: do you know if Android supports transparency in the notification bar (the actual static bar at the top)?
I would assume so given they are .png; I think it would be pretty cool if you could have your notifications floating on top of your wallpaper.
adding transparency is not as simple as just editing the png's...you will also need to edit the services.jar in the framework (i think)...i know that is true for adding transparency to the notification bar dropdown...also after some research, launchers such as adw and launcher pro may cut off the wallpaper underneath the status bar, not sure about the stock motoblur launcher, so adding transparency may be pointless...
a more experienced dev or android user may know a bit about this...but i'm just sharing what i know...
jpinoy said:
Awwww... I've themed it already.. lol.. here are some shots... I got some of this stuff from the Galaxy S Poison Green theme, with a few of my own tweaks... and still a work in progress as I have more time to match the other parts to the theme... this is with fly-in affect... looking forward to the 3.0 update
Click to expand...
Click to collapse
WTH man??! Amazing screenshots!! This is exactly the color scheme I was wishing for on the Atrix!
How could you keep such good goodies only yourself? Or did you post your here somewhere?
Me would like it very much!
Thanks!
---
Edit: Sorry! those beautiful screenshots got me a head-rush! I read later it's work-in-progress. gold luck.
tonecreationz said:
adding transparency is not as simple as just editing the png's...you will also need to edit the services.jar in the framework (i think)...i know that is true for adding transparency to the notification bar dropdown...also after some research, launchers such as adw and launcher pro may cut off the wallpaper underneath the status bar, not sure about the stock motoblur launcher, so adding transparency may be pointless...
a more experienced dev or android user may know a bit about this...but i'm just sharing what i know...
Click to expand...
Click to collapse
This sounds hard...maybe I just stick with black
tonecreationz said:
adding transparency is not as simple as just editing the png's...you will also need to edit the services.jar in the framework (i think)...i know that is true for adding transparency to the notification bar dropdown...also after some research, launchers such as adw and launcher pro may cut off the wallpaper underneath the status bar, not sure about the stock motoblur launcher, so adding transparency may be pointless...
a more experienced dev or android user may know a bit about this...but i'm just sharing what i know...
Click to expand...
Click to collapse
that's not true, i use paint.net and make transparencies on many of my png's, then simply add them back to the apk and vola.
jimbush3 said:
Lockscreen slider is a draw-9 png in the framework-res/res/drawable-hdpi folder. In order to alter it you would need to decompile the apk, as opposed to simply extracting it, change the image, and then recompile the apk. I am planning on starting a thread in the near future as a guide/discussion for theming.
Click to expand...
Click to collapse
please make a thread! i'm a little confused, i use 7-zip to extract (which you say is a no no), then change the images (even the .9's, i just add .png to the end, and yes i know that's a no no but that's the point of being deodexed, so you can throw any png in there and either match the name or change the xml, in my case, it works everytime....), throw them back into the apk, and either root exploror the framework back (with an immiediate reboot) or adb it in in between boots (the way your suppose to do it, unless you make an zip to flash which i don't know how).
this method works for me, but if you use root explorer, the rom erases your dialer history (odd, never happened on the cappy).
p.s. this isn't a guide, if somebody does this and bricks their phone, they can hold me responsible and sue me (as i have nothing, nor a job). but seriously, backup your framework and know how to use adb if you want to mod your framework...
chaosjh said:
that's not true, i use paint.net and make transparencies on many of my png's, then simply add them back to the apk and vola.
Click to expand...
Click to collapse
I was referring to adding transparency to the notification/status bar...
tonecreationz said:
I was referring to adding transparency to the notification/status bar...
Click to expand...
Click to collapse
The bar is a normal png, you can transparent it fine without any fancy coding.
Yes, the status bar image is a standard png and can be made transparent. However, the wallpaper does not expand behind where the status bar is - so even if you make your status bar transparent, some color needs to be represented behind it. I went into drawables.xml and set the status_bar_background to transparent as well but it still shows up black for the homescreen, it does stay transparent for apps though and shows up differently based on what app is running (aka, for words with friends it shows the blue stripes - but not when I screen cap). Here are some images of what I mean.
- black on the homescreen, wallpaper must not extend that high
- see straight through to the notifications
- shows more grey on my phone than here
Hey guys any ideas on how to mod the options menu only?
Like here
I would like to add some color.
Thanks
ive been asking for ever. +1 for wanting to know this. im pretty sure they are jus pngs in the framework-res.apk named menubackground but when i changed them i got boot loop
The menu background is a .9 png & I've tried a dark one but couldn't find the xml to change the text color. The icons should be easier to theme though.
Currently theming and I wanted to change the colors of certain title bars, but cannot find the XML files associated with the color codes. I have looked in the droid developer website and XDA and haven't found the needed info. I also attached images so persons who may know can answer; some stuff I just wanted confirmed. I would like to change some settings title bar colors and some texts. The arrows point out what I need to change, and the fonts of what I want to change are underlined. This is for the droid charge, just so people know.
[Edit]
I have seen people put images in the title bar in settings so if anyone knows how to do this or has a link to anything about what i mentioned I'd appreciate any links or valid help.
in the 3rd screenshot of the settings bar, that can be edited in framework.res.apk, just look for the bar in drawable-mdpi folder in framework.res.apk and use gimp or photoshop to change the color
nope no good i have edited xmls within framework and none of them change the bars i want. i have edited the pull down bar, MMS apk colors, secondary colors, and none have edited what i wanted. thank you for the post though.
i know it is either in colors, drawable, layout, or values.
The bars have to be in framework, I edited mine and it works using apk manager. hmmmm did you check system.ui?
NookColor Cyanogenmod 7.1 "Overclocked"
yea i have it only changes it for certain instances. the top of the MMS, GMail, the home screen top bar changed, but those i SS in the OP did not change even though i have themed all of the framework-res.apk.
Hey guys,
I need help from you!
I've got a rom with cyanogenmod 7 base(mdpi resolution) and i wanted to retheme statusbar, but i won't work, as statusbar won't show :crying:
I wanted to change the following things:
Center Clock
Statusbar blue colored
White Clock/Texts
blue dropdownmenu
Can anyone do that for me, i will give him the systemui.apk and framework-res.apk if he want's to do that, please help, it's for a big project called CloudOS! But i can't run it, (de)compile works and didn't gives errors, but statusbar won't show
Thank you,
Glenn
i am not an experied developer but maybe you forgot to set the permissions of the files...
Sorry for my bad englisch
I didn't do much theming when I was in CM7. I know you can change notification drop-down colour but I don't know about status bar colour and others. Anyway, try theme by TeamCarbon in play store. They are best themers and they mod as much as available.
Yes it can be done. You will have to edit the layout xmls to do it.
Sent from my Inspire 4G using Tapatalk 2
I can probably do it, but you have to explain what kind of blue you want. Also if you want any sort of gradients or fading or something
Edit: also, what do you mean with drop down menu, which part of it ?
Sent from my HTC One S using xda app-developers app
hello,
why my galaxy s3 status bar icons like clock,operator signals and wifi signals are always remain some grey/dim these are not bright white ?
can i change them to white?
AW: [Q]notification/taskbar dim icons.
fktiwana said:
hello,
why my galaxy s3 status bar icons like clock,operator signals and wifi signals are always remain some grey/dim these are not bright white ?
can i change them to white?
Click to expand...
Click to collapse
Yeah, they are normally grey at StockROM. If you want to have the normal statusbar, like on the Nexus, I can advise you CyanogenMod, ParanoidAndroid or SuperNexus. These are CustomROMs and built by the Source Code of Google, that means that these CustomROMs have nothing to do with Samsung.
When you want to stay at StockROM (Samsung's preinstalled ROM/Firmware) I can advise you to root your phone, flash Philz Recovery and cook your SystemUI.apk, framework-res.apk and TouchWizUI.apk on UOT-Kitchen (the description is on the mainsite)... UOT Kitchen is a site where you can replace some elements of the design.
Your warranty will be lost at both things!
BACKUP THESE APKs BEFORE APPLYING THAT! WHEN YOU DON'T BACKUP THESE FILES YOU MUST REFLASH YOUR STOCKROM TO GET THE NORMAL DESIGN BACK!!!
Click here to enter the UOT-Kitchen:uot.dakra.lt
Greetings...
Sent from my GT-I9300 using xda app-developers app
my galaxy s3 android version is jelly bean 4.1.2 so can i expect that color of clock,operator n wifi signals will be changed to bright white in next update like 4.2?
fktiwana said:
my galaxy s3 android version is jelly bean 4.1.2 so can i expect that color of clock,operator n wifi signals will be changed in next update like 4.2?
Click to expand...
Click to collapse
nope
is there any change in s4 status bar clolor icons?
fktiwana said:
is there any change in s4 status bar clolor icons?
Click to expand...
Click to collapse
nope
Status bar autodimming solution
Hi, guys!
The solution is simple:
Decompile SystemUI.apk
Navigate to res/values/dimens.xml
You'll find a dimen item called status_bar_icon_drawing_alpha
In Samsung roms you'll also have tw_status_bar_icon_drawing_alpha
The value is given in percentages. Android dims the icons by setting their transparency (usually to 65%, Samsung - to 50%)
Increase the number and the dimming will go away.
Note that increasing it to 100% will make them a tad too bright. Use 100% only if using translucent status bar with bright BG.
Recompile and Enjoy
Where is this defined for SCH-I535?
daxgirl said:
Hi, guys!
The solution is simple:
Decompile SystemUI.apk
Navigate to res/values/dimens.xml
You'll find a dimen item called status_bar_icon_drawing_alpha
In Samsung roms you'll also have tw_status_bar_icon_drawing_alpha
The value is given in percentages. Android dims the icons by setting their transparency (usually to 65%, Samsung - to 50%)
Increase the number and the dimming will go away.
Note that increasing it to 100% will make them a tad too bright. Use 100% only if using translucent status bar with bright BG.
Recompile and Enjoy
Click to expand...
Click to collapse
Hi, can you advise the location of this xml in the Verizon S3 SystemUI.apk? Or if it's an entirely different setting outside of the apk? I can't find the path you mentioned. Thanks.
Did you decompile it? How much of the path did you follow?
Sent from my GT-I9300 using Tapatalk 4
I don't see \values in the \res folder. Here's what mine looks like inside of \res:
anim
color
drawable
drawable-hdpi
drawable-sw360dp-xhdpi
drawable-sw600dp
drawable-sw600dp-xhdpi
drawable-sw720dp-xhdpi
drawable-sw800dp-xhdpi
drawable-xhdpi
layout
layout-land
layout-port
layout-sw600dp
layout-sw720dp
layout-sw800dp
menu
raw
xml
drawable does seem to contain the status bar xml's but none that look like they control the icon transparency. Any ideas? I'm on a custom ROM, but it is based on stock TW ROM, if that helps.
The folder is res > values then the file called dimens.xml
They are around row 25 but if you don't see the values folder then you haven't decompiled the apk, are you sure you know what to do
Haha, well I was "cheating" by using Root Explorer to extract, expecting to mod then zip and change .zip extension to .apk. If I need to properly decompile to see the dimens.xml, I'll use APKTool on the PC. Thanks.
Brianakin said:
Haha, well I was "cheating" by using Root Explorer to extract, expecting to mod then zip and change .zip extension to .apk. If I need to properly decompile to see the dimens.xml, I'll use APKTool on the PC. Thanks.
Click to expand...
Click to collapse
That'll only work with images really.
rootSU said:
That'll only work with images really.
Click to expand...
Click to collapse
Hmm, well I finally got around to doing this the right way with apktool (loaded both framework-res.apk and twframework-res.apk, decompiled, changed the status_bar_icon_drawing_alpha and tw_status_bar_icon_drawing_alpha values, then re-compiled), then copied the entire res folder and resources.arsc file from my modded apk back to the original using 7-zip, then pushed back to my phone. Still no change in shade of status bar icons. What could I be doing wrong?
Is it the status bar icons or the clock colour or both you want to change
ag4751 said:
Is it the status bar icons or the clock colour or both you want to change
Click to expand...
Click to collapse
It's the status bar icons, but I finally got this! The part of the guide talking about opening 7zip and dragging changed folders to the original apk structure wasn't working between 7zip windows because the RES folder wasn't overwriting the existing RES folder so it was failing and not telling me. Once I deleted the resources.arsc file and the RES folder from the original apk in 7Zip I could then drag those over. Closed it, pushed it rebooted and finally saw brighter icons on the left side! Many thanks to this forum, all the contributors, and of course all the developers that make all this cool stuff possible! Now on to deciphering the location of all my right side icons and replacing them with brighter versions to match.
Brianakin said:
It's the status bar icons, but I finally got this!
Now on to deciphering the location of all my right side icons and replacing them with brighter versions to match.
Click to expand...
Click to collapse
Look in the SystemUI.apk\res\drawable-xhdpi folder also the clock colour is in the SystemUI.apk\res\layout folder and the tw_status_bar.xml file on this row, changing the colour highlighted in red will change the clock colour, this as you probably know is white yours will probably be #ffa6a6a6 this is a mid to light grey,leave the initial #ff just change the last 6
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:
ag4751 said:
Look in the SystemUI.apk\res\drawable-xhdpi folder also the clock colour is in the SystemUI.apk\res\layout folder and the tw_status_bar.xml file on this row, changing the colour highlighted in red will change the clock colour, this as you probably know is white yours will probably be #ffa6a6a6 this is a mid to light grey,leave the initial #ff just change the last 6
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:
Click to expand...
Click to collapse
Great stuff! Actually I can customize the battery icon and clock color through my ROM settings, but not the wi-fi/data/signal and ringer icons. I have to go to the drawable-xhdpi folder for that, but at least it doesn't require a full decompile/recompile to change out the .png's. Thanks for all the help!