Modding the stock messaging app - Nexus One Q&A, Help & Troubleshooting

Hey I'm wondering how difficult it would be to change the stock messaging app a little. I'm running froyo, but I can't stand the white background. I also have a few ideas for better notifications and some other small things. Is the code available somewhere? I searched by I couldn't find anything.

foxyNinja7 said:
Hey I'm wondering how difficult it would be to change the stock messaging app a little. I'm running froyo, but I can't stand the white background. I also have a few ideas for better notifications and some other small things. Is the code available somewhere? I searched by I couldn't find anything.
Click to expand...
Click to collapse
here's the apk...changing the notifications is simple...change them in the apk and re-sign or just morph it (very simple).
As far as the background and text color, you have to wait... basically the source code will be needed and it hasn't been released yet

Related

Black Notification bar for Froyo?

Has anyone figured out how? Last I checked, it wasn't possible to put white text on a black background or something
r34p3rex said:
Has anyone figured out how? Last I checked, it wasn't possible to put white text on a black background or something
Click to expand...
Click to collapse
Look around in the Themes and Apps section; I believe there are quite a few mods out there to do this. Granted, you've got to be rooted to apply any of those anyway (I think?), so you might as well grab a Froyo ROM with it built in
codesplice said:
Look around in the Themes and Apps section; I believe there are quite a few mods out there to do this. Granted, you've got to be rooted to apply any of those anyway (I think?), so you might as well grab a Froyo ROM with it built in
Click to expand...
Click to collapse
I've been searching, but all of them seem to not be for froyo I'm already rooted so thats not a problem
Then check out the Kang-O-Rama Froyo release. It's got teh black bar sexiness with white text readability.
there is a black status bar for froyo but right around the clock area is gray due to the color problems... its def there, just look for the Morphs for froyo. I tried it, didnt like it, went back to solid gray
Froyo finally has a black status bar. I'm using the one with the gray clock area. But a few ROMs now have the full black bar.
Once official update is released it will be easy to do with metamorph.

change menus from White on Black to Black on White?

Many of the default Android menus are white text on a black background. Not only do I find these visually unappealing, they are actually counter productive given how poorly dark themes read in sunlight.
Can these be changed to black text on a white background (or light background) instead? Does anyone have a theme they can share to accomplish this? Thank you.
OK, I guess this is not possible. It's a shame because I find Android's list based menus awfully plain and unaesthetic. White text on a black background with little visual art...it really looks like a plain vanilla terminal of yesteryear. While I love Android's openness, customization, and tweaker-friendly platform, it really needs a major overhaul in terms of looks and user friendliness. In short, the GUI needs some polish and consistency.
It would appear that Android has built-in "themes" for apps to use. If none is specified, then the dark or black theme is used. I wonder if there is a way to force apps to use the "light" theme even if specified otherwise. Perhaps a custom ROM could be created to always use the light theme.
http://www.anddev.org/tutorial_ui_themes-t4367.html
i know this thread is old enogh, but i'm searching for a answer to this question too.
Same here, I´m looking for a solution to this problem
For me is near impossible to read white letters on black background, and i have a new ZTE Blade that can´t use because this
If someone have a solution, please !!!
Thanks!
Recently this has been bugging me as well. I wish there was a very simple way to perhaps tweak the framework and systemui so that black on white can become a reality...
This is totally feasible. You would have to do a bunch of XML edits in your framework-res.apk and declare everything correctly.
Sent from my Galaxy Nexus using xda premium
Changing the theme style in styles.xml should work I guess... if I have little to do I can take a look
Sent from my Hero using XDA App
Okay, I've done it, just gotta see if I've caused any bugs and write a how to
Edit: Bah, it's hard, the whole system and lots of apps are based on how it is now, changing it causes lots of trouble. Don't know if I'll make it :/
Btw, I did it in my cm7 theme. You can see it in my signature
Sent from my Hero using XDA
AWESOME. There are some issues though, such as black text on dark backgrounds in the music app, which I'm guessing would take more than some xml editing to fix. But other than that it's GREAT!
EnMod said:
AWESOME. There are some issues though, such as black text on dark backgrounds in the music app, which I'm guessing would take more than some xml editing to fix. But other than that it's GREAT!
Click to expand...
Click to collapse
Thanks I have fixed most of these issues I think, but one of the issues was kind of tricky, cause when I fix them, I create others :/ and I don't have the stock music app installed atm, I will install it and see the issue myeself
Habarug said:
Thanks I have fixed most of these issues I think, but one of the issues was kind of tricky, cause when I fix them, I create others :/ and I don't have the stock music app installed atm, I will install it and see the issue myeself
Click to expand...
Click to collapse
I don't see that theme anymore in your signature. Would it be possible for you to share it? I'm still in search of a way to get Android to be a bit lighter (outside of going with MIUI), which I find far more visually appealing.

[Question] How come there aren't any PowerAMP widget skins yet?

Considering how popular PowerAMP is and how long people have went without customization for that program, I find it really strange that a version that supports custom widgets (and anything else that uses the PowerAMP API) has been out for weeks, but I have not seen any custom widgets.
Did I miss anything?
Good question. I've been wondering the same thing and I've searched every other day, no such luck.
Seems like a very popular app, surely some capable people greatly dislike the blue glow or gradients as much as I do... yet cannot deny the efficacy of the app itself!
Valsung said:
Good question. I've been wondering the same thing and I've searched every other day, no such luck.
Seems like a very popular app, surely some capable people greatly dislike the blue glow or gradients as much as I do... yet cannot deny the efficacy of the app itself!
Click to expand...
Click to collapse
I'm guessing because it just came out and maybe he hasn't released anything to any developers to help with making skins. You can already download the skins widget for it to get transparent.
Bumping this for more replies.
I tried to edit the apk for personal skinning a while back and for some reason could never get the recompiled apk to install. Every time I tried I would get something like "Package not properly signed". Use several different compiling and signing tools always with the same result. So I abandoned that idea and like you, waited for someone to do it for me.
Well, I was able to quickly modify the PowerAmp Widget Skin pack a little bit. I'm not experienced "theming" much of anything so I wasn't sure how to modify the font color.
I modified the background image of the widgets (4x1 and 4x2) to a half transparent black. I also changed the colors of the buttons to white.
If anyone can give me any tips as to which xml files I should edit for the font color, that would be most helpful! I can't try anything right now since I'm at work.
I used ZipSigner 2 to sign the apk, so it should hopefully be installable like normal from a file manager. I'm on a Droid X if it helps for reference.
I'd love a transparent widget and white characters to match the green wallpaper,...
I'll try to see how u did to change the app background...

KF1 Theme Problem

I have been theming a KF1 build from the leaked KF1 firmware (Now have moved on to Cognition 5.2 but have the same problem) and have run into one seemingly small problem - - the drop down shade shows black text on the very first notification (for Lookout app). Please see attached screenshot.
I haven't been able to find the correct xml file to edit. Does anyone know of the "usual" file I need to edit to show white text instead of the black?
I apologize if this question has been answered before and I appreciate any help given.
ADDITION: I posted this in the Q&A section and have gotten no response. Hopefully someone will know a solution.
It also occurred to me yesterday to try and lighten the background to make the black text more visible. I'm currently trying that path but if anyone can tell me which text color attribute in which xml file for what apk to change to white, I would be grateful.
Thank you for your time and consideration!
That is because that notification is run by Lookout, you would have to edit/change some settings in Lookout to get the text to be white.
DemonWav said:
That is because that notification is run by Lookout, you would have to edit/change some settings in Lookout to get the text to be white.
Click to expand...
Click to collapse
Thank you....I thought of that but I'm kind of bummed because Lookout updates semi-constantly. After an update I assume the text would go back to black.
I'll try it and see......stay tuned!
EDIT: Can't seem to find the apk for Lookout (not in system/apps) which makes sense since it is a security app. Oh, well....trying opacity with the background next
any chance of you uploading your theme at all?
cbalt said:
any chance of you uploading your theme at all?
Click to expand...
Click to collapse
srsly, looks sexy
You could try to do what I thought up of and make the background for notifications a gradient so though black text would still be harder to read, it wouldn't be invisible.
http://forum.xda-developers.com/showthread.php?t=1059841
I will create a full CWM zip file tomorrow and upload it here.
My DSL is down until my ISP brings a new modem tomorrow.
Please know that I didn't do anything extraordinary...just changed some png files from some roms I liked as well as changed some colors here and there. I will try to give some credit where I remember.
I did add the AOSP lockscreen mod as well as the ui mod. Let me figure out who to credit so we all can recognize all the talented devs we all rely upon as well as admire.
Thank you for your interest and consideration!
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I tried to upload my theme and screenshots but I think I uploaded the wrong files.
I did a complete reinstall of Cog 5 v2 to check the theme and it seems I'm missing something.
Oh well....learning here. Stay tuned!
I started fresh but am having problems making the shade background transparent.
Every graphic I can think of in SystemUI and Framework-res are 10-50% transparent and all I get is this gray background on the shade. Maddening!!
I borrowed the shade graphic from Blue Darkness just to test (in case anyone unzips the files) so I can see if I get a transparent shade.
Any suggestions would be apppreciated. Thanks!
ADDITION: For some reason every screenshot app I use discolors the blues and the reds/oranges. I apologize for the weird screenshots.
I am confused, what are you trying to do?
Oh, and protip, use ddms.bat in your tools folder of your sdk for screenshots. Not only is it easier to get the screenshots onto your computer (cause they already are...) they won't be scewy.
mattern1974 said:
Thank you....I thought of that but I'm kind of bummed because Lookout updates semi-constantly. After an update I assume the text would go back to black.
I'll try it and see......stay tuned!
EDIT: Can't seem to find the apk for Lookout (not in system/apps) which makes sense since it is a security app. Oh, well....trying opacity with the background next
Click to expand...
Click to collapse
The apk is probably in data/app since you had to install it!

[Q] Lollipop Update - White Button and Menu Background Color?

Sorry if this has been asked but I Googled and couldn't find much (I suspect because of the keywords- it wants to show me how to change the background or how it's available in white)... but, after the 5.0 update, there is one "annoyance" setting that I'm hoping can be reverted. Everything is now white instead of black (menus, app drawer, etc.). Can this be reverted to the darker theme easily?
As far as I know there is no way to revert to the "black theme".
Oddly, G's news app has a dark theme built in, but thats the only one I can find

Categories

Resources