Need help theming - EVO 4G Q&A, Help & Troubleshooting

Does anyone know what XML is responsible for the pop-up menu text color?
See screenshot.

I'm pretty confident it is in framework-res.apk, beyond that I am not sure.
+1 to this

DJZager said:
I'm pretty confident it is in framework-res.apk, beyond that I am not sure.
+1 to this
Click to expand...
Click to collapse
In all honesty, I don't think you answered his question...but good try (I think). He's referring to the XML file within that APK you mentioned that is responsible for the text colors in the homescreen menu options.
I still have to practice how to swap icons. I just want to change the spinning icon...

You're right, I am pretty confident that I didn't answer his question. The only reason to believe that the xml is in framework-res.apk is the fact that the icons and menu_background are also in framework-res.apk. I have found that although the icons are there, doesn't necessarily mean that the layout/colors/etc. are controlled by that apk.
For example, if you open com.htc.resources.apk you will find a ton of icons associated with the HTC Sense Dialer, but the color & layout are stored in phone.apk and HtcDialer.apk separately. I say all that to say this, I am pretty confident that you are looking for /res/values/styles.xml or maybe /res/values-hdpi/styles.xml in a decompiled framework-res.apk but 1) can't be sure that this is the correct xml to edit or 2) that the text color is even an xml edit.
So again, +1 to wanting to know how the text color is changed.

Nobody knows? All these theme experts and nobody helps....
Awesome!

Related

(Q) Anyone know where this is

I'm looking for the png or xml that controls the white background for this menu. Found the icons that are in the menu but not the background itself
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
The menu background color will be located in an xml file in the /system/framework/framework-res.apk
Not sure the file but it will be controlled by a theme xml
That is a png it is most likely in a sub folder you have to look just because menus are in drawable-hdpi doesn't mean that the menu base is ill try and find it and edit post when I do
Edit its in drawable-hdpi search menu its there you have to really look though
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
omegasun18 said:
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
Click to expand...
Click to collapse
I dont recall seeing the .9.png behind the images name's if it is crap :\ uhh best thing i could think of was this http://forum.xda-developers.com/showthread.php?t=904769 its a myn mod but might work for what he's looking for if i had the chance to get on the pc i could find out but yea basically id have to fight whom ever is on to get on haha hectic man hectic
i know how that is when i searched menu all i got where the .9 files and the icons for settings etc. You could be right and i am just missing it if you are thats awsome i could get into modifying the menu background to have cool graphics as well then for my phone pretty easily. If you get the chance or someone finds out for sure please let us know.
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
Bump..... Anyone know the answer on how to change the color of the text in the menu
Sent from my PC36100 using XDA App
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
omegasun18 said:
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Yup yup looked in pretty much every Xml in htc.resources.apk and framework-res.apk and i'm starting to think that i'm looking in the wrong place. Maybe it's in a .jar?
I already got the .9 pngs made up and they are about 90% transparent. That is why i need to change the text color cuz u cant really see it now.

[Q] XML File to change Text Color??

Does ANYONE know what XML file I would have to edit in the Facebook for android apk to make the text color of the app widget white?
-Meaning if you have the FB widget on your homescreen, usually the background is white and the text is black..ish. My background is now black and I want the text to be white instead of black...ish.
I can read the text, but it's quite annoying. And no, I do not want to go back to a white background if that was your solution = )
Thanks!
edgarzonjr said:
Does ANYONE know what XML file I would have to edit in the Facebook for android apk to make the text color of the app widget white?
-Meaning if you have the FB widget on your homescreen, usually the background is white and the text is black..ish. My background is now black and I want the text to be white instead of black...ish.
I can read the text, but it's quite annoying. And no, I do not want to go back to a white background if that was your solution = )
Thanks!
Click to expand...
Click to collapse
There are many xmls to look for. Check the values folder under color or drawable. Or it could be in layout under appwidget
free the dirk
Papa Smurf151 said:
There are many xmls to look for. Check the values folder under color or drawable. Or it could be in layout under appwidget
free the dirk
Click to expand...
Click to collapse
Yep, well I looked in there, but I wasn't sure it was the right spot to change the color since I kept seeing #ff000000 instead of #000000 which after extensive googling, I found out the ff is the transparency and the rest is hex. Ok so that makes sense now.
So for ANYONE who may want to know this... first decompile the apk so you can edit the xml color in values\drawable.xml and then compile apk AND THEN edit your res\hdpi files. Otherwise it doesnt work. This was the case for me anyway. I could be 101% incorrect, but this is the way it worked for me
edgarzonjr said:
Yep, well I looked in there, but I wasn't sure it was the right spot to change the color since I kept seeing #ff000000 instead of #000000 which after extensive googling, I found out the ff is the transparency and the rest is hex. Ok so that makes sense now.
So for ANYONE who may want to know this... first decompile the apk so you can edit the xml color in values\drawable.xml and then compile apk AND THEN edit your res\hdpi files. Otherwise it doesnt work. This was the case for me anyway. I could be 101% incorrect, but this is the way it worked for me
Click to expand...
Click to collapse
Yeah that is correct. The ff is transparency and also correct that u can decompile apk do ur XML/smali edits then recompile and do ur PNG edits.
free the dirk

[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

Question about theme mod's

Hi there I have just got my SGSII
i've been able to root it and install TW4.5 and pretty much have the device exactly how I want it with just one gripe
The drop down of the notification bar is way too dark especially for notifications with black fonts.
Can anyone point me to any kind of guide or way of changing the the background graphic for this drop down?
Thanks in advance
Everything you'll ever need to know
forum.xda-developers.com/showthread.php?t=916814
dully79 said:
Everything you'll ever need to know
forum.xda-developers.com/showthread.php?t=916814
Click to expand...
Click to collapse
Hey man thans very much for the resources they helped me find what I needed.
however the methods of editing seemed very complex for my needs ....
Since I only wanted to change some of the png graphics slightly (just to lighten them up) I opened the framework-res.apk and the systemui.apk in winrar extracted the png's I wanted lightened them up with irfanview dropped them back in the still open apk in winrar and then copied the apk's back where the originals were (renaming the originals .bak first).
I didn't change any .odex or .jar files in any way and I have kept backups of all the originals just in case so I only have one question for you.
can you think of any reason my simple method, for graphics only, would have caused any harm?
it doesn't seem to have after a reboot it seems to have had the desired affect on the notfication bar (which was to make all notifications readable whether they had black or white fonts)
There are 2 kinds of PNG files. Ordinary PNG files can be edited without any problems, but to properly edit .9 png's, you need to decompile the apk first, make changes and then recompile.
To do that, you need to use apktool/apk manager.
Sent from my GT-I9100 using Tapatalk
sileshn said:
There are 2 kinds of PNG files. Ordinary PNG files can be edited without any problems, but to properly edit .9 png's, you need to decompile the apk first, make changes and then recompile.
To do that, you need to use apktool/apk manager.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
ok so if I have edited one of the .9.png and I think I might have done and simply dumped it back in the apk with winrar what harm might I have done and what symptoms might I see?
Sometimes you can get away with editing .9' s the way you have if the black border around the outside stays completely black, any slight discoloration and its force close city on a one way ticket courtesy of systemui.
It seems you my have gotten away with it......this time.
Thanks to everyone who has repsonded to me on this thread you have all been very helpful. This is a truely wonderful phone I cant believe how big a step up this is from my old SGS. I tired all sorts of custom roms and mods on that to get features on that, with this I have it pretty much exactly where I want it simply by rooting and installing a the custom Touchwiz 4.5 (I have other lauchers but find myself going back to that all the time)
So the only remaining thing was the fact that some notifications were in black and the backgrounds on the notification drop down were too dark to read some app's notifications in black with a simple glance so your help with finding the right pngs and files (systemui.apk and framework-res.apk) were very very helpful. Not sure if this was the simplest way to achieve what I needed but it worked so I am happy.
Thanks again one and all.

[Q] Change home screen icon text label color?

On a stock, rooted, 4.0.4 install, is it possible to change the home screen icon text label colors? I imagine this is done by editing values in framework-res.apk, but I'm unsure. Thanks!
No ideas anyone?
I honestly have no clue, so a themer could possibly correct me, but have you tried looking at /res/values/colors.xml?
-----------
Actually now that I think about it, it wouldn't be framework-res.apk, but rather the launcher.apk. Try decompiling your launcher, and then going to /res/values/styles.xml
anton2009 said:
Try decompiling your launcher, and then going to /res/values/styles.xml
Click to expand...
Click to collapse
Thanks for the suggestion, I'll try it out. I seem to have problems recompiling any apk (apktool errors out) but that's another thread I suppose.

Categories

Resources