Change main text color? - Droid X Themes and Apps

Got the status bar down and all that. Need the short version of how to change the main text color using a comp in a theme.
Any help would be appreciated.
Sent from my DROIDX using XDA App

bueler?, bueler, bueler?

I believe its in services.jar, I could be wrong though.
Sent from my DROIDX using Tapatalk

What do you mean by "main text"? Status bar notifications? Or system text colors (button txt, dropdown button txt, tab txt). Most instances of text are controlled by their own code in the framework. Either way, check the bowers guides on droidforums.net for changing text colors. They are the most comprehensive I've found.
http://www.droidforums.net/forum/team-inversion-conversion/

appr. the comeback. got a buddy walking me through it now.

http://androidforums.com/droid-x-all-things-root/246462-theme-help-tutorial.html#post2184361

Related

[Q] customize status bar to a white theme?

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

[Q] Ongoing event, Dropdown text color problems

I've installed/customized a theme exactly as I want with Black status bar, and black pulldown background with white text. I properly Deodexed and used the compatible services.jar, however, the following events still show up with black text in the dropdown list:
-In-Call timer status
-Download Progress
-Any item that is an event in progress
I've tried 4 different services.jar and all of them had the same problem, I tried editing the status bar XML files, only to have the phone refuse to load.
I notice 90% of themes leave the dropdown tabs gray, and I assume this is the reason, but does anyone have the files necessary to make all text in the dropdown white?
If you want to attach your framework-res.apk I can give this a go. I'm pretty sure this is in the /res/layout/status_bar_latest_notification.xml file or something titled similiarly.
Anyways.... I can give you some help if wanted...
I've attached my framework-res.apk, let me know what you can do. Thank You!
No problem. I will give this a go after work.
Sent from my DROIDX using XDA App
Guyinlaca said:
I've attached my framework-res.apk, let me know what you can do. Thank You!
Click to expand...
Click to collapse
In looking at your framework...is this the current framework that you thought SHOULD have the white text? Or a unmodified framework. In looking at it...it looks like the text should be white... At least from what theming I have done... You have white (ffffff) set in the correct places for the dropdown notification bar in /res/layout/status_bar_latest_event_content.
What ROM/theme are you using? Also are you on the 2.3.34 update? i'm still on 2.3.15... So I don't want to throw a framework on my phone that may cause issues =?
If you can give me some more info... I was digging through it tonight.
Thanks
I am using the 2.3.340 firmware, standard rom but rooted and deodexed.
I used that exact framework with 2.3.15 with the same issue. My theme is nearly perfect except for that, so it's kind of annoying.
Hm... I'll keep looking over it. So this current framework SHOULD have white text but didn't?
Try also looking at the styles.xml and colors.xml in the /res/layout folder. I.m winning if things need to match up and something in one of those files is overwriting your white color
Sent from my DROIDX using XDA App
Correct me if I'm wrong but doesn't the services.jar hold the information to change the colors in the drop down events?
trebz said:
Correct me if I'm wrong but doesn't the services.jar hold the information to change the colors in the drop down events?
Click to expand...
Click to collapse
I'm pretty sure it just controls color for the clock, ticker, and the "titles" for the sections in the drop-down such as "latest" or "ongoing". It doesn't actually change the text color of notifications in the drop down.
Can u help me too
I had this issue with derezzed too, a lot of ongoing event text colors are controlled by each individual application (something I saw with dropbox and facebook uploads) so the options are to either customize each application as you get it, ignore the unreadable text, or simply change the .png to a different color that provides a similar feel while being able to read black text... or another artsy thing would be to use rounded corners to make each notification look like an individual bubble instead of a continuous pane
edit:
totally didnt see how old this post was... oops

Status bar clock color

Just wondering if anyone knows where I can find the .Pngs for the clock in the status bar? I recently started using ninjamorph to change colors and images out and that damn white clock is holding back a all red and black gears of war theme I'm trying to put together.
Sent from my PC36100 using XDA App
It's an. XML file I'm just not sure what one..
Sent from my PC36100 using XDA App
Text selector.xml??

[Q]white notification bar.

so i've searched for a white notification bar and i cant seem to find one for this device.
i tried to just invert the colors on a black bar theme, but it didnt do anything to the bar and just made all the icons black(and invisible).
anybody know anything about a white bar?
isaacfank said:
so i've searched for a white notification bar and i cant seem to find one for this device.
i tried to just invert the colors on a black bar theme, but it didnt do anything to the bar and just made all the icons black(and invisible).
anybody know anything about a white bar?
Click to expand...
Click to collapse
So.. I'm guessing you already know how to properly modify the files for your ROM. The file you want to look for to modify and make white is "statusbar_background.png" ...Some roms this file name will also contain a ".9" in the name.
If this is the case, the .9 pngs HAVE to be modified a certain way, as the .9 means that they contain special instructions, for text, icons, and stretching. If you are not sure how to fix a .9 png, you can send me the file. I'll make it white, and send it back.
tribalartgod said:
So.. I'm guessing you already know how to properly modify the files for your ROM. The file you want to look for to modify and make white is "statusbar_background.png" ...Some roms this file name will also contain a ".9" in the name.
If this is the case, the .9 pngs HAVE to be modified a certain way, as the .9 means that they contain special instructions, for text, icons, and stretching. If you are not sure how to fix a .9 png, you can send me the file. I'll make it white, and send it back.
Click to expand...
Click to collapse
Well I did get the bar white. But now the clock and a few icons are white. The other icons I can figure out, but what do I do for the clock?
Thanks!
Sent from my Inspire 4G using XDA Premium App
Clock is in the services.jar. or at least it was on the Captivate. Haven't pulled this one apart yet.
isaacfank said:
Well I did get the bar white. But now the clock and a few icons are white. The other icons I can figure out, but what do I do for the clock?
Thanks!
Sent from my Inspire 4G using XDA Premium App
Click to expand...
Click to collapse
Sent from my Inspire 4G using XDA Premium App

Changing Text Color of Notification/Status Bar Pulldown

I want to change color of text that appears on the pulldown status Bar. Where the voicemails and other notifications appear. Currently text is black as well as background.
Thinking status_bar_latest_content.xml is the file I need to edit?
Location; framework<framework-res.apk<res<layout
Tia
Sent from my PC36100 using XDA App
BUMP. Same problem.
Same issue
I have been trying to figure this out for some time as well, i ended the status_bar_latest_events_content.xml file to reflect the colors that I wanted, and it didn't work, I can't seem to find an updated thread on how to do this.

Categories

Resources