email background - Nokia Lumia 800

Is there any way to change the email program to have white text on black background?
The rest of the phone is great with the dark look (also easy on the battery) but for some reason, the email program colours are inverted!
Can this be changed?

Not using the built in available options. There may be apps out there that will let you apply custom themes, but I haven't tried this

Thanks. I'm just trying to make the battery stretch - it's pretty bad at the moment even though I've not actually made any phone calls on it! I thought that this might be a good place to start

you can't write your email somewhere else like office note,and paste it to email.......

Perhaps you can with editing the registry values.

Related

[REQ] All black based apps

I am now using the awesome all black mod and was wondering how hard would it be to "all black" the gmail and gtalk apps to match. Black background and white/grey text perhaps. I would think in my case this would save a lot on battery as well as I check email frequently.
I would love this as well though I am just a user, not a programmer or the like. However I don't think this would be too hard. It could be as simple as implementing maybe a high contrast which pretty much almost flips the colors. No idea though
If their layouts, styles, etc are defined in accessible XML files it could probably be done.
yeah add me! this would be an awesome mod. can totally see 2+ days with something like this.
Anyone able to actually do this I poked around some and was unable to make it work.
I'll take a look...
That would be awesome. If you would be willling to share your findings that would be icing on the cake as I would love to learn how to do this myself.I tired to change the background colors by changing color values in the chat_view.xml but that seemed to have no effect. I am sure its just a matter of changing color values in a few key xml files but just dont know where to look.
Thanks again
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Wykedx said:
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
adm1jtg said:
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
Click to expand...
Click to collapse
Almost positive framework for google apps (gapps) is closed source and not to be modded or distributed. that is why CM got the cease and desist letter.
You could create a metamorph to do this but it would take quite a lot of hunting to find all the .xml files needed, as well as all the .png's used. The easy part would be editing the basic framework files. Editing all the apps you've installed is a whole new story.
Snoop around in framework.res and twframework.res if you like. That's what the AllBlack mm changes.
FYI, Cyanogen got a C&D for the _distribution_ of Google apps. I strongly doubt Google would care if you change the graphics of gapps for yourself, so long as you're not making the apps themselves available for download.
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
nakagusukumike said:
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
Click to expand...
Click to collapse
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Scarinzi said:
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Click to expand...
Click to collapse
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
s0niqu3 said:
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
Click to expand...
Click to collapse
I don't blame you at all.
If you decide to make this available to everybody, it will be awesome. Good work.
I couldn't find it on XDA but a quick Google search found one on a droid x forum in zip form.
I flashed it with CWM and it worked.
Not as nice looking throughout as s0niqu3's but looks alot better than the regular version.
http://www.droidforums.net/forum/blacked-out/128296-release-gmail-2-3-4-1-blacked-out.html

[Q] Questions about better camera, system colors etc.

Hello there, noob here
I'm getting confused with all the info about the SGII out there, so I wonder:
1) I've got the Lightning ROM installed and it says there in the desc "better camera", is this a different hack from the one Potatoman released here? And if it is, can I savely install the 192kbps audio hack with that ROM and do I lose the camera improvements that came with that ROM?
2) Is there a way to invert the system colours easily, like have dark text on white background instead of the bright text on black background thingy?
I mean not just for themes (e.g. homescreens etc) but for the system menus etc, so it'll have a coherent, seemless look? I did stumble upon the "Change colours" tutorial here but it seems rather tricky and I'm scared to fiddle with the system files on my own :/
Or is there -perhaps- some ROM out there that includes such already?
Don't get me wrong, I don't think the white text on black bg is bad per se but I find it easier on the eyes if it's the other way round (like it's on the iPhone *cough*)
Cheers!

[Theme] BNB For Eclipse 0.4

To begin... make a backup 1st.... not responsible for damages while left in the parking garage.. enjoy the game!
This theme was made with permission of "thebowers". It's his creation. I brought it into GB land for the X2. I don't know if I did everything he did but I can tell you that I have made image edits galore for resizing purposes and to get all the new GB images not yet themed. I have also edited the crap out of a lot of xml's so things should work 100% smoothly out of the box. I have also incorporated some inverted apps which, I had nothing to do with. Credit there goes to thebowers, ecsnead and B-Boy. I themed the Phone and I started on the other 2 but, then, I saw someone else already did pretty much the same thing. So, I just used that. No need to waste time. That would be bouchigo. You can find him on rootzwiki. I also made a few apps myself because once I got going on 0.2.2, I got carried away.
Also, I changed the boot animation. It matches the theme oh so well. Credit there goes to Versatile1 because he made it.
Before we begin, I will list all the apps I have included. For ease of use, I highly recommend getting rid of any app on the list from your phones data folder first. For example, if you downloaded Facebook from the market, remove it from your data folder. Not saying you HAVE TO, just putting it out there if you run into issues, you know how to fix them.
Also for the market... this one you do HAVE to do... First, verify that you DO NOT have a vending app in \data\app!!!!! If you do this will not install!!! You will need to uninstall updates before flashing... Settings>Applications>Manage Applications>"ALL" tab>Market>Uninstall Updates
Will it break your phone if you don't do that? No, it just won't install a market... at all!
Lastly, I have taken the time to guide every .9.png file in the framework and in every app I touched. What this means to you.... If you want to make other changes, everything will decompile and recompile without error. Of course you need to add the dependencies if your editing systemui or settings but thats a blur thing. Not something I did.
Now.. onto the part anyone actually cares about..
The theme is located here.... No.. over there ----> ok its actually back there <------
If you see any issues or think of anything else to add let me know.
Here's whats included
framework
SystemUI
Calculator
Camera
Contacts
Dialer
Phone
Facebook (Inverted)
Gallery3D
Gmail (Inverted)
Google Quick Search (Inverted)
Keyboard (updated from 2.2 to be darker)
Settings (Inverted)
GTalk (Inverted)
Market (Inverted)
Google Voice (Inverted)
Some of these apps will be called dark or black in the app drawer. Example: Facebook = Dark Facebook
Screenshots:
http://www.4shared.com/all-images/k4K9F-uM/_online.html
A screen of something didn't come out.. don't know what it was but.. im sure it looked pretty good
Very cool! I especially like the 80085 in your calculator screen shot
Sent from my DROID X2 using XDA App
3UR0TR45H said:
Very cool! I especially like the 80085 in your calculator screen shot
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
haha.. posted this in 3 forums... glad someone finally got it!
Yeah its exactly the thing I did in math class...every year...
Anyways, what are the chances we could just install the apps individually? I'm really only interested in the blacked out gmail.
Sent from my DROID X2 using XDA App
just open up the theme in 7zip and delete what you dont want.
No stone unturned... we had to do some smali edits on gmail to get it to work. looks good though. now i realize that is the screenshot that is missing.
I just extracted the apk and used root explorer to push it into system/app. Changed permissions, rebooted, and voila!
Sent from my DROID X2 using XDA App
As long as it works and you like it, I dont care how you got it on your phone...lol
Good stuff man. I noticed a few small things that I thought I would share, nothing deal breaking or anything like that.
1.) I noticed when you're in the middle of unlocking the phone theres like a slight white bar in the unlock tab, this doesn't occur when you switch between silent and audible mode.
2.) When you're in a call and say if you're on speaker and drag down the notifications the call information is pretty hard to see maybe a lighter shade of black?
3.) Some of the press colors are still orange/blue.
4.) When downloading from a browser the status bar is blue opposed to red and you can't read what you're downloading (b on b issue).
Still one slick theme regardless! Thanks!
Very nice work xkape. Appreciate the quick turnaround for 0.4.
I noticed there is something unthemed in the blacked out gmail. When in your inbox an you check an email and click on the "labels" button that interface is not blacked out, it is black type on a white bg. When you scroll on this screen the entire screen blacks out and you cannot read your labels. Not a deal breaker by any means but I am just throwing it out there.
Sounds like the colorchachehint is ok (thats what makes it black when you scroll) but the bg and text need to be switched. I'll take a look at that.
zetsumeikuro said:
Good stuff man. I noticed a few small things that I thought I would share, nothing deal breaking or anything like that.
1.) I noticed when you're in the middle of unlocking the phone theres like a slight white bar in the unlock tab, this doesn't occur when you switch between silent and audible mode.
2.) When you're in a call and say if you're on speaker and drag down the notifications the call information is pretty hard to see maybe a lighter shade of black?
3.) Some of the press colors are still orange/blue.
4.) When downloading from a browser the status bar is blue opposed to red and you can't read what you're downloading (b on b issue).
Still one slick theme regardless! Thanks!
Click to expand...
Click to collapse
1) Should be an easy fix
2) Just saw that. I tested to see if it was in frame or phone and im pretty sure I just missed it in the framework. I'll find it.
3) Theres just so many of the damn things. Hard to get em all.
4) Never used the stock browser before. I use Dolphin HD. So, this one probably won't get fixed.
I'm adding one... in the phone when you are looking at a specific number in recent. if you click on it for "call details" that screen needs fixed. I think Im also going to darken the text of the unselected tabs. I thought the grey I chose was darker than that.
And by the way.. thank you both for pointing those out to me. I can't fix the theme and make it better if I don't know it needs to be.
I use boat browser mini.
I did some investigationg into the ongoing black on black issue in the status bar. Each app sets that seperately. The only way to fix that would be to either a) make the whole things white again with black text or b) edit each app that points at a black color instead of a white one for text. I will edit it for phone app and for dolphin.
Nice theme, I haven't found anything I don't like. The boot animation is sweet too.
I've never been a fan of just black and white themes, but this looks very tasteful. I'll give this a shot after flashing Eclipse .4 later!
triton, I never was either. In fact, I had never even used BNB. But, I came to feel that colorized themes just didnt work for me anymore. So I decided Id use BNB and edit up to the X2.
Although, I must admit, I am a sucker for those neon themes in Blue or Red.
xkape said:
triton, I never was either. In fact, I had never even used BNB. But, I came to feel that colorized themes just didnt work for me anymore. So I decided Id use BNB and edit up to the X2.
Although, I must admit, I am a sucker for those neon themes in Blue or Red.
Click to expand...
Click to collapse
Eh, the neon themes are ok, but I'm picky about what themes I have on my device. This one you made looks great though!
neon image i just made right quick.
I was thinking this could take the place of the buttons.. for example.
thanks triton!
I've got a list from peoples feedback of a few imperfections here and there. I'll be fixing those real soon as well.
I ran into an issue with the app shortcuts on my home screen not moving to delete. They were frozen. I could add them to the homepage but couldn't delete. I flashed eclipse.4 and everything is working correctly now. I did install that speedy zip yesterday. Not sure if that was the issue or not. Would that be launcher issue or something in the theme zip?

[Q]Changing colors on CM7's MMS.apk

I realize this question may be better suited for the development forum, but I'm going to give it a shot here so I don't have to spam the forums to get to the required post count to post there.
If I were interested in changing certain colors within the CM7 messaging app, which files would I need to edit to do this? For example, the background color for incoming messages is an extremely light blue that may as well be white, and it is hard to distinguish from outgoing messages. Where can I find the file that contains that color information, and what would I need to change?
And before people jump on the "just use GoSMS/Handcent/etc." wagon, I'll say that I have tried those and haven't found one I like yet. I appreciate the barebones nature of the default messaging app that comes with CM7.
Look through the settings of CM7's mms app. There is an option to change the colors to black and gray.

Changing Email Background

Hi all, when using stock email application and viewing the list of emails, it is black on white text. I'd like to reverse it to white on black text. Anyone have any idea how to do that?
My phone is rooted if that makes a difference.
hi can anyone help w/ this?
I'd really like to know this as well. I saw that you can change the background color for messaging and the GMail background is white but can you do the same thing for the stock email client?
ochowie said:
I'd really like to know this as well. I saw that you can change the background color for messaging and the GMail background is white but can you do the same thing for the stock email client?
Click to expand...
Click to collapse
hi everybody
is there any possibility to change background colors on stock email???????
black is not good enough...
thanks!!!!!!!!!
I would like to know too.
As for now. I have to change text color to gray. If not, some mail will came in with white background and white text.
Means, shown as blank. But they do have text. ^_^
Sent from my GT-I9300 using xda app-developers app
I'm wondering the same thing. I know for a fact that it started off White background/Black text. But since rooting the device, this color scheme has reversed. I'd like to get it back.
alextn99 said:
Hi all, when using stock email application and viewing the list of emails, it is black on white text. I'd like to reverse it to white on black text. Anyone have any idea how to do that?
My phone is rooted if that makes a difference.
Click to expand...
Click to collapse
I had this same problem just yesterday. My S3 email app has always been white background with black text until I rooted my phone and installed a custom rom a few days ago, my email app was then black background with white text, very aggravating.
There are a few things you can do first that many suggest but for me these did absolutely nothing. This was to first see if there were any settings in the email app itself (which there isn't), then to try inverting your colors somewhere in your android settings (not a solution obviousely), and last was unchecking the option under power saving mode settings that allows the phone to change background color to save battery which actually worked for some, but not for me.
:good: I did fixed the problem however and I think this may help those who tried everthing else above. The problem is simple and lies in a short CSC line of code.
If your phone is rooted and have superuser you can use a program like "ES File Explorer" with superuser permission to browse the files on your phone. Simply navagate to the root of your phone then go to "system" folder, then to "csc" folder, then open the "feature.xml" file using a text editor with superuser access. (ROOT/SYSTEM/CSC/feature.xml)
Down close to the bottom of text in the "feature.xml" file you will see this:
<!-- Email -->
<CscFeature_Email_UseFixedBgColorAsWhite>false
</CscFeature_Email_UseFixedBgColorAsWhite>
If this is the case you found out why your email app is black. Simply change the text "false" to "true". Save the file, and your done.
I actually closed my email app, cleared cache, cleared data, then I edited the text and saved. So I would recomend doing that first but you would have to re enter your email account info so it may work without clearing the data of your email app.
Hope this helps those who tried other means like changing settings.

Categories

Resources