In the settings menu of gingerbread the title is a grey bar. Is this a PNG image? (if so, what is it called and where is it located?). If not, how would I go about themeing it.
Thanks so much.
Sent from my YP-G70 using xda app-developers app
Plenty of guides available, here's one.
http://forum.xda-developers.com/showthread.php?t=916814
Try searching a bit harder...:cyclops:
Sorry about not looking. I had searched, just not been able to find the right file/png. Thanks for the help!
Tyler
Related
I have seen images of this done, but I can't find the xml controlling the color of the green bar that appears when you draw the pattern. I have looked through a lot of apk who could be the culprit, but with no luck. Anyone know where to find it?
tristan202 said:
I have seen images of this done, but I can't find the xml controlling the color of the green bar that appears when you draw the pattern. I have looked through a lot of apk who could be the culprit, but with no luck. Anyone know where to find it?
Click to expand...
Click to collapse
It looks like just changing some .png's to me
Did you look in /system/framework/framework-res.apk ?
indicator_code_lock_point_area_default
indicator_code_lock_point_area_green
indicator_code_lock_point_area_red
Try changing those and see if it works.
Nevermind: Now I see you were asking about the green bar, not the color of the buttons. Sorry, can't help there.
Heaterz16 said:
It looks like just changing some .png's to me
Did you look in /system/framework/framework-res.apk ?
indicator_code_lock_point_area_default
indicator_code_lock_point_area_green
indicator_code_lock_point_area_red
Try changing those and see if it works.
Nevermind: Now I see you were asking about the green bar, not the color of the buttons. Sorry, can't help there.
Click to expand...
Click to collapse
It seems that noone knows how to do this. I have posted in several forums, but haven't got any answer yet. I can't se any reason why it shouldn't de doable though. On nonsense roms it's grey, and of course green on sense, and I have seen a youtube video where it was blue.
It's all done in png's, even the connecting lines. Those are .9 though
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
danaff37 said:
It's all done in png's, even the connecting lines. Those are .9 though
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
And where might I find that 9patch png?
In the tools folder of the sdk, same place as adb
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Howdy all,
I want to change the Emoticons that the x10 uses to the "Android" ones
and i have done a bunch of searches and found nothing.
Any help would be great
Thanks in advance
Change the icons in the Converstaions.apk, see theme reference thread for how to pull and edit apks.
ah... I wasn't lookin in there. Thanks heaps.
Sent from my X10i using XDA App
Hello, I made a theme on MIUI, but for some reason I can't get it working on Weapon G2X..
I got the notification bar icons to work, but I don't really know how to mod the drop down notification bar. I have all the icons in the MTZ in the SystemUI file.
Could someone help me port this over?
I attached Backup_0.mtz (the theme from MIUI).
SystemUI.apk (My modded SystemUI.apk which has the notification bar icons from the MIUI theme)
(the framework that must be modded I'm assuming is framework-res.apk? Or how else do I mod the notification drop down bar?)
Thanks for any help!
http://www.mediafire.com/?p9g8vcg2k2i2219
http://www.mediafire.com/?uuq2tlwo9utz9ag
Holy hell. This might bring me over to CM7 again. Once you MIUI its hard to go back. I wish the main apps like the dialer and messaging app would be installable on other roms.
LG G2x - 2.3.5 MIUI
Asus Transformer - 3.2 Revolver
player911 said:
Holy hell. This might bring me over to CM7 again. Once you MIUI its hard to go back. I wish the main apps like the dialer and messaging app would be installable on other roms.
LG G2x - 2.3.5 MIUI
Asus Transformer - 3.2 Revolver
Click to expand...
Click to collapse
I miss MIUI too. Unfortunately for me stuff was just not working at all, 3g connectivity broke, and certain things wouldn't work properly.
On weapon most of the pulldown is in systemui.apk. the other basics is in frameworkres. I have alot going on lately but if I have time I will look at it.
Sent from my LG-P999 using xda premium
kwes1020 said:
On weapon most of the pulldown is in systemui.apk. the other basics is in frameworkres. I have alot going on lately but if I have time I will look at it.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I'd thank you but I'm on XDA App. Thank you though
I'll check out systemUI when I get home. I was peeking in framework-res and couldn't find the files, so I'll check again SystemUI.apk
Sent from my Flashback HC-TAB using XDA Forum App
I have it somewhat done...
http://www.mediafire.com/?bbnck75fstval0z
It's getting there. I just have a problem with the time being in white so you can't see it, and blotchy black colors on the drop down bar.
Also, the status bar when closed just looks like a purely white straight across line. I wanna make it a little more gradient towards the bottom. Anyone good with doingthings like that?
Edit:: How do I edit the color of the text of "Emergency" (I think it's the carrier name).
And also edit the colors of the background of the status bar expanded? I've changed every png so far. I'd like to make the status bar black until you pull it down, then it turns white. Possible?
It is possible. The easiest way I have found is using partially transparent status bars. As for the text colors its in various XML files. Their names pretty much will give them away.
For the backgrounds of where it shows notifications like download and such is app_item_background.9 but if your talking about the bar itself I think you will have to make semi major mods
Sent from my LG-P999 using xda premium
kwes1020 said:
It is possible. The easiest way I have found is using partially transparent status bars. As for the text colors its in various XML files. Their names pretty much will give them away.
For the backgrounds of where it shows notifications like download and such is app_item_background.9 but if your talking about the bar itself I think you will have to make semi major mods
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Dang :S
I can't open the xml files, it always comes up as random squares. I'm using notepad++ btw.
Any reason why they're coming up weird?
And yeah, like I changed the bottom tab of the drop down bar, and I changed the background for text and for the quick toggles, but the actual bar still seems to be black on the background. The things I changed just seem to be overlays. Do you know how to change the actual entire bar?
You have to decompile Apks before you can edit the xml with notepad++
Sent from my LG-P999 using xda premium
kwes1020 said:
You have to decompile Apks before you can edit the xml with notepad++
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Whoa that sounds complicated.
I'll google around how to decompile apks. After decompiling and editing xml files can I just drag and drop them back into the apk? Or do I need to recompile.
Yes you would have to recompile them.
Sent from my LG-P999 using xda premium
kwes1020 said:
Yes you would have to recompile them.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
K got some googling to do.
barqers said:
Whoa that sounds complicated.
I'll google around how to decompile apks. After decompiling and editing xml files can I just drag and drop them back into the apk? Or do I need to recompile.
Click to expand...
Click to collapse
There is a great thread for theming by theimpalar747 http://forum.xda-developers.com/showthread.php?t=916814
If I remember correctly I use apk manager 4.9 to decompile and recompile. You have to set up some Java to work on certain system apk files, and the resources.arsc file can bite you in the a$$ sometimes. I replied to you in my thread btw, did they answer your question?
I also like the villainrom theming script, makes it easy to make flashable zips. But that is just my 2¢.
Sent from my JitterBug
wewoapsiak said:
There is a great thread for theming by theimpalar747 http://forum.xda-developers.com/showthread.php?t=916814
If I remember correctly I use apk manager 4.9 to decompile and recompile. You have to set up some Java to work on certain system apk files, and the resources.arsc file can bite you in the a$$ sometimes. I replied to you in my thread btw, did they answer your question?
I also like the villainrom theming script, makes it easy to make flashable zips. But that is just my 2¢.
Sent from my JitterBug
Click to expand...
Click to collapse
Yes thank you it did
I'm slowly piecing it together. For some reason though I tried changing all the png's and it still doesn't change the actual color from black to white.
I'm wondering now if it's even a png for the true background of the status bar.
I will definitely check out the application for compiling/decompiling, hopefully I can get this thing working lol
You know, honestly, the new Weapon 2.7 theme I can totally live with.
If someone of greater knowledge would like to take over my project though, I wouldn't object lol. I just don't really know what I'm doing, I've had my phone stuck in bootloops like 5 times now -.-
If you want and I get some free time I will look at porting it to 2.7 for you once I get through updating all my crap.
kwes1020 said:
If you want and I get some free time I will look at porting it to 2.7 for you once I get through updating all my crap.
Click to expand...
Click to collapse
That would be amazing!!
Whenever you have time that would be great
I'm done trying it out for the night. I'll continue testing PNGs tomorrow.
So far I have all the icons ported, and some proper white backgrounds. But then there's random black blotches and the clock color is white, gotta change it to black.
Thank you for all your help so far!
barqers said:
That would be amazing!!
Whenever you have time that would be great
I'm done trying it out for the night. I'll continue testing PNGs tomorrow.
So far I have all the icons ported, and some proper white backgrounds. But then there's random black blotches and the clock color is white, gotta change it to black.
Thank you for all your help so far!
Click to expand...
Click to collapse
On weapon you can change clock color with the edttweaks app. No need to stress over that. Framework.jar is where you would normally change it.
Sent from my LG-P999 using xda premium
kwes1020 said:
On weapon you can change clock color with the edttweaks app. No need to stress over that. Framework.jar is where you would normally change it.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Oh perfect! One more problem solved
Now now only thing that I gotta worry about is the black to white background
Sent from my LG-P999
Hey Guys and Gals,
How difficult would it be to edit the 14 toggle mod to remove the line indicator and just leave the icon to light up when pressed? I like a bit more room on my notification bar and this would be perfect. I tried editing it myself. I've done some theme work but I can't really find the correct places to remove to re-size it. If anyone wouldn't mind taking a shot at it I'd appreciate it or tell me how.
phoenix2217 said:
Hey Guys and Gals,
How difficult would it be to edit the 14 toggle mod to remove the line indicator and just leave the icon to light up when pressed? I like a bit more room on my notification bar and this would be perfect. I tried editing it myself. I've done some theme work but I can't really find the correct places to remove to re-size it. If anyone wouldn't mind taking a shot at it I'd appreciate it or tell me how.
Click to expand...
Click to collapse
To resize I don't think it would be a matter of removing code, but altering it, or altering the dimensions of the images.
If you want more screen real estate I'd recommend changing your pixel density.
Sent from my SAMSUNG-SGH-I727 using xda premium
I'd post a screenshot but the app is being really weird right now...
Sent from my SAMSUNG-SGH-I727 using xda premium
It's inside the drawable folders in SystemUI
Sent from my SAMSUNG-SGH-I727 using XDA
Hello,
I know this type of thread has been made already, but I've googled and searched and nothing worked. What I want to know is if you can change the status bar clock font. not the color, not the size, but the font. I'm running RaymanFX AOSP build #5. None of the tutorials worked. I've changed all the AndroidClock fonts and Clockopia, but all that did was change the lockscreen. I am trying to change it to the Honeycomb style clock, so if you have a solution that includes the transparent bits, that would be great, but I don't really need them. I'm using these fonts:http://forum.xda-developers.com/showthread.php?t=937802 (sneaky link filter bypass lol).
Any help would be appreciated.
Thanks,
The Doolster
bump
As far as I know you can only copy, replace or rename them... if you replace the one you had before then change the permissions to match the older file... but sometimes it doesn't happen as there will be some compatibility issues... but only easy is replacing and renaming with proper permissions...
Sent from my Transformer TF101 using xda app-developers app
udupa82 said:
As far as I know you can only copy, replace or rename them... if you replace the one you had before then change the permissions to match the older file... but sometimes it doesn't happen as there will be some compatibility issues... but only easy is replacing and renaming with proper permissions...
Sent from my Transformer TF101 using xda app-developers app
Click to expand...
Click to collapse
I'm sorry, I didn't make myself clear.
I wanted to know what fonts to replace to change the clock in the statusbar. I'm using the font changer in ROM Toolbox, but if I need to do it any other way, I'll be willing.
bump!!
bump
Come on, someone has to know this!
2 days without a response. Come on, there has to be some way!
Dude I have no idea.... but hope u get some response.... but avoid using ROM manager... it might soft brick ur tablet...
Sent from my Transformer TF101 using xda app-developers app
bump
i honestly do not know and i am not sure if replacing the system font will do it
in any case
Follow the rules
16. Bumping Threads (posting simply to force a thread to the top of the thread queue)
Do not "bump" a thread more than once per 24 hours.
mrevankyle said:
i honestly do not know and i am not sure if replacing the system font will do it
in any case
Follow the rules
16. Bumping Threads (posting simply to force a thread to the top of the thread queue)
Do not "bump" a thread more than once per 24 hours.
Click to expand...
Click to collapse
Ok I just was wondering if there was some way to do it because i really liked the honeycomb status bar clock
and sorry about the bumping
bump