[Q] ?s about themeing - Hero CDMA Q&A, Help & Troubleshooting

I really want to theme my phone, is there any tips to make it easyier
an also theres no meny png files that im not sure what changes what, is there a guide of any sort for that or anything.
I got editing images down but im still gettin lost on changing things
an out of curioisy is there a good themer out there that would be willing to work with me personally so im not gettin mixed results

here ya go..this should get you a start
http://www.google.com/cse?q=how+to+...ub-2900107662879704:fs7umqefhnf&ie=ISO-8859-1

Great resource here

im not sure if im wording this right, but to theme an app u open that apps apk. to theme a widget u open that widgets apk. right?
So what all does framwork control?
still tring to get it togather what png's edit what on my phone

Essentially yes. Most of the app's .png's will be in the respective .apk, although if it's a Sense ROM then a lot is stored in the 'com.htc.resources.apk'
The 'framework-res.apk' holds all the files for like the notification area, the pull down menu, status icons, buttons, tick boxes, radio buttons etc...
The best way to familiarise yourself with it all is just to have a look through the image folders and see what you see.

not much luck, im gettin lost, so ill be back in a cuple days let u knw if i got it yet, if i cant come up with it, ill just make a list of things i want done an see where it goes.

Are you on a Mac or PC?
Keep in mind, you have to sign it to get it to install if you unpack it. After weeks of failed signing attempts (I still cant get them to sign) I found a way around this though...just don't unpack it Use 7zip on PC or I am on a Mac so I use Springy. Replace what you want and you are good to go.
Let me know if you need more help with this method. It isn't the way everyone else does things, but it works for editing things and making it what you want.

@reanger91878 I was just looking into start some theming and was trying to figure out if using a Mac put me at a disadvantage... but I guess since I found you I'll know who to ask if I run into a problem. So I guess I'm gonna get Springy and see what I can figure out. (I've never done this crap before).
:edit: boo it costs money, any free options? or will the non-licensed version work for me?

Alright
heres what i want done
I have NFX Sprint 2.31.651.7 STOCK Odex Update3.
Lock screen bar where its grey i want black
All screens under settings an phone options like device1 pic 1 want there its white to be black an the black letters white with a green boarder.
Device2 pic: want top an bottom where its grey to be black save with bookmark widget an calander app
Device3: white section black an the letter white
Device4: change all screens from white to black an white lettes an the grey buttons at the bottom to green same with clock, messages, music and photos
Device5: i want the ui buttons at the bottom like that but for it to be Phone in the middle app drawer on the left an add to home on the right
Invert all menus uder browser
so if some one would be willing to help with what xml an pic files i edit to do it, or some one helps me put it togather it would be awsome an id be very thankful

BuddahWolf01 said:
@reanger91878 I was just looking into start some theming and was trying to figure out if using a Mac put me at a disadvantage... but I guess since I found you I'll know who to ask if I run into a problem. So I guess I'm gonna get Springy and see what I can figure out. (I've never done this crap before).
:edit: boo it costs money, any free options? or will the non-licensed version work for me?
Click to expand...
Click to collapse
Using a Mac does not put you at a disadvantage per se...kind of, but there are workarounds
You don't have to use Springy, that is just what I use. The key is to find an Mac application that can open up a .zip file without extracting it, because once you extract, you need to resign (no big deal really, but for whatever reason my computer won't properly sign). I think the free version of Springy lets you open up a ROM of a certain size? Can't remember...but if you are editing a theme, they should open, because most are under 15MB. You can also just search around for other Mac apps that handle zip files and find one that does not extract. Let me know what you come up with and what you need help with...I gained much knowledge here, and will gladly pass on what I have gleaned.

DubsideWICKED said:
heres what i want done
I have NFX Sprint 2.31.651.7 STOCK Odex Update3.
Lock screen bar where its grey i want black
All screens under settings an phone options like device1 pic 1 want there its white to be black an the black letters white with a green boarder.
Device2 pic: want top an bottom where its grey to be black save with bookmark widget an calander app
Device3: white section black an the letter white
Device4: change all screens from white to black an white lettes an the grey buttons at the bottom to green same with clock, messages, music and photos
Device5: i want the ui buttons at the bottom like that but for it to be Phone in the middle app drawer on the left an add to home on the right
Invert all menus uder browser
so if some one would be willing to help with what xml an pic files i edit to do it, or some one helps me put it togather it would be awsome an id be very thankful
Click to expand...
Click to collapse
Big tasks Don't know if anyone will actually be able to do it for you, but check the resources above to get an idea where to start. It's the whole "give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime" idea.
Open up your ROM and check the framework-res.apk and see what you find...but you are looking to do more than just framework edits...

ranger61878 said:
Big tasks Don't know if anyone will actually be able to do it for you, but check the resources above to get an idea where to start. It's the whole "give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime" idea.
Open up your ROM and check the framework-res.apk and see what you find...but you are looking to do more than just framework edits...
Click to expand...
Click to collapse
Out of what all i want edited what is controlled by frame work an then would the rest be Apk files in the system app
my biggest problem is im not understanding what xml files change what an some of the pngs idk what they change
edit: I found post that said this, is that a pretty good way to descride it.?
app folder - This folder contains all of the apps that will be installed during an update or wipe. You will need to extract only the apks of the apps you wish to change the icon and graphics for.
-Launcher.apk - This file is in the app folder and contains the menu launcher tab, clock, google search widget, wallpapers and some other things.
framework - This folder contains framework-res.apk, this is where the bulk of your editing will take place.
When you open a apk you will see:
assets - This will contain images, sounds and other content used by the programs. Not always used!
META-INF - This contain the encryption data of the update.zip.
res - This folder contains all of the png and xml files. The xml files are used to format the UI, these can be used to change the locations of things on the screen. The xmls need to be unencrypted first. Depending on the apk there can be a bunch of folders under the res folder but we will only concentrate on the drawable ones.
-drawable - The png files in this folder are displayed wheather the keyboard is open or closed. The majority of the files are here.
-drawable-land - These are the files that will show when the keyboard is open. There won't be as many files in these folders. Most of the time the programmer will re-organize the layout with an xml file.
so basically everything is a picture that i want changed an xml files control text color an placement of where things are or what?,
im try my best to but thoes darn xml files are messing with me lol

To start, don't mess with the XML files. Just make changes to the PNG files. Once you get familiar with changing icons and status bar colors, then you can start messing with XML files. Let's say you want a different alarm icon.
Look in the DeskClock.apk under res/drawable-mdpi. You would find an icon(PNG) you want to substitute with, size it to the same size as ic_launcher_alarmclock.PNG, name it the same name and replace the original in the apk.
Use adb to push the apk back to your phone. I would then reboot and then enjoy your new icon.
Some icons will be in drawable-mdpi and some just in drawable. No need to change hdpi on our phones.
The majority of your status bar icons and base OS icons will be in framework-res.apk.
Sent from my HERO200 using XDA App

poashll said:
To start, don't mess with the XML files. Just make changes to the PNG files. Once you get familiar with changing icons and status bar colors, then you can start messing with XML files. Let's say you want a different alarm icon.
Look in the DeskClock.apk under res/drawable-mdpi. You would find an icon(PNG) you want to substitute with, size it to the same size as ic_launcher_alarmclock.PNG, name it the same name and replace the original in the apk.
Use adb to push the apk back to your phone. I would then reboot and then enjoy your new icon.
Some icons will be in drawable-mdpi and some just in drawable. No need to change hdpi on our phones.
The majority of your status bar icons and base OS icons will be in framework-res.apk.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Well said.
You can also do it on your computer...don't extract, just open, replace, close, put on SD and flash (after you nandroid...just in case )

iv been looking an looking, but cant seem to find a black stock theme
with stock htc green when a button is pressed, any one kno off a stock black theme i might be over looking

still havent figured ths out, an im having problems because im odexed?

DubsideWICKED said:
still havent figured ths out, an im having problems because im odexed?
Click to expand...
Click to collapse
Yes more than likely your only have trouble theme and odexed rom. Try a rom that is deodexed or I heard the have some deodex sripts that will do it.

ASimmons said:
Yes more than likely your only have trouble theme and odexed rom. Try a rom that is deodexed or I heard the have some deodex sripts that will do it.
Click to expand...
Click to collapse
Alright is there a performance or memory difference between odex an deodex

Does this same process apply with adw? If so, does that mean theming aosp and cm6 are equally as easy?
Sent from my HERO200 using XDA App

Related

White Notification Bar and Vanilla Highlights for xtrROM 4.5.2

DISCLAIMER: I am not responsible for anything adverse that might happen to your phone as a result of using my files. This is a very low risk operation, but you still perform this at your own risk.
CREDITS:
zach.xtr for his awesome xtrROM
.mak for the Espresso lock screen PNGs pulled from zenEXP
Android SDK (source of vanilla PNG files)
*All PNGs were optimized after pulling them from source*
This guide will give an even more vanilla look to xtrROM for those who like the orange highlights and white notification bar. Additionally, I have included the Espresso lockscreen (refer to screenshot) in a modified com.htc.resources.apk file. The lockscreen will still remain transparent, I just chose to use a wallpaper, so the screenshot doesn't show the transparent one. Most everything will have the highlights changed to the stock orange color, save a few things in the HTC-specific apps.
Before you do anything, make a NAND backup and/or make a backup of the files being pushed in this tutorial before pushing the ones I have provided. I have not tested this on another phone, as I only have the one that I performed this mod on, but I can't think of a reason it shouldn't work on another phone.
This was performed with xtrROM v 4.5.2. This may not work on previous versions.
Perform the following steps using ADB:
1. Push framework-res.apk, services.jar, and com.htc.resources.apk as follows:
Code:
adb push framework-res.apk /system/framework/framework-res.apk
adb push services.jar /system/framework/services.jar
adb push com.htc.resources.apk /system/framework/com.htc.resources.apk
NOTE: You *MUST* push the services.jar file if you want the clock to appear black on the white notification bar. Otherwise, it will remain white against a white background. Not very appealing, imo.
2. Your phone will soft reboot - this is normal. If you want, you can just force a hard reboot with:
Code:
adb reboot
YOUR PHONE MAY TAKE A LONG TIME TO BOOT. THIS IS NORMAL. If it takes an exorbitant amount of time (say 7 - 10 mins.), then it's probably safe to call it a failure. As long as your boot animation hasn't restarted or frozen, don't give up hope.
As pointed out by adrenalinerush12 and jadesdan, you must push com.htc.resources.apk if you want all the notification bar icons to appear white, since the stock HTC file overrides them in framework-res.apk. This means you will also get the Espresso lock screen (which, in my personal opinion, is the best-looking lock screen), but if somebody REALLY likes the boring grey "boomerang" bar, I suppose I can cook one up. Let me know.
com.htc.resources.apk Download:
HTML:
http://www.megaupload.com/?d=IYU0T72P
framework-res.apk Download: Link down - file uploaded to this thread below.
services.jar Download: Link down - file uploaded to this thread below. VERY IMPORTANT: the file is named services.zip at the bottom because XDA doesn't let me upload .jar files , SO make sure to rename it to "services.jar" BEFORE you push the file to your phone.
The reason why I installed 2.1 is so I can have Sense with a black notification bar. Oh well, some people might actually like this. Nice work!
This looks awsome! I love the XTR roms but couldn't stand the black bar.....
The framework and services.jar links are down
EDIT: I should have read the word "temporarily" a little closer.
Freakin SWEET! I love the speed of xtrROM, just didn't like the green highlights and black notification bar. This is perfect for me. Thanks a bunch.
jadesdan said:
This looks awsome! I love the XTR roms but couldn't stand the black bar.....
The framework and services.jar links are down
Click to expand...
Click to collapse
Yeah, you're right, they are down. Damn you, Megaupload!!! I think those two files might be under the XDA 8 MB limit...I'll try and upload them directly.
EDIT: OK, framework-res.apk and services.jar (as services.zip) are uploaded directly to XDA for your downloading pleasure. I don't know what Megaupload's problem is right now. Make sure to rename "services.zip" to "services.jar" - I made a little note of it near the bottom of my OP.
That's odd, because it wasn't down for me. It let me download them just a few minutes ago.
adrenalinerush12 said:
That's odd, because it wasn't down for me. It let me download them just a few minutes ago.
Click to expand...
Click to collapse
Yeah, I don't know why Megaupload does that. I've had it happen a few times before, and it's never consistent. Anyway, let me know how it works out for you. I haven't officially heard whether it has worked for anybody, so I'm excited to hear back!
Okay, when I pushed both framework-res.apk and services.jar, this is what I get:
Don't know what the issue is, but I pushed it twice to make sure. Still does the same thing.
I've tried both with the MegaUpload files and also the ones linked here, but this is what I get. I've even tried wiping Dalvik and all, but this is the best I can do. You can tell that it's taking, but I think there might be some icons missing.
adrenalinerush12 said:
Okay, when I pushed both framework-res.apk and services.jar, this is what I get:
Don't know what the issue is, but I pushed it twice to make sure. Still does the same thing.
Click to expand...
Click to collapse
Hmmm, actually now I remember that some of the PNGs in framework-res.apk are overridden in the com.htc.resources.apk. I didn't think it was so many, though. Try pushing the com.htc.resources.apk, too. If you don't want the espresso lock screen, I can always change it for you later, but I just want to see if that fixes the notification bar icons.
Yup. That fixed it! I actually deleted HtcLockScreen.apk because I like the stock horizontal slide one anyways. Thanks a bunch man.
adrenalinerush12 said:
Yup. That fixed it! I actually deleted HtcLockScreen.apk because I like the stock horizontal slide one anyways. Thanks a bunch man.
Click to expand...
Click to collapse
Hell yes! I was worried that I'd screwed something up. I can be a bit absent-minded sometimes. I'll update the tutorial. Thanks to you and jadesdan for testing!
No problem, but it seems that the notification bar clear button is black.. and so is the text, which makes it difficult to read. Not a huge deal, but. And icons such as a new text message with the stock app are still messed up looking. (With black as the background).
adrenalinerush12 said:
No problem, but it seems that the notification bar clear button is black.. and so is the text, which makes it difficult to read. Not a huge deal, but. And icons such as a new text message with the stock app are still messed up looking. (With black as the background).
Click to expand...
Click to collapse
Download and push the new services.jar (services.zip at the bottom of the thread) to fix the black "clear" button. I actually just fixed that last night - took a lot of fishing around to find out how to do it. I know the stock htc apps still have their original look in the noti bar - I didn't want to take the time to change them. Haha, maybe in the future.
Oh, and when my 3G icon changes to 1X to send a text, it goes back to the black icon. Then changes right back to the right 3G one.
i am trying to apply this to xtrSENSE. i've got the white bar working, but the services.jar part is doing nothing. do i have to extract anything or just simply rename it? i have renamed it, but it says not found or something to that effect. i do understand that this may not work due to the fact that this is slightly different than xtrROM with rosie and whatnot.
malpracti said:
i am trying to apply this to xtrSENSE. i've got the white bar working, but the services.jar part is doing nothing. do i have to extract anything or just simply rename it? i have renamed it, but it says not found or something to that effect. i do understand that this may not work due to the fact that this is slightly different than xtrROM with rosie and whatnot.
Click to expand...
Click to collapse
Cool, so framework-res.apk pushed successfully. You shouldn't extract anything from services.zip, just rename it to services.jar and push it. There are modifications to the smali code in services.jar, rather than just swapping out PNGs, so it's somewhat likely that it won't work. It's very picky - one thing out of place, and it doesn't boot. I've learned that the hard way.
May I ask what you are using for the Sense like clock/weather and the icons? They are pretty cool.
jeffgman said:
May I ask what you are using for the Sense like clock/weather and the icons? They are pretty cool.
Click to expand...
Click to collapse
For sure. The clock/weather widget is called "Fancy Widget". It's no longer on the market because the developers received a cease and desist order from HTC (can't imagine why ). Anyway, just google "fancy widget 1.3.0", and I guarantee you'll find it. I wouldn't have a problem uploading it, but some people might take issue since it's now a black market item. Whatev.
By the icons, do you mean the widgets that I have under the weather/clock widget? Those are all by curvefish and free in the market. Just search "curvefish". And if you're referring to the smiley face messaging icon I have, it's because I found a modified vanilla mms apk on a forum (can't stand HTC's slow as hell excuse for a text messaging program). Since that's open source, I've attached it to the post if you want it. Just be sure to delete HTC's mms, or you'll get some weird behavior.
ericFuels999 said:
For sure. The clock/weather widget is called "Fancy Widget". It's no longer on the market because the developers received a cease and desist order from HTC (can't imagine why ). Anyway, just google "fancy widget 1.3.0", and I guarantee you'll find it. I wouldn't have a problem uploading it, but some people might take issue since it's now a black market item. Whatev.
By the icons, do you mean the widgets that I have under the weather/clock widget? Those are all by curvefish and free in the market. Just search "curvefish". And if you're referring to the smiley face messaging icon I have, it's because I found a modified vanilla mms apk on a forum (can't stand HTC's slow as hell excuse for a text messaging program). Since that's open source, I've attached it to the post if you want it. Just be sure to delete HTC's mms, or you'll get some weird behavior.
Click to expand...
Click to collapse
Great, thank you for the information. I have heard of Fancy Widgets, just never used it. I have purchased Beautiful Widgets and used it a little bit. I have searched for a theme that resembles the Sense one but have not found it yet.
I am currently using xtrSENSE so I have the Sense UI. Once Zach updates xtrROM I am going to install that and go back to launcher pro and beautiful widgets for my homescreen.

Menu pop-up buttons - theme

How do you theme the (6) icons that pop-up when you press the Menu button ? I'm referring to Settings, Search, Add, Wallpaper, etc, etc. The images don't appear to be in framework-res.apk. I've looked in a few other folders/files with no luck so far.
And if anyone knows where to get replacement images, can you please point me in the right direction ?
hallstevenson said:
How do you theme the (6) icons that pop-up when you press the Menu button ? I'm referring to Settings, Search, Add, Wallpaper, etc, etc. The images don't appear to be in framework-res.apk. I've looked in a few other folders/files with no luck so far.
And if anyone knows where to get replacement images, can you please point me in the right direction ?
Click to expand...
Click to collapse
I believe they are in the vendor.apk and if you have a launcher like launcherpro you'll also have to them those as well.
No idea where to get custom images except from other ROM's or themes from those that have taken the time to colorize or otherwise theme the menu options. Hope it helps some.
I found a "vending.apk" but not the images that I was looking for. I'm using ADW too, by the way.
hallstevenson said:
I found a "vending.apk" but not the images that I was looking for. I'm using ADW too, by the way.
Click to expand...
Click to collapse
Sorry my bad, vending is for the settings menu, the images you are looking for are in the framework-res.apk, they begin with "ic_menu_", sorry for the mis-info
No need to apologize I'll look through there again. I've found "ic_menu..." images in there before (in 'drawable-mdpi' ?) but not ALL of them. Of course, there's over 700 to look through.
hallstevenson said:
No need to apologize I'll look through there again. I've found "ic_menu..." images in there before (in 'drawable-mdpi' ?) but not ALL of them. Of course, there's over 700 to look through.
Click to expand...
Click to collapse
Other apk files contribute to that menu, depending on the app you have open. They all should start with ic_menu... Are you wanting to theme just the home screen? If so, some are in framework, settings and adw. If you need some help, send me a pm...
Sent from my Froyo Tazz using XDA App
Yes, just the home screen at this point. I did find some of the images in framework-res.apk and I suspected the the launcher app must change things too. That's disappointing because when ADW updates, I have to change/update the image(s) again.
With your experience Macrodroid, how practical is it to take the existing images and edit them with The Gimp, for example ? Can I change the 'object' color and the background (easily) using that ?
hallstevenson said:
Yes, just the home screen at this point. I did find some of the images in framework-res.apk and I suspected the the launcher app must change things too. That's disappointing because when ADW updates, I have to change/update the image(s) again.
With your experience Macrodroid, how practical is it to take the existing images and edit them with The Gimp, for example ? Can I change the 'object' color and the background (easily) using that ?
Click to expand...
Click to collapse
I use paintshop pro to edit images. Gimp should work about the same. I also use 7-zip to edit the apk's.
As far as updates for adw goes, just save the images you change in a folder on your PC. When they update, pull the apk from your phone, open the drawable folder for the images, copy your images to the apk and save it. Resign the apk when your done and push it back to your phone. Or, if they don't change the filename on you, you can create an mm theme with a lit less hassle. If you need some help setting anything up, drop me a pm... I'll be more than happy to help you out...
Sent from my TAZZ FROYO using XDA App

[TUTORIAL]Customizing App Icons

Customizing an app with icons of choice:
App considered in example: Settings.apk
Archive software: winrar
Image editor: GIMP Portable
Download and install software needed, if not already present:
An image editor that lets you work on images, a little advanced preferred so the transparency of icons is not lost. I used GIMP portable version since this won't create any registry entries and would be un-intrusive on my system.
Winrar to extract files from the app.
Copy the Settings.apk from /system/app folder to some temp folder, say /sdcard/temp using an app like Root Explorer
Connect the phone to computer and copy this app from temp folder to computer
Download and install winrar on computer
Note: I used winrar, you can use any archive manager of your choice as long as you can open the apk file with it
Open Settings.apk with winrar
Enter the folder "res"
You will find a few folders here. Copy the folder "drawable-hdpi" to desktop.
Open this folder and turn on image previews.
This folder contains the icons used in the app. Select the icons you want to update.
Creative part here: Search for icons that appeal to you, or you feel would appeal to public if you plan to release it public. Don't worry abt the size, but ensure they are atleast 96x96.
Sizes as per my preference:
App icon as seen in app drawer: 96x96
Internal icons in settings: 64x64
The (b) above may not always hold good. You could try with one size, and then try resizing to best fit the app you are working on.
Open the icon you downloaded in GIMP and resize it.
On toolbar: Image --> Scale Image --> Type in the width and height you want (pref in pixels to be accurate) and click "Scale"
Save the file.
Give this file the same name as the icon you want to replace.
Repeat steps 11 through 13 to resize all the icons you want to replace.
Please make sure the icon that is visible in app drawer is atleast 96x96.
Copy these new icons into the "drawable-hdpi" folder overwriting the existing files.
Open Settings.apk with winrar
Enter the folder "res"
Enter the folder "drawable-hdpi"
Drag and drop all the icons in our "drawable-hdpi" on desktop into this folder in winrar
Close winrar (it is auto saved).
Move the "drawable-hdpi" to recycle bin (do not delete it at this point)
Open Settings.apk again in winrar, and extract the "drawable-hdpi" folder to desktop.
Open this folder and make sure all the icons are present in it as per the updating you just did.
Move this file to phone to some location say /sdcard/temp
Open root explorer and move this file to /system/app
You might consider backing up the current Settings.apk file to Settings.bak before copying the new file there (it is always recommended to backup the existing app in case you wanted to revert)
Thats' it. You now have a new look settings app.
*** All standard 'messing with system outcomes' disclaimers apply ***
Word of caution. Non stock apps may not update correctly in the market after doing this.
whiteguypl said:
Word of caution. Non stock apps may not update correctly in the market after doing this.
Click to expand...
Click to collapse
I don't think this could cause an issue 'cos all I am updating here are some images, not any XML or anything.
Edit: I haven't so far tried it on any apps I bought from market so far.
Great write up...
Thanks for doing this...It takes the mystery out of changing things around some.
Mac
I was actually looking into this and am very glad you put up a tutorial. Thanks a lot!
If you simply want to change the app icon on the homescreen as opposed to the app drawer, download Desktop VisualizeR. Great and simple app that allows you to pick and choose icons for different apps. Really fast to do if all you want is home screen and don't care about app drawer.
danrubi said:
I was actually looking into this and am very glad you put up a tutorial. Thanks a lot!
If you simply want to change the app icon on the homescreen as opposed to the app drawer, download Desktop VisualizeR. Great and simple app that allows you to pick and choose icons for different apps. Really fast to do if all you want is home screen and don't care about app drawer.
Click to expand...
Click to collapse
Yea. Changing just the home screen icon can be done even through Launcher Pro shortcuts. This changes the icon whole. This way it gets changed with the new one in the drawer, and retains the new one even when u create a shortcut wherever u want.
nice write up diablo.
this will help people who might want to make a theme, or customize their phone or whatever, but have no idea where to start.
di11igaf said:
nice write up diablo.
this will help people who might want to make a theme, or customize their phone or whatever, but have no idea where to start.
Click to expand...
Click to collapse
Thanks dilli.
Did u like my settings app customizations? Would it be worth considering to put them into our green and blue themes?
Nice write up but for making only minor changes, such as with swapping out a few images, isn't it much easier and faster to just use ninjamorph?
newter55 said:
Nice write up but for making only minor changes, such as with swapping out a few images, isn't it much easier and faster to just use ninjamorph?
Click to expand...
Click to collapse
This is assuming with no tools. Just the basic editors. And like I said, this is my first step, and I don't even know any tools.
im trying to install these signal bars.
ive tried following these steps but going into framework-res instead of apps for the signal bars, but when i went to paste the folder back into the framework-res / res folder it just made a copy outside of the framework-res and nothing has changed
bignate78 said:
ive tried following these steps but going into framework-res instead of apps for the signal bars, but when i went to paste the folder back into the framework-res / res folder it just made a copy outside of the framework-res and nothing has changed
Click to expand...
Click to collapse
Open framework-res.apk in winrar. Browse to the folder u want within winrar. Drag and drop the files there.
If u can wait abt an hour, I can upload my version of customized 3.0 FF ROM. Incidentally I have customized a couple icons in framework-res.apk, and happen to include the same signal icons. U could use my framework apk if u wanted to.
Will this change anything on my phone besides the signal bars?
Sent from my SAMSUNG-SGH-I897 using XDA App
bignate78 said:
Will this change anything on my phone besides the signal bars?
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Nope. Only a few more icons here n there like changing some icons to green that were initially with no color. Changed the sync icon. Rest all the same.
Unrar the file and u will get an apk file. Copy this into /system/framework folder on ur phone using an app like root explorer, and reboot immediately (ignore any FCs).
Cause I dnt want to change what's done to my phone besides the signal bars.
And thanks a ton for the help!!
Sent from my SAMSUNG-SGH-I897 using XDA App
bignate78 said:
Cause I dnt want to change what's done to my phone besides the signal bars.
And thanks a ton for the help!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
U can extract the files from the apk and compare the images between existing and this one. Hardly any changes.
Let me recall:
1. Sync icons
2. Wifi icons
3. Some icons color changed to green, and some error icons to orange (these were colorless earlier)
diablo009 said:
U can extract the files from the apk and compare the images between existing and this one. Hardly any changes.
Let me recall:
1. Sync icons
2. Wifi icons
3. Some icons color changed to green, and some error icons to orange (these were colorless earlier)
Click to expand...
Click to collapse
ok cool let me look at them and if i like them could you possably change the colors?
bignate78 said:
ok cool let me look at them and if i like them could you possably change the colors?
Click to expand...
Click to collapse
10char
diablo009 said:
10char
Click to expand...
Click to collapse
is there anyway i can send my framework and have you change the bars and basically change what would be green in yours to blue in mine?

How can I swap ?

Hi all,
I've made my own "theme" (the word is a bit exaggerated) by using DHD-PowerControl-1.72.405.2_notxt and cook it with UOT.
The result is in blue in the screen below.
But, I'd like to swap it with the one made with the one made by he_stheone64 in PowerNotificationWidget2.2.1 (see the red rectangle in screen below).
The problem is that PowerNotificationWidget2.2.1 changes other things I wouldn't like to be scrashed (like icons above or non-transparent carbon-look background below).
Then I tried to do the same of what I did for the white one : cooking framework-res.apk. But I had the long error log you can also see below.
So, could someone help me to do that swap and perhaps if possible, make the little bars below each toggles a bit more green than blue.
Thanks for your help,
Lim.
I'm working on something similar as well - a notification bar power control, based on the latest 2.1.1 services.jar and the customisation app. The idea is that it's as close to stock framework as possible, so that it can be uploaded to UOT (or otherwise themed with metamorph etc.).
This is mainly just a learning exercise for me in decompiling and modifying files, but if it works I can share it. I find the toggles show up better on a black background than a white one, so hope to include black background as an option - though I think that might break compatibility with UOT kitchen, so there might have to be 2 versions. It's a work in progress, though, depending on my free time, so I can't promise when it'll be done. I'll post here if I get it working though!
preacher65 said:
I'm working on something similar as well - a notification bar power control, based on the latest 2.1.1 services.jar and the customisation app. The idea is that it's as close to stock framework as possible, so that it can be uploaded to UOT (or otherwise themed with metamorph etc.).
This is mainly just a learning exercise for me in decompiling and modifying files, but if it works I can share it. I find the toggles show up better on a black background than a white one, so hope to include black background as an option - though I think that might break compatibility with UOT kitchen, so there might have to be 2 versions. It's a work in progress, though, depending on my free time, so I can't promise when it'll be done. I'll post here if I get it working though!
Click to expand...
Click to collapse
Hi Preach,
So far, I managed to swap the toggles png's (taking png's from he_stheone64's file) but no way to find and put the black background.
I would also like to have the little bars below more green than current blue. For this I guess it's in an xml file, but can not find which one (and how to do).
Liamstears told me there's was a mistake he_stheone64 could fix, but it's seems not to the case. He also told me he could help me to fix that, but he certainly doesn't have time.
I don't know in which direction to go but if you have any idea, I would be happy to make tries with you.
Good luck
I made for myself something like this It is a little bit tricked but effect is like on screen. This mod has no transparency in notification but it looks as STOCK as possible cause i prefer stock one
To change colour of those indicators u use app (which is installed with PowerMOD) U got there color picker. With bacground it`s not so easy thats why i tricked it a little removed bacground of toggles (made it transaprent) and set up whole notifiacion with chosen background and effect U see is below:
Will post this mod in my thread tommorow if somebody will need this
Krzysiec said:
I made for myself something like this It is a little bit tricked but effect is like on screen. This mod has no transparency in notification but it looks as STOCK as possible cause i prefer stock one
To change colour of those indicators u use app (which is installed with PowerMOD) U got there color picker. With bacground it`s not so easy thats why i tricked it a little removed bacground of toggles (made it transaprent) and set up whole notifiacion with chosen background and effect U see is below:
Will post this mod in my thread tommorow if somebody will need this
Click to expand...
Click to collapse
Hi Krzysiec,
This is exactly what I'm looking for (and probably the same for Preacher65).
As I can see, your framework-res.apk is cookable in UOT (battery).
Below notification, you manage to keep carbon background instead of white background, is it made with the same tweak ?
Tell us when you post this mod
I`m afraid my mod isn`t compatibile with UOT ... only leamstear framework-res.apk is cookable in UOT. All thing I do is manually changed by me. It is the easiest way for me Guys cook in OUT icons U want and than manually mix them with for ex. my mod. Thats easiest way I make all my icons/mods/ manually automat will never generate icons I like Will post it as soon as possible. The trick is I set up ONE bacground for notification and Power mod ... this is only ONE SINGLE background ... PowerMod background is transparent so wee se background from notification (which is carbon one) So when U slide up notification area U see how background moves behind Toggles But in static position it looks like on the screen (for me PERFECT and AS STOCK AS POSSIBLE)
Krzysiec said:
I`m afraid my mod isn`t compatibile with UOT ... only leamstear framework-res.apk is cookable in UOT. All thing I do is manually changed by me. It is the easiest way for me Guys cook in OUT icons U want and than manually mix them with for ex. my mod. Thats easiest way I make all my icons/mods/ manually automat will never generate icons I like Will post it as soon as possible. The trick is I set up ONE bacground for notification and Power mod ... this is only ONE SINGLE background ... PowerMod background is transparent so wee se background from notification (which is carbon one) So when U slide up notification area U see how background moves behind Toggles But in static position it looks like on the screen (for me PERFECT and AS STOCK AS POSSIBLE)
Click to expand...
Click to collapse
This would be good for me as well
MOD is up in my thread Take a look into OTHER MOD SECTION at the bottom of 1st post. Cheers!
Krzysiec said:
MOD is up in my thread Take a look into OTHER MOD SECTION at the bottom of 1st post. Cheers!
Click to expand...
Click to collapse
Ok I downloaded your PowerNotificationMod by Krzysiec but it doesn't look like your screen above (see mine below, where there is the carrier and the DesireHD mark at the bottom).
And I have to find a way to include the icons (see other screen) I cooked from UOT which has more than battery icons..
LOL Wrong file Will fix it in a minute
About icons... just pull them off from framework-res U cooked in UOT and drag and drop into my framework For battery U must replace all needed files and three compiled xml if U got different animation than BASIC from UOT.
Krzysiec said:
About icons... just pull them off from framework-res U cooked in UOT and drag and drop into my framework
Click to expand...
Click to collapse
Ok, for this, I can search for all the considered icons by comparing with the one shown in UOT and I guess they will crush over the existing stock one.
Is that right ?
Krzysiec said:
For battery U mast replace all needed files and three compiled xml if U got different animation than BASIC from UOT.
Click to expand...
Click to collapse
I'm not sure to understand what you mean.
My battery icons are the one you see in my previous screen called "Version B, White numbers". So I think this is the basic from UOT. Aren't they ?
If not what are these 3 compiled xml and from wher do I take them ?
EDIT : I saw that you updated your thread at 14:55 (CET) so I thought you updated the file. But it's still the same look... Perhaps you didn't update ?
Fixed version (i hope so) is UP try it out
About icons...
Unpack framework-res.apk and go to res/drawable-hdpi(-v4) folder. U got there every signle icon. Names of them are the same as mine (they must be the same to sytem recognize them via xml)
For battery:
U will see plenty of icons in res/drawable-hdpi(-v4) folder too... as many icons as percentage in Your battery U will see it when U unpack Your framework.
About XMLs U need to pull three xmls from Your cooked UOT framework from res/drawable:
-stat_sys_battery.xml
-stat_sys_battery_charge.xml
-zzz_stat_sys_battery_1.xml
Those files are responisble for whole battery indicator. Just replace them with Your cooked one.
EDIT: should be fine now :/ YEs it was updated than ... Hmmm strange ... Wait a sec.
It must work: http://dl.dropbox.com/u/17626742/Programy/PNotificationMODKrzysiec.zip
Checked graphic and there`re no more graphic like on screen (they were there at start but not now).
If in some way U won`t get it to work... Install my PureBlack skin and use it ... This will DEFINITELLY change those graphic. But How i said there no way to still have those hraphic there. Will check again for sure.
THIS ONE MUST WORK!
There`s no ..... way to not work
http://dl.dropbox.com/u/17626742/Programy/PNotificationMODKrzysiec.zip
LOL, I promise I took the link from your post above, put the file in my DHD, flash it in CWM, reboot and took this picture below
EDIT : I cleared my cache, DL again, and same file seems to have different amount of bytes. I try again.
Just fresh flash (16:07) on mine and it looks like this (default skin):
I don`t know what`s wrong than :/ Maybe U flash all the time the wrong file which have the same name?
See my EDIT above : same name of file => so kept in FF cache.
Cleared cache, last file a bit bigger. Flashing now.
Limerick_fr said:
See my EDIT above : same name of file => so kept in FF cache.
Cleared cache, last file a bit bigger. Flashing now.
Click to expand...
Click to collapse
That`s definitely reason FF tought it was the same file so didn`t downloasd it again. CHROME makes it too saomtimes.
Yep this is great now. Thank you very much !!!
I'll have to focus now on how to put the icons from UOT now... I'll show you the result when I will succed... if ever
Limerick_fr said:
Yep this is great now. Thank you very much !!!
I'll have to focus now on how to put the icons from UOT now... I'll show you the result when I will succed... if ever
Click to expand...
Click to collapse
Extract two framework-res.apk from my and UOT... Put them in different folders. Than pull via WinRAR /res/drawable-hdpi-v4 from both (in their folders) Than mix graphic U want from Yours into mine and but them back into framework-res.apk of mine ... U don`t have to sign anything. After mixing put "new" frameowrk-res.apk into my zip and viola!
Of course i`m talking about statusbar icons only because if U change whole folder U won`t get effect like on screen U must see te structure of drawable-hdpi
If U like my battery animation do not change xmls i mentioned earlier If U don`t like it change them from Your UOT framework
PS. Now U understand HOW I DID THE TRICK with carbon background in my mod
Krzysiec said:
Extract two framework-res.apk from my and UOT... Put them in different folders. Than pull via WinRAR /res/drawable-hdpi-v4 from both (in their folders) Than mix graphic U want from Yours into mine and but them back into framework-res.apk of mine ... U don`t have to sign anything. After mixing put "new" frameowrk-res.apk into my zip and viola!
Of course i`m talking about statusbar icons only because if U change whole folder U won`t get effect like on screen U must see te structure of drawable-hdpi
If U like my battery animation do not change xmls i mentioned earlier If U don`t like it change them from Your UOT framework
PS. Now U understand HOW I DID THE TRICK with carbon background in my mod
Click to expand...
Click to collapse
Thank you so much.
I'm on many things at the same time.
I'll do it when more quiet tonight.
Yes I'd like to keep the circle battery I had because i think we see more easily...
Preacher65 will also be happy of all that
I`m glad I could help U guys Some people helped me ... I helped some people... thats real comunity

[Q] Changing icons in Notification bar (Miui)

Hi,
Can anyone explain how one changes the icons in the notification bar?
More specifically, the 3G icon, Signal Strength, and the notification for a new text message?
Also, I know you can change the carrier name to whatever you like with apps like "CCname" and etc. but I've also seen that people have changed it into actual pictures or .png. Any help?
Thanks
I'd like to know more about this too!
The icons are usually found in framework-res.apk/res/drawable*** and begin with "stat". The email notification depends on what app your using but is also found in res/drawable***. You can change them using metamorph.
Hope this helps.
So do you mean I should use a program like APK Manager, and open up the framework apk? What does metamorph have to do with it? Sorry, don't know anything about this.
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Antennas said:
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Click to expand...
Click to collapse
this is how i was told to do it by another extremely helpful gentleman, the carrier icon i would like to know as well
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Easiest thing to do is get your rom zip and unpack all the frameworks and apks in apps using 7zip.
Then do a search for "stat" you'll be presented with the icons that appear in your status bar, then you can highlight them to see what apk they came from and edit as you please.
You don't need to use apk tool/manager as your only doing simple edits.
Metamorph will only replace the images you want so you dont need to flash/push a full apk.
Theres threads how to use metamorph, I think one might be a sticky at the top of this section. Its childs play to use it.
jeffng09 said:
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Click to expand...
Click to collapse
It depends what app your using for SMS.
Sent from my GT-I9100 using XDA Premium App
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
I'm using the stock sms from miui.
bodybombs said:
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
Click to expand...
Click to collapse
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
jeffng09 said:
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
Click to expand...
Click to collapse
no,
find theme
right click>7zip>open archive
find the icon you want to replace and change it with the exact name
i have to delete the icon im replacing from the archive before i put the new icon in its place first
smokin901 said:
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Click to expand...
Click to collapse
the gmail still didnt work for me
jeffng09 said:
I'm using the stock sms from miui.
Click to expand...
Click to collapse
If your on stock odds are its in the framework, never ran miui so I'm not too sure.
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
bodybombs said:
the gmail still didnt work for me
Click to expand...
Click to collapse
Have you tried "stat_notify_gmail.png" in the framework?
dully79 said:
Have you tried "stat_notify_gmail.png" in the framework?
Click to expand...
Click to collapse
yeah i themed everything i could find relating to gmail lol
SubyWill said:
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
Click to expand...
Click to collapse
systemui>res>raw should be it

Categories

Resources