How to change notification text color

This is a discussion on How to change notification text color within the Droid Hacks forums, part of the Droid Hacking category; I ran xUtlimate to change the time to orange and want to be able to change the notification text from white to orange as well. ...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18

Thread: How to change notification text color

  1. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #1

    How to change notification text color

    I ran xUtlimate to change the time to orange and want to be able to change the notification text from white to orange as well. Just don't know where to start with this.
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    FlipBack's Avatar
    Member #
    19359
    Join Date
    Dec 2009
    Location
    Maryland, USA
    Posts
    101
    Phone
    Motorola Droid
    #2
    I'm interested in doing this as well.
  4. Master Droid
    mjones1052's Avatar
    Member #
    18034
    Join Date
    Dec 2009
    Location
    Philly
    Posts
    343
    Phone
    Moto Droid
    #3
    In the framework-res.apk in /system/framework folder on phone, there is some xmls. They are in framework-res.apk/res/layout. They are called status_bar.xml and there is several variations of it. One for new events, one for open, closed, etc. You need to use a hex editor to change it. You can pull the .apk using adb with the command

    adb pull /system/framework/framework-res.apk. c:\users\ yourname \ somefolder

    Once you pull it you can make a copy and extract it. Then, using 7zip, right click on original and hit open archive. Now, get your hex editor and change the appropriate xml file in the copy you made that you extracted. Once finished, you can just drag them over to the correct spot in the opened archive window of the original. Copy the original to the tools folder in android-sdk-windows, and push it back to phone.
  5. Junior Droid
    berlyn's Avatar
    Member #
    38739
    Join Date
    Feb 2010
    Location
    wonderland
    Posts
    7
    Phone
    motorola droid
    #4
    i downloaded handsent sms (i think that's how it's spelled, idk i'm at work and am not allowed to have my phone on me) and it allowed me to change LOTS of things (including what color the LED light flashes, PER person too). it's super easy to use too and you can have it look like either iphone, droid, etc
  6. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #5
    Quote Originally Posted by mjones1052 View Post
    In the framework-res.apk in /system/framework folder on phone, there is some xmls. They are in framework-res.apk/res/layout. They are called status_bar.xml and there is several variations of it. One for new events, one for open, closed, etc. You need to use a hex editor to change it. You can pull the .apk using adb with the command

    adb pull /system/framework/framework-res.apk. c:\users\ yourname \ somefolder

    Once you pull it you can make a copy and extract it. Then, using 7zip, right click on original and hit open archive. Now, get your hex editor and change the appropriate xml file in the copy you made that you extracted. Once finished, you can just drag them over to the correct spot in the opened archive window of the original. Copy the original to the tools folder in android-sdk-windows, and push it back to phone.
    What program do you use to edit the xml files? I am assuming when you say hex editor that it is for the color since the are in hexadecimal format. I quess I need to know how to open the xml files to edit them.
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  7. Master Droid
    kevdog's Avatar
    Member #
    4295
    Join Date
    Nov 2009
    Posts
    722
    Phone
    moto droid
    #6
    HxD is my favorite hex editor. If you look over on alldroid under Xeudosus' section -- specifically the thread talking about xUltimate -- somewhere in that thread I actually posted a bunch of screen shots and listed the 3 files that need to be hex edited. I'd give you the exact link but face it -- I'm lazy.
  8. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #7
    Quote Originally Posted by kevdog View Post
    HxD is my favorite hex editor. If you look over on alldroid under Xeudosus' section -- specifically the thread talking about xUltimate -- somewhere in that thread I actually posted a bunch of screen shots and listed the 3 files that need to be hex edited. I'd give you the exact link but face it -- I'm lazy.
    Thanks for the suggestion on HxD. Now I am a noob at xml and can't understand what I need to do. All I see is a bunch of numbers everywhere with writing to the side in a word wrap format. Any more help would be great. In the meantime I will head over to alldroid and check that thread out too.
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  9. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #8
    Kevdog I read your post on alldroid about getting this all to work by using colorchanger3.jar. I have downloaded that and removed the .zip to it but have no idea how to run this file. Do I have to run it through Java or what? Maybe you could give us a guide (for noobs who don't know xml) on how to do this.
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  10. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #9
    Ok I got into the colorChangev3.jar through CMD. To input the line of what to change I am having a problem. I type this "java -Xmx512M -jar colorChangev3.jar {then there needs to be a file here}" . What file or path do I need. I keep getting services.jar not found or an access denied message when pointing to framework-res or framework-res.zip? Anyone else know anything or what?
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  11. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #10
    After a whole day of struggle I finally got part of it through colorchange. I think a thread will come on how to use this.

    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. can i change the text notification sound?
    By johnnypopoff in forum Droid General Discussions
    Replies: 10
    Last Post: 01-03-2011, 08:30 AM
  2. Change LED color?
    By 350-Jason in forum Droid Applications
    Replies: 44
    Last Post: 09-15-2010, 03:38 PM
  3. Change font color on notification bar
    By Berry2Droid in forum Droid Hacks
    Replies: 4
    Last Post: 02-22-2010, 07:57 PM
  4. Change color of clock in notification panel
    By FlipBack in forum Droid Development
    Replies: 2
    Last Post: 02-22-2010, 05:51 PM
  5. change led color
    By kraxyk in forum Droid Applications
    Replies: 2
    Last Post: 02-19-2010, 08:24 PM

Search tags for this page

android change notification text color

,
android notification text color change
,
android set notification text color
,
change color of notification text android
,
change notification color for texts android
,
change notification font color android
,

change notification text color android

,
change text colour notification centre
,
changing notification text color android
,
droid text allert different colors
,
how change the clock color font in notification bar android
,
how to change the color of a droid
,
how to change the notification color on android
,
how to change the notification to orange motorola droid x
,
xperia notifications fonts color change
Click on a term to search our site for related topics.