Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
JG96EVO
Old
#1  
JG96EVO's Avatar
Senior Member - OP
Thanks Meter 29
Posts: 175
Join Date: Jun 2011
Location: St. Louis Missouri
Question ICS Status bar color change?

Is there any way to change the status bar color in ICS on the NS4G from blue to whatever color u want? if so can some one kindly point me in the right direction? Thanks
Im me whether u like it or not... Oh and i have a NS4G and a ET4G by the way

 
Shark_On_Land
Old
#2  
Shark_On_Land's Avatar
Senior Member
Thanks Meter 70
Posts: 774
Join Date: Sep 2011
Location: San Jose, Cali

 
DONATE TO ME
Of course, this is Android.

You are only limited by your skills to do so.

Its in the framework. Just edit them. Then blah blah. Easy.

Sent from my Galaxy Nexus Sep using Tapatalk
 
bearsblack
Old
#3  
bearsblack's Avatar
Senior Member
Thanks Meter 66
Posts: 701
Join Date: Feb 2011
^im sure that makes as much sense to the OP as much as its "easy" for u... -__-

ns4g via xda app
Andy's favorite snack; Apples on the daily - GNex_ToroPlus
 
Braneless
Old
#4  
Senior Member
Thanks Meter 271
Posts: 1,558
Join Date: Jun 2011
Location: Dayton, OH
Quote:
Originally Posted by bearsblack View Post
^im sure that makes as much sense to the OP as much as its "easy" for u... -__-

ns4g via xda app
If he knew how, he'd explain it, but the truth is that he's some 12yo kid who can't create/open a zip file yet claims to be a "developer".
 
fergie716
Old
(Last edited by fergie716; 25th December 2011 at 05:59 PM.)
#5  
fergie716's Avatar
Senior Member
Thanks Meter 3542
Posts: 3,855
Join Date: May 2011
Location: Sanborn, NY
I'll hook you up when I'm @ my computer. And it's not in framework-res, it's in SystemUI.apk

EDIT: What did you mean by statusbar color? Are you referring to the clock/date? If so, decompile your SystemUI.apk and go to /res/values/styles.xml

For the clock, look for this line

Code:
TextAppearance.StatusBar.Clock
For the date, look for this line

Code:
TextAppearance.StatusBar.Date
If you change your clock color your carrier color will change to the same

You want to change this line in both

Code:
android:textColor
Change it to whatever hex value you want. Must be proceeded by "ff" if you want the full value or if you want transparency you can put something like enter a value from 0-99, 0 being fully transparent

If your ROM has the power widget then you have to change the png's in SystemUI>res>drawable-hdpi>

Then after you make your changes recompile and if you use apktool to do that you need to sign it. I use an old version of apkmanager to sign it.
The Following 6 Users Say Thank You to fergie716 For This Useful Post: [ Click to Expand ]
 
JG96EVO
Old
#6  
JG96EVO's Avatar
Senior Member - OP
Thanks Meter 29
Posts: 175
Join Date: Jun 2011
Location: St. Louis Missouri
Quote:
Originally Posted by fergie716 View Post
I'll hook you up when I'm @ my computer. And it's not in framework-res, it's in SystemUI.apk

EDIT: What did you mean by statusbar color? Are you referring to the clock/date? If so, decompile your SystemUI.apk and go to /res/values/styles.xml

For the clock, look for this line

Code:
TextAppearance.StatusBar.Clock
For the date, look for this line

Code:
TextAppearance.StatusBar.Date
If you change your clock color your carrier color will change to the same

You want to change this line in both

Code:
android:textColor
Change it to whatever hex value you want. Must be proceeded by "ff" if you want the full value or if you want transparency you can put something like enter a value from 0-99, 0 being fully transparent

If your ROM has the power widget then you have to change the png's in SystemUI>res>drawable-hdpi>

Then after you make your changes recompile and if you use apktool to do that you need to sign it. I use an old version of apkmanager to sign it.
Thanks for the insight Fergie but houston we have a problem... i cant read it.. Im using Aosp v43 if it helps lol
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2011-12-25-22-51-39.jpg
Views:	471
Size:	72.5 KB
ID:	829737  
Im me whether u like it or not... Oh and i have a NS4G and a ET4G by the way

 
fergie716
Old
#7  
fergie716's Avatar
Senior Member
Thanks Meter 3542
Posts: 3,855
Join Date: May 2011
Location: Sanborn, NY
Quote:
Originally Posted by JG96EVO View Post
Thanks for the insight Fergie but houston we have a problem... i cant read it.. Im using Aosp v43 if it helps lol
Did you decompile it or extract it? You need to use apktool or something similar to decompile. I have a guide on how to get apktool ready for ICS but you need to set up apktool 1st. There's plenty of guides out there for that, just Google it up

Sent from my Nexus S 4G using Tapatalk
The Following 2 Users Say Thank You to fergie716 For This Useful Post: [ Click to Expand ]
 
JG96EVO
Old
#8  
JG96EVO's Avatar
Senior Member - OP
Thanks Meter 29
Posts: 175
Join Date: Jun 2011
Location: St. Louis Missouri
Quote:
Originally Posted by fergie716 View Post
Did you decompile it or extract it? You need to use apktool or something similar to decompile. I have a guide on how to get apktool ready for ICS but you need to set up apktool 1st. There's plenty of guides out there for that, just Google it up

Sent from my Nexus S 4G using Tapatalk
I googled how to decompile the systemui.apk but maybe im not understanding it clearly because i keep getting error messages.. do i use the computer and a command prompt? or terminal emulator? sorry for the questions.. im just kinda new to all this..
Im me whether u like it or not... Oh and i have a NS4G and a ET4G by the way

 
Paul627g
Old
#9  
Senior Member
Thanks Meter 223
Posts: 583
Join Date: Dec 2010
Location: Plainfield, Il.
You need to use a computer to decompile the apk. As fergie said there are plenty if guides here on XDA and other places to learn how to use apktool or apk manager.



Sent from my Nexus S 4G using Tapatalk
If you like my work or something I did you can buy me a Pepsi
(Donations not required but always appreciated )
(Below is for the Epic 4g)
Gears of War Theme | Halo Theme | Custom Themed Dialer Pads
| Gears of War Theme for Nexus S 4G |

http://i1202.photobucket.com/albums/bb374/TexasEpic/CaptAmerica.jpg
TexasEpic4g made this great banner for us

 
shane6374
Old
#10  
shane6374's Avatar
Recognized Themer
Thanks Meter 1255
Posts: 2,771
Join Date: Jun 2009
Location: Minneapolis

 
DONATE TO ME
And you must have SDK set up somewhere on you computer with the resources set up for android 4.0.3 at c:/user/apktool/framework

I'll attach what I'm using there. You can extract this into your user folder on you PC.
Attached Files
File Type: 7z apktool.7z - [Click for QR Code] (1.34 MB, 135 views)
Please do not PM me with themeing question. Ask in one of the many "how to" threads.
Galaxy S III
Please click the "Thanks" button if I helped or you like my work.
Twitter @shane6374

The Following User Says Thank You to shane6374 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...