Modding Help with settings - Droid Incredible Q&A, Help & Troubleshooting

I am trying to mod some of the .png files on the phone just for kicks. I am trying, in vain, to find the .png files for the menu. By menu I mean when you hit the soft button for menu you are presented with 6 choices, apps notifications, settings, etc... They are all grey and I would like to switch them out for colored icons but I cannot find them. Where are they located?

Great Offender said:
I am trying to mod some of the .png files on the phone just for kicks. I am trying, in vain, to find the .png files for the menu. By menu I mean when you hit the soft button for menu you are presented with 6 choices, apps notifications, settings, etc... They are all grey and I would like to switch them out for colored icons but I cannot find them. Where are they located?
Click to expand...
Click to collapse
I believe in com.resources.htc.apk is where you'll find them, if you're running a sense ROM. SystemUI.apk also has some pngs too you can have a look at.
I took a look on Jermaine151's In-Sensitive ROM (Sense with parts of Sense removed) - I found the icons in SystemUI.apk.

Yeah I barked up that tree already and finally found it in Rosie/res/drawable_hdpi.
Probably should have posted in Q&A but thanks for the response.
Edit: 5 of the six icons are in Rosie. The "settings" icon is in com.resources.htc.apk.

Related

How could I replace all of the Sense UI icons with the vanilla icons?

My Droid Incredible's Sense UI has all these HTC-only icons that are a lot uglier than vanilla Android (i.e. Android 2.0+). These are the icons for things like the settings panels (e.g. "Wireless & networks," "Sound & display," "Accounts & sync"), and HTC's custom versions of basic apps (e.g. Messaging, Phone, Internet, et cetera). I once had a Motorola Droid, and it had beautiful, stock vanilla icons. Now, I like HTC Sense UI overall, but I can't stand the HTC icons.
How could I go about replacing said icons? I checked the contents of framework-res.apk and didn't see any of the appropriate icon files there. Also, where can I download the vanilla Android icons?
Thanks for any help you can give!
P.S. I have rooted, and I have busybox and clockword recovery mod installed. However, MetaMorph reboots the phone during its self test. BetterCut cannot replace icons inside of apks, and it's not free anyway.
Progress!
I think I've got all the stock icons now, which I found in this file named Team_CHAOS_Clean_black_froyov1_1_stock_icons.zip, and I figured out that the Sense UI icons that I want to change are almost entirely encapsulated in com.htc.resources.apk. What's the proper way to replace the icons in com.htc.resources.apk with the stock icons?
If you are looking to replace pngs in com.htc.resources.apk, then just pull the file and replace the pngs in the /res/drawable-hdpi folder with your replacements. Then push it back to your phone and reboot. Note: you will only be able to push it back to your phone in recovery.
Thanks, I gave it a whirl, starting small by replacing only common_app_ic_launcher_settings.png inside res\drawable-hdpi, and then I booted into recovery (Clockwork), mounted /system, and successfully pushed the new apk. However, when the phone reboots, the icon hasn't changed. I tried pulling the apk back off the phone and it seems to have the new icon inside of it. Am I putting com.htc.resources.apk in the wrong place? I pushed it to /system/framework/com.htc.resources.apk.
Do I have to replace com.htc.resources.odex as well? If so, how would I do that?
First, imho, I would ditch Sense.
What you are doing is correct. Leave the odex file alone. Make sure when you replaced the file, you have your case exactly the same as the original (all lowercase) and it is spelled the same. Also, even though it's not entirely necessary, make sure the dimensions are the same as the original (72x72). If it still does not work, then that is not the correct icon for what you are trying to change. It looks like the one from Add to Home->Widget->Settings while using the Sense launcher.
ihtfp69 said:
First, imho, I would ditch Sense.
What you are doing is correct. Leave the odex file alone. Make sure when you replaced the file, you have your case exactly the same as the original (all lowercase) and it is spelled the same. Also, even though it's not entirely necessary, make sure the dimensions are the same as the original (72x72). If it still does not work, then that is not the correct icon for what you are trying to change. It looks like the one from Add to Home->Widget->Settings while using the Sense launcher.
Click to expand...
Click to collapse
Nice, thank you! I looked where you suggested and found that you're right; this particular change did work and I'm just mistaken about how to replace the icons I want to replace. How would I go about replacing the home screen icons for the Settings app?
Try /system/app/Settings.apk

[Q] Inserting new icons into an APK

Hi there,
I'm slowly coming to grips with some of Android's inner workings.
I have inserted new icons into Framework-res.apk (the ones that you see when you press menu on your home screen) to add some colour. These work file with the Default android loader. But with ADW launcher, the 'notification' icon is grey, like it was before i put the coloured ones in the framework-res file. I pulled the adw apk and looked inside and found that it uses a couple of its own icons, and the notification icon is the default grey one. So i inserted the coloured one into the apk (using the same method i did with the framework-res.apk, winrar and store) and pushed it back. ADW was, after the reboot, non existant. I navigated to the data/app directory and attempted to manually installed it, but it said 'application not installed'.
So I gather that there is something wrong with the way i am editing the APK.
I know that some of the themes out there change the icons in these applications, i just wonder how.
Thanks for reading!
Josh.
Take a look at http://forum.xda-developers.com/showthread.php?t=724778

[Q] Dev/Themer Question XML and Image to edit??

Ok so I've managed to edit a few of my apks on my phone to something that I like better and that's been easy because i knew the files I needed to edit would be in the apk itself. With me so far?
So now I want to edit some files on the ROM I'm using, but this is where it gets tricky, because I dont know if I need to edit the framework, SystemUI, or Roise, etc.... to get what I want.
So... here is my question: Attached is an image of my menu that pops up when I git my Meny button on my Evo. You'll notice my icons are pulled from another Rosie.apk which I replaced with my current Rosie.apk. I had to pull edit and push this mod because flashing it was not compatible with my current ROM. So now, that i have the icons I want, I want to make the background of this menu (and possible others) black transparent and the text white. I know this can be done because I've seen it and would like to know which files need to be edited.
Does anyone know that could toss me a bone??
I've also posted this on Android Central, but no one seems to know there...
for the menu background color it should be either menu_background or menu_background_fill_parent_width both in framework-res.
For the text color i dont know but poke around the .xmls in framework or ask here http://forum.xda-developers.com/showthread.php?t=468254&page=283
eniamg02 said:
for the menu background color it should be either menu_background or menu_background_fill_parent_width both in framework-res.
For the text color i dont know but poke around the .xmls in framework or ask here http://forum.xda-developers.com/showthread.php?t=468254&page=283
Click to expand...
Click to collapse
Many thanks my friend... MANY MANY THANKS!
Yw,if you figure out how to change the text color in menu you should post findings here.
Sent from my PC36100 using Tapatalk

[Q] Pull Down Bar Background

Hello i was wanting to know how to change the image in the pulldown bar like you see in the UOT kitchen and if its possible to change the top buttons images like the wifi on / off and 4G on /off ect or the whole button itself
there in the SystemUI.apk located in system/apps
res/drawablehdpi folder
just edit in any image editor but try and stay away from the .9.pngs they are special and a pain in the bum.
you can just change .apk to .zip to unzip then rezip and rename.apk
you want the quicklaunch icons for the drop down icons
and status_bar_background for the actual background
thank you bro for such a fast answer
no problem i just happen to be trollin through
do you happen to know were the battery images are ?
and if i could just remove all the stock ones with ones from another theme for my phone ?
battery images are in framework-res
system/framework
if using ones from another phone you'll probably need to do some renaming
most roms currently on our phone use full 100 % increments
if i remember correctly there are 203 total 100 unplugged
100 plugged and a full empty and unknown
thanks again you have been a huge help
anytime
if noone shares the info this stuff can be a royal pain.
If you use the UOT Kitchen and keep getting errors, try un-checking Patch9 autofix. This will not decompile the 9patch images and may allow your theme to build. It worked for me with modding ACS Ice Cream Sandwich Theme (modded battery only).
thank you
and are there any other theme kitchens or rom kitchens for our phone ?
oh and i noticed there are two different default pull-down backgrounds one under systemUI.apk and one under the frameworks.apk and both are different sizes and dimensions , witch ones do i change ? or do i change both ?
the one you want for the drop down background is
status_bar_background.png
in SystemUI.apk
mjcollum said:
anytime
if noone shares the info this stuff can be a royal pain.
Click to expand...
Click to collapse
I'm fairly new to Android, coming from my FrankenPre to the Epic Touch. I want to begin editing the icons and images on my phone, and I've been exploring some ROMs ansd themes and switching up some icons, which have worked fine. However, I have no idea exactly where all the images are kept. For instance, I tried to change the stock Email icon, but the images I changed weren't right, and I was somehow left with the "Android Robot" icon.
My question is, seeing as how you know where these images reside on the phone, how do I go about knowing which icons are where, and which ones I need to change? Is there a list somewhere of the stock system images and their locations, or is it trial and error to figure out where they are? Thanks for the help.
mjcollum said:
no problem i just happen to be trollin through
Click to expand...
Click to collapse
haha "just rollin thru""

[Q} Editing a non-png image

Hey fellow themers out there! So one of the things that's preventing me to call my theme complete is this gray background image on my themed MusicPlayerWT.apk (see picture). It shows up under the track info and only in landscape mode. I looked and looked for a png file that makes up that image but I just can't find it. There ain't many png files in the drawable folders for me to keep missing so it just leads to conclude that is not a png file I'm after. It's similar to the grey notification bar on the notifications dropdown in the SystemUI.apk or the white dialer background in the Phone.apk. They are not png files that you could swap or edit. I really want to either make it completely transparent or black. If anyone out there could give me a hand with this I would appreciate it (link to apk file below). Thx ahead.
mrrobc97 said:
Hey fellow themers out there! So one of the things that's preventing me to call my theme complete is this gray background image on my themed MusicPlayerWT.apk (see picture). It shows up under the track info and only in landscape mode. I looked and looked for a png file that makes up that image but I just can't find it. There ain't many png files in the drawable folders for me to keep missing so it just leads to conclude that is not a png file I'm after. It's similar to the grey notification bar on the notifications dropdown in the SystemUI.apk or the white dialer background in the Phone.apk. They are not png files that you could swap or edit. I really want to either make it completely transparent or black. If anyone out there could give me a hand with this I would appreciate it (link to apk file below). Thx ahead.
...
Click to expand...
Click to collapse
It's <color name="music_player_header_bg">#ff191919</color> in res/values-land/colors.xml my friend.
Tip: When you are looking for some background to change look what's on the foreground. In your case it took me 1 min to find it - first found that allshare button icon in drawables, then searched for the png name in /res -> found the button xml, then searched in layouts for the button xml name and found that head layout which has the background color I gave you. Simple, right...?
nijel8 said:
It's #ff191919 in res/values-land/colors.xml my friend.
Tip: When you are looking for some background to change look what's on the foreground. In your case it took me 1 min to find it - first found that allshare button icon in drawables, then searched for the png name in /res -> found the button xml, then searched in layouts for the button xml name and found that head layout which has the background color I gave you. Simple, right...?
Click to expand...
Click to collapse
Wow thx!:thumbup: It shows how much there is still to learn. Thx for the tip. I wish I could give u more thank yous but you know how that goes...
...anyways...why now do we have background images generated from xml files? Unless I'm mistaken, I don't remember running into that on previous Android releases.
Sent from my Blutiful Note3

Categories

Resources