[Q] 3.5 msg invert - EVO 4G Q&A, Help & Troubleshooting

anyone know which files need to be edited in mms.apk to make it black background like on CM7??? running sense 3.5

Its crazy edits cause the colors come directly from HTC.resources.apk. they are XML edits and if u change then it effects other apk. U actually have to redirect where the color codes are coming from in smali edits within the apks and its not easy at all. Try using handcent atleast with that u can set the background and text colors through the app iteslf. Or u can try to invert it but unless ur good at smali and XML edit then ur out of luck. Jschisurf inverted the one from sense 1.0 back in the day so u might be able to use that as a reference. Google "inverted mms and jschisurf and xda" and u should find it

Papa Smurf151 said:
Its crazy edits cause the colors come directly from HTC.resources.apk. they are XML edits and if u change then it effects other apk. U actually have to redirect where the color codes are coming from in smali edits within the apks and its not easy at all. Try using handcent atleast with that u can set the background and text colors through the app iteslf. Or u can try to invert it but unless ur good at smali and XML edit then ur out of luck. Jschisurf inverted the one from sense 1.0 back in the day so u might be able to use that as a reference. Google "inverted mms and jschisurf and xda" and u should find it
Click to expand...
Click to collapse
Wow thanks for tha info! I figured it be tricky but at least I'm in a better direction
Sent from my PC36100 using xda premium

Related

[Q] Help.... Need to change color of Background, cannot see font

Okay, I've just ported over a few themes to the ultimate droid 2.1.0 and in the transition, my menus font is white on a white backgroud. I cannot see the font unless I use the trackball and highlight it. Would anybody be willing to show me what files to change that or even better help me by changing them for me? I am not a themer by any means and am just looking for a little help thanks.
mickskillz said:
Okay, I've just ported over a few themes to the ultimate droid 2.1.0 and in the transition, my menus font is white on a white backgroud. I cannot see the font unless I use the trackball and highlight it. Would anybody be willing to show me what files to change that or even better help me by changing them for me? I am not a themer by any means and am just looking for a little help thanks.
Click to expand...
Click to collapse
Nobody knows how to do this? I am going crazy trying to figure this out. Thanks
It's in the colors.xml I think .
It may be in values folder.
Once you decompile the
framework.apk
Not at a computer or I could give you a better idea.
Sent from my Incredible using XDA App
just flash the rom again.....with no theme and it should go back to stock colors.
I like the theme.... everything else is perfect... I just need to change the white text on a white background for the pop up menus..... Anybody care to explain how that is possible... Thanks
mickskillz said:
I like the theme.... everything else is perfect... I just need to change the white text on a white background for the pop up menus..... Anybody care to explain how that is possible... Thanks
Click to expand...
Click to collapse
Does this happen when your using the browser? It is def the xmls in the color folder but you have to find out which one. What theme are you using also?
Sent from my ADR6300
fernando sor said:
Does this happen when your using the browser? It is def the xmls in the color folder but you have to find out which one. What theme are you using also?
Sent from my ADR6300
Click to expand...
Click to collapse
I'm running the new Urban theme that was just updated for Ultimate droid 2.1.0....It happens on any program i run when i hit menu to bring up menu options, the font is white on a white backgroud.... Just need to change either the font to black by default or background to default
halfway there
Ok, I've extracted the framework-res file to my PC... I located the colors folder and now i'm in need of help on how to edit the file to make the font black instead of white... What program do i use to edit the file, and how do i repack the framework-res to insert back to the phone? Any help
menu_background.9.png and the image right next to it meed to be themes, they control the background when you hit soft menu button.
mickskillz said:
Ok, I've extracted the framework-res file to my PC... I located the colors folder and now i'm in need of help on how to edit the file to make the font black instead of white... What program do i use to edit the file, and how do i repack the framework-res to insert back to the phone? Any help
Click to expand...
Click to collapse
I would download 7zip and just swap out color xmls that you know are stock. Or just post a download link and I will fix it for you
Sent from my ADR6300
Cheers, exactly what I was looking for while themeing my SGS

(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] Frameworks-res.apk help

When i mod framework-res.apk changing color of some png files results in shape deformation.Its espesialy true when changing color of button png's and homescreen folder png's(top folder part comes out too large and out of shape).
I understand that this is due to some png files containing meta-data.My question is there anway to change the color of these png's without loosing their original shape?
sounds like to me your editing .9.pngs with out running the .9.png threw draw9patch
MysteryEmotionz said:
sounds like to me your editing .9.pngs with out running the .9.png threw draw9patch
Click to expand...
Click to collapse
That what it was,good lookin,im in the process of theming ya Syndicate rom,will be donating in few days.
lviv73 said:
That what it was,good lookin,im in the process of theming ya Syndicate rom,will be donating in few days.
Click to expand...
Click to collapse
if you need any help feel free to ask me or even join are irc channel irc.droid-life.com #acs-users
MysteryEmotionz said:
if you need any help feel free to ask me or even join are irc channel irc.droid-life.com #acs-users
Click to expand...
Click to collapse
Need help with one more thing,what png do i change to change the color of the "progress bar"(progress bar when downloading files)?
Ya changed it from default green to blue color,i been lookin for it in twframework and framework-res but cant find it.Or its not a png but .xml or .jar file?
Thanx in advance.
lviv73 said:
Need help with one more thing,what png do i change to change the color of the "progress bar"(progress bar when downloading files)?
Ya changed it from default green to blue color,i been lookin for it in twframework and framework-res but cant find it.Or its not a png but .xml or .jar file?
Thanx in advance.
Click to expand...
Click to collapse
framework-res.apk/res/drawable/progress_horizontal.xml
you need to change the 3 xmls for progress and 2ndary progress

[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

Categories

Resources