What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Theming Guide for changing system text settings.

decompile settings.apk. it should be there... (I would imagine. That is the apk that controls that menu)
I checked in there and didn't see anything. The problem is that the part that I CAN change also affects the phone, so I'm thinking it's in framework.

One part I haven't checked is layout in settings.apk. I'll check there next....thanks.
 
decompile settings.apk. it should be there... (I would imagine. That is the apk that controls that menu)
I checked in there and didn't see anything. The problem is that the part that I CAN change also affects the phone, so I'm thinking it's in framework.

One part I haven't checked is layout in settings.apk. I'll check there next....thanks.


It would probably take a little work but if you didn't want it to affect the rest of the phone you should be able to call a new color type in framework and then point the setting text to that new color type.

but im still really new to the theme myself so i dont know for sure
 
I'm really just trying to find the setting so I can make the necessary changes. :D

Thank you all for helping. Once I figure this out, I'll share it.

And I don't mind it affecting the entire phone.
 
Im getting a list together everything that I have found and works well! so Bowers can add to the first post. I have found some cool stuff! should have a nice list for you tomorrow!

hows the list coming along, i did everything in the OP except the lockscreen and compiled and signed. i used root explorer to switch out the framework-res.apk but i get lots of fc and try to reboot and get caught in bootloop.

i used the framework-res.apk out of the ultimate droid 5.0.1 rom but i use root explorer to put in /system/framework on my droid thats running a themed orange UD 5.0.1

lol, i think my errors and boot loops are from using root explorer and using a theme on my droid,while copy/pasting a stock framework-res to it.
 
Why don't we all work together and get a compiled list of what xmls do what? Might have to leave colors.xml, and styles.xml out cause there is so much that can be done in them. What I am meaning is xmls in layout, drawables, or color folders. Specific xmls that affect a specific thing. That is what was my intent on starting this thread. Oh and for people wanting to know where to start. Always start at the framework-res.apk. So many apps get there images and xml configurations from it. You edit that and you edit many things.
 
Im getting a list together everything that I have found and works well! so Bowers can add to the first post. I have found some cool stuff! should have a nice list for you tomorrow!

hows the list coming along, i did everything in the OP except the lockscreen and compiled and signed. i used root explorer to switch out the framework-res.apk but i get lots of fc and try to reboot and get caught in bootloop.

i used the framework-res.apk out of the ultimate droid 5.0.1 rom but i use root explorer to put in /system/framework on my droid thats running a themed orange UD 5.0.1

lol, i think my errors and boot loops are from using root explorer and using a theme on my droid,while copy/pasting a stock framework-res to it.

Don't use RE but did you set permissions on it? I don't know if 644 is right or not for framework but that is what they say for most apps.
 
After I recompile the apk using option 11 then resing i used rt explorer, update.zip and adb push and get muiltiple f.c's. The i tried to delete the v 4 off of the end of the folder names to see if that made a difference but did not help. The only thing I changed was keyboard text. Any reason why this is happening? I saw someone else was having this issues but didn't see a solution? (this is for the framework-res.apk)

Is your apk manager in your tools folder (in your SDK)?


apk manager is not in my tools manager I didn't know it had to be.

bgill55 - yes I used the same framework

mayeb I will place apk manager in tools folder and see if that works

BTW thank you for this guide (once I actually get it to work without the f.c's which I'm sure was just something little I did on my part but this is an awesome guide and thanks to eveyone who contributes!
 
Last edited:
After I recompile the apk using option 11 then resing i used rt explorer, update.zip and adb push and get muiltiple f.c's. The i tried to delete the v 4 off of the end of the folder names to see if that made a difference but did not help. The only thing I changed was keyboard text. Any reason why this is happening? I saw someone else was having this issues but didn't see a solution? (this is for the framework-res.apk)

Is your apk manager in your tools folder (in your SDK)?


apk manager is not in my tools manager I didn't know it had to be.

bgill55 - yes I used the same framework

mayeb I will place apk manager in tools folder and see if that works

it doesnt matter wher you put it cause it runs off java and if Java is installed and set up, its sytem wide. which if your able to decomile the apk you should be good to go!

there are apks that are fine to push through adb and there are few that I dont like to IE: Framework, phone, settings.....etc I have a update template I keep around just to flash those few apks the rest I just push.....and never use root explorer cause like Bowers said it doest fix the permissions on the apk and you will get FC up the wazoo!!
 
Last edited:
Anyone have ideas where to find the color change for the settings menus? I can only seem to change the color when it scrolls.

I'm speaking of the screen when you hit menu/settings.
Anyone have an idea?


are you talking about changing the font color like this??

snap201007312045372.png



or something else? I jumped the gun on the last question
 
it doesnt matter wher you put it cause it runs off Java installed and set up its sytem wide. which if your able to decomile the apk you should be good to go!

there are apks that are fine to push through adb and there are few that I dont like to IE: Framework, phone, settings.....etc I have a update template I keep around just to flash those few apks the rest I just push.....and never use root explorer cause like Bowers said it doest fix the permissions on the apk and you will get FC up the wazoo!!
are you talking about changing the font color like this??

wol_error.gif
This image has been resized. Click this bar to view the full image. The original image is sized 480x854.
snap201007312045372.png

ok thats my issue now, i adb pushed framework and its boots fine but get FC as you stated but i can see some of the edits i made, now to figure out the update.zip method to try that,lol atleast im makeing progress. i want to know how to do the setting thing too,lol thats funny cause thats the color im working on. im using #ffff6600 though
 
Last edited:
Anyone have ideas where to find the color change for the settings menus? I can only seem to change the color when it scrolls.

I'm speaking of the screen when you hit menu/settings.
Anyone have an idea?


are you talking about changing the font color like this??

snap201007312045372.png



or something else? I jumped the gun on the last question
Not the font color, but the background. I actually found it. It's in drawables "screen_background_dark" I set it to #ffffffff and it turned out white.
 
No idea what I am doing. Never tried it, don't hardly understand a word of it. BUT, I am going to try it anyway to get me some red to match my red glass and some pink for the hot pink glass for my wife...
 
what recovery are you using I think Bowers posted an update.zip here somewhere if not in the first post.


as for the setting, It does has some ill side effects like bowers stated, as this is in values\colors.xml


what I did here was took the first couple of settings that called out to white and just changed the color code, but where ever throughout your phone that it calls for that string it will change it to your new color. thats how I changed the clock color there is a string I forget what its called but its not in your face like "change me to change your clock font" I would never have thought to change it for that I found it on accident! My suggestion! make a nandroid and change every single one of thos codes to a unique color (make a note of which colors goes where) and that will give you a better idea of what does what!
 
In styles.xml, "colorBackground" changes the color of the background while scrolling, so both have to be changed to get the complete effect.
 
Back
Top