Go Back   Android Forums > Android Phones > Samsung Moment



Reply
 
LinkBack Thread Tools
Old February 6th, 2010, 10:43 PM   #1 (permalink)
New Member
 
jersezhustla's Avatar
 
Join Date: Dec 2009
Location: Maryland
Posts: 13
 
Device(s): Samsung Moment
Thanks: 0
Thanked 0 Times in 0 Posts
Talking [guide]how to change your notification bar

Ok, I found this information over at XDA and thought I would post it for my fellow Moment users. This is going to tell you how to change your notification bar. Credit go to WebghostDK for posting this. Read it here and other info.

WARNING: This does not change the text color or clock color. If you use a black bar you will not be able to see the clock or date in the bar.

In order to change your status bar color along with the Background color, do this:

First we need the framework-res.apk from the phone
- adb remount
- adb pull /system/framework/framework-res.apk framework-res.apk
Take a backup of this file in case you failed and wants to go back.
Rename your local framework-res.apk to: framework-res.apk.zip

Open the Zip file and go here:
/res/drawable/

Locate these files and unzip them:
statusbar_background.png
status_bar_background.png
status_bar_close_on.9.png
status_bar_header_background.9.png
status_bar_item_background_normal.9.png


These are the files you want.
I sugest that you use Photoshop to do what you want with the colors, if you are using Photoshop, be carefull editing status_bar_close_on.0.png, it might look weird if you are doing it wrong.

After your done editing these pictures go here:
/res/drawable_land/

Locate and unzip:
statusbar_background.png

Do the same here as you done with the first pictures.



After you are done editing the png's, save them in your zip file.
Rename framework-res.apk.zip to framework-res.apk.

- adb push framework-res.apk /system/framework/framework-res.apk

Now restart your phone, and your Notification bar has been fixed :-)

jersezhustla is offline  
Reply With Quote
Sponsors
Old February 6th, 2010, 11:06 PM   #2 (permalink)
Senior Member
 
CriticalCritic's Avatar
 
Join Date: Nov 2009
Location: Cary, NC
Posts: 1,548
 
Device(s): Me-EVO 4G // Wife-EVO 4G // Son-LG Opt S
Thanks: 393
Thanked 243 Times in 159 Posts
Default

I had read something similar about doing this in a Droid thread a few days ago, and I have two questions for you...
1- Will the dropdown also be black? (thus turning all notifications invisible)
2- Have you done this to your phone and can vouch for it?
CriticalCritic is offline  
Reply With Quote
Old February 6th, 2010, 11:12 PM   #3 (permalink)
New Member
 
jersezhustla's Avatar
 
Join Date: Dec 2009
Location: Maryland
Posts: 13
 
Device(s): Samsung Moment
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by CriticalCritic View Post
I had read something similar about doing this in a Droid thread a few days ago, and I have two questions for you...
1- Will the dropdown also be black? (thus turning all notifications invisible)
2- Have you done this to your phone and can vouch for it?
Check out my theme here! You can change out these files listed in this thread and you should be good to go. Just gotta play with it on those files.
jersezhustla is offline  
Reply With Quote
Old April 13th, 2010, 10:36 AM   #4 (permalink)
New Member
 
Join Date: Apr 2010
Location: Iowa
Posts: 8
 
Device(s): Motorola Android 2.1-update1, running Latest CyanogenMod, with latest Smoked-Glass Esque
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I just purchased my android phone and i'm a first time user of a derive that i can make mods to. I'm not familiar with the tools that i will need, like when you used that adb command to push the file back to the droid.

Right now, the only thing i've accomplished is copying the file from the system/framework directory, to my sdcard, then to my desktop; i've included the .zip extension and extracted to a local location, where i'm then about to play with the images with fireworks macromedia software; but from there on, i'm lost! What the heck is adb and how do i get it? I was told i needed other stuff, like metamorph and busybox - stuff i know absolutely nothing about.

NEED HELP, MAN!!!
wncoulte is offline  
Reply With Quote
Old April 13th, 2010, 10:46 AM   #5 (permalink)
Member
 
heathershipp's Avatar
 
Join Date: Mar 2010
Location: The sunshine state! :D
Posts: 145
 
Device(s): Samsung Moment
Thanks: 6
Thanked 0 Times in 0 Posts
Send a message via Yahoo to heathershipp
Default

I would like to change my notification bar but I don't get the coded stuff... So, if someone would be so nice as to send me a step-by-step "how-to" I'll greatly appreciate it!! Please and thank you!


I would take my time and read word for word, but I am a mom of 2 young boys so I don't have much time to go through everything one by one.
__________________
YouTube, Twitter and Facebook have decided to combine. The new name will be "YouTwitFace."
heathershipp is offline  
Reply With Quote
Old July 1st, 2010, 03:42 AM   #6 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

my statusbar_background.png status_bar_background.png status_bar_close_on.9.png status_bar_header_background.9.png and status_bar_item_background_normal.9.png
are all .xml files. i cant get adb working so i just copied form the phone into my sd card using astro file manager o.O could you help me get adb working?
snookyfrank is offline  
Reply With Quote
Old July 1st, 2010, 06:01 AM   #7 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well nevermind i got adb working but when i do adb devices to see if its even "Detected" it says list of devices attached but theres nothing below. and if i do adb remount it says error: device not found
help please
snookyfrank is offline  
Reply With Quote
Old August 31st, 2010, 08:44 AM   #8 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 5
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

wow I want to change the bar color on my moment but I swear I have read ^ like 10 times and I am still like uhhh what? LOL I give up on and my phone is rooted I dont know if that helps
ThatsMrsJ is offline  
Reply With Quote
Old February 22nd, 2011, 07:38 PM   #9 (permalink)
New Member
 
Join Date: Feb 2011
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by jersezhustla View Post

First we need the framework-res.apk from the phone
- adb remount
- adb pull /system/framework/framework-res.apk framework-res.apk
Take a backup of this file in case you failed and wants to go back.
Rename your local framework-res.apk to: framework-res.apk.zip
Hey my friend, im new with the android phone
and i forgot to backup the archive before changing its name...
what i can do now ? the cell wont work again :/
im realy afraid now...

pls help...
MrDonuts is offline  
Reply With Quote
Old February 23rd, 2011, 10:19 AM   #10 (permalink)
Member
 
HeadlessPonch's Avatar
 
Join Date: Jun 2010
Location: Des Moines, IA
Posts: 247
 
Device(s): Samsung Moment
Thanks: 8
Thanked 27 Times in 22 Posts
Default

Quote:
Originally Posted by MrDonuts View Post
Hey my friend, im new with the android phone
and i forgot to backup the archive before changing its name...
what i can do now ? the cell wont work again :/
im realy afraid now...

pls help...
Are you saying your phone won't boot? If you don't have an original copy of your framework-res. apk, then your best bet is to go to sdx forums and follow the instructions to flash your phone to stock DJ07. Then root and theme if you want.
[HOW TO] Get Deodexed Rooted Stock DJ07 & BEYOND!
__________________
Samsung Moment, Minimalist Theme, and back to DJ07 for now
HeadlessPonch is offline  
Reply With Quote
Sponsors
Old February 23rd, 2011, 05:31 PM   #11 (permalink)
New Member
 
Join Date: Feb 2011
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

HeadlessPonch,

i got a motorola Defy, and i was on the Root Explorer > system > framework > framework-res.apk

I chagend the name of the archive to framework-res.apk.zip and now, i cant load the phone.
Btw, the battery's over now and i cant charge the cell...
MrDonuts is offline  
Reply With Quote
Old February 24th, 2011, 09:15 AM   #12 (permalink)
Member
 
HeadlessPonch's Avatar
 
Join Date: Jun 2010
Location: Des Moines, IA
Posts: 247
 
Device(s): Samsung Moment
Thanks: 8
Thanked 27 Times in 22 Posts
Default

Just to be sure you understand, you are in a Samsung Moment thread.

Try renaming the file to just framework-res.apk (remove the .zip extension). Then try again.
HeadlessPonch is offline  
Reply With Quote
Old February 28th, 2011, 06:22 PM   #13 (permalink)
New Member
 
Join Date: Feb 2011
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ooh, my bad.
Sorry...

but its ok now.
MrDonuts is offline  
Reply With Quote
Reply

Samsung Moment
Current Rating:
Rate this Phone:

Sprint has just added its first full QWERTY Keyboard Android Phone to their lineup with the Samsung Moment. Initially rumored as the "InstinctQ", the Moment rocks an 800 MHz processor - what was the fastest processor in an Android phone a... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung Moment User CP
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Guide] Change notification/clock/pull down text colors milrtime83 Droid - All Things Root 66 December 31st, 2011 01:27 AM
[GUIDE] How to change the Sprint banner using CDMA workshop apristel EVO 4G - Tips and Tricks 64 July 6th, 2011 10:05 AM
Support is it possible to change the notification bar ? ray1510 Sony Ericsson Xperia X10 3 October 10th, 2010 07:51 PM
Idiots guide to changing the notification bar ianramsden87 Desire - All Things Root 0 August 31st, 2010 06:04 AM



All times are GMT -5. The time now is 02:19 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.