Working with white on black
Hello Everyone,
As you all know, the Note has an AMOLED display.
Each pixel lights itself individually, so if you have an all black screen, you use basically no power at all. If you have white, then it's on at full power.
What is annoying (so to speak) is that many apps have a default of a pure white background and black text. From a power perspective, it is much better to do white text on a black background. Yes, you can turn down the brightness, but then it's just harder to read due to less contrast.
I found one method of doing white on black web browsing with opera mobile:
http://androidforums.com/samsung-cap...ml#post3028371
Instructions stolen from that post (for convenience):
1. Create a text file on the sd card with the following:
* { background-color: black ! important; color: white !important }
:link, :link * { color: #00ffff !important }
:visited, :visited * { color: #ff00ff !important }
2. Open Opera and type "opera:config" into the url field.
3. Click "Quick find" and type "css" to filter the options.
4. Tick the "User CSS" tick box
5. In the "Local CSS File" choose the css file you made earlier.
you may have to hit 'back' a bit to go up subdirectories.
6. Save your changes to the config screen.
For the most part, it does what it says.
Also If I load in text files into opera mobile, I can also read them as white on black. It takes a little getting used to, but I got used to it quickly. There are some glitches, sometimes some graphics don't show up right. (not sure why - it's usually banner stuff).
If anyone knows how to do with with other browsers, that would be good to know. The original post it claimed it worked with opera mini, but I can't find the 'full' about
:config screen.
Using a color of 'Lime' seems to be better - not quite as intense as white on black, and should save even more power.
There's some interesting articles about what color/color combos are easy to read or not.
Yellow/Black is the most obnoxious and hard on the eyes, which is why it's used on warning signs!
- Frank