[Q] Quickest way to 100% brightness... - General Questions and Answers

Hi,
Im looking for an app or widget that will allow me to set my brightness to 100% the fastest way.
I find it very hard to blindly go through my phone just to set it to a brightness level where I can actually see things when i go outdoors.
I've tried an app that lets me shake my phone to set it to 100% and shake it again to set it to auto. Unfortunately, the sensitivity isn't very good. I find it setting my phone to 100% even if i dont want it to.
Currently, i'm using an app called Invisibright that allows me to run the app blindly from the notification area and do a quick swipe up on the screen to increase brightness. I find it very handy at the moment but there is still those extra steps that im looking to eliminate.
Any other ideas will very much be welcomed.
Thanks

Related

Looking for a simple brightness managment app

All I want is an application that can switch between Auto Brightness to Minimum setting (OS specified or lower) at specific time, time when it gets dark. or maybe it can choose the time automatically based on dusk and dawn.
I noticed that Auto setting NEVER drops to minimal setting for some reason......
kolyan said:
All I want is an application that can switch between Auto Brightness to Minimum setting (OS specified or lower) at specific time, time when it gets dark. or maybe it can choose the time automatically based on dusk and dawn.
I noticed that Auto setting NEVER drops to minimal setting for some reason......
Click to expand...
Click to collapse
There is an app called Timeriffic (I think that's how it's spelled). You just input the settings into the app and at that predetermined time, it will adjust settings (including brightness, not sure about auto brightness).
I have it set so that at a certain time (when I leave the house) it will turn off the wifi, turn on vibrate, etc...
But if you fall out of your routine, you kind of go bonkers because you forget that you have timeriffic set and can't figure out why the wifi turned off, etc... LoL!
How about just using Power Widget when to switch between auto/minimal when you realize the screen is too bright?
Thanks. Timeriffic gets the job done, but i wish it would support auto brightness. using power widget doesnt work for me because if i forget to switch back to auto setting, in sunny day i cant even see the screen at all and have to find shaded area just to switch back
kolyan said:
Thanks. Timeriffic gets the job done, but i wish it would support auto brightness. using power widget doesnt work for me because if i forget to switch back to auto setting, in sunny day i cant even see the screen at all and have to find shaded area just to switch back
Click to expand...
Click to collapse
Yeah I've had to learn where certain objects are on my home screen.
*Unlock* *Swipe right* *press top right of phone*
Haptic feedback is my friend
It's a shame, OLEDs are so much better than TFT screens for battery conservation but they suck in the light, you know, outside, the one place you are most likely to use your MOBILE phone. Ah well, it performs almost as well as the iPhone when the N1's on full brightness. I held it next to my friend's 3GS, but thinking about it forgot to check what brightness hers was on... DOH.
I think they've corrected it now though, with newer designs.
There is also an app that is called auto bright and it can be made into a homescreen shortcut and is basically a macro that turns on autobright. I put it next to my power control widget so in the case where I need to switch brightness manually I can easily switch back. FYI Froyo's power widget has added the autobright setting so soon as a stable version of Froyo comes out this will be a mute point.
-------------------------------------
Sent via the XDA Tapatalk App
Setting Profiles does the same as well, and a whole lot more.
App I use is called, dimmer. It has to manually be switch.
jimtc said:
There is also an app that is called auto bright and it can be made into a homescreen shortcut and is basically a macro that turns on autobright. I put it next to my power control widget so in the case where I need to switch brightness manually I can easily switch back. FYI Froyo's power widget has added the autobright setting so soon as a stable version of Froyo comes out this will be a mute point.
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
OP pointed out (correctly) the Automatic Brightness setting will never automatically set the brightness to the minimum point (that is, as low as you could set it manually). I can confirm that, though Froyo does include the Automatic option on the power control widget, it still won't go all the way dim. It seems rather silly that the Automatic range doesn't go all the way down.
Also, the word you're after is "moot", not mute.
codesplice said:
OP pointed out (correctly) the Automatic Brightness setting will never automatically set the brightness to the minimum point (that is, as low as you could set it manually). I can confirm that, though Froyo does include the Automatic option on the power control widget, it still won't go all the way dim. It seems rather silly that the Automatic range doesn't go all the way down.
Also, the word you're after is "moot", not mute.
Click to expand...
Click to collapse
yes. thats correct. if auto setting would go all the way down, then i would not need any 3rd party software to begin with. i really wish we could adjust the range and sensitivity of the sensor
ps. developer of Timeriffic said that its not possible to add Auto Brightness setting to his app because there is no API for that and the only way around is to hack it.

Dim screen brightness... permanently?

I currently use screen filter to take the brightness of the NS down to a comfortable viewing level but it has it's limitations. It has to be started manually and certain apps will not play nicely with it. Gmail foe Llewellyn example freezes totally while ever screen filter is working.
I'm looking for a solution to drop the brightness beyond the lowest level allowed by default on the NS and keep it that way.
Is there such an app available?

How to develop a screen filter app (for brightness setting)

Hi,
You would have probably come across apps to adjust display brightness by applying a "filter" on the screen, e.g. Screen Filter - does anyone know how to develop an app like this?
I have searched high and low, and cant find out how to get started - any help would be amazing.
Thanks.
Im interested in this topic too Im currently developing an app where the app is active 5-10 min, and its not suitable to let the lockscreen be active. However, its likely that users, and the battery, wants to dim the brightness down, say 50%. But i cant find a way to programaticly to that. Is this so called screenfilter the solution?
Hey, I dont think this is what you are looking for pippi - this Screen Filter app is used to lower brightness beyond what the phone normally allows.
Its probably something like this you need to code...
"WindowManager.LayoutParams lp = getWindow().getAttributes();
lp.screenBrightness = 100 / 100.0f;
getWindow().setAttributes(lp);"
Can anyone help me with my question? thanks...
Aha, thank you very much! Ill look at that tomorrow, got some stuff to do before new years eve, cheers!

[Solved] Tweaking max brightness

Is it possible to tweak my setting so that my phone would recognize max brightness at 50% instead of 100%?
I like to control the brightness of my phone using the widget(setting Dim&100%), but 100% is too bright. the other options are Dim,40%,100%,auto which is a bit inconvenient when i wan to go back to dim from 40%.
I know this is not really an issue but is the a way to tweak(without installing any program from the market)?
Don't think that is possible. I think the max you can set in the settings, is the max the device pixels can go.
Sent from my HTC Desire S using xda premium
Go to settings-screen(or display) - and set there brightness you need.Without root and developer skills you aren't able to do that.
ok then.. thanks guys.. i thought it had something to do with the back light, any went to market and found a nice little widget that give me control over what i wan.
Thanks for taking ur time and replying...
Check this program.That's widget, where you can manually set requirement brightness

Screen dimming app.

If any of you other users out there feel that the whites on this thing are too awesome for super late at night like I do, I found a app when searching for a f.lux type alternative for android. I have been using this app to help ease the stress on my eye late at night. I dont know about the techical side of what it does, or any of the jargon involved, but it applies a filter of sorts to dim the screen further than what the phone allows. I been using it a lot lately and figure I would share with you guys. If anyone has any recommendations for other similar apps, please share.
Tl:dr
Screen Filter
https://play.google.com/store/apps/details?id=com.haxor
Sent from my SCH-I535 using Tapatalk 2
enomele said:
If any of you other users out there feel that the whites on this thing are too awesome for super late at night like I do, I found a app when searching for a f.lux type alternative for android. I have been using this app to help ease the stress on my eye late at night. I dont know about the techical side of what it does, or any of the jargon involved, but it applies a filter of sorts to dim the screen further than what the phone allows. I been using it a lot lately and figure I would share with you guys. If anyone has any recommendations for other similar apps, please share.
Tl:dr
Screen Filter
https://play.google.com/store/apps/details?id=com.haxor
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Or just turn on "Background Color" in Power Saving Settings.
Or if you want the screen brightness itself to be lower than what most ROMs allow, you can use this app called RootDim. It worked amazing on my xoom, not sure if it works on the SGSIII yet..
It requires root though..
yosterwp said:
Or if you want the screen brightness itself to be lower than what most ROMs allow, you can use this app called RootDim. It worked amazing on my xoom, not sure if it works on the SGSIII yet..
It requires root though..
Click to expand...
Click to collapse
Screen filter does the same and doesn't require root. On our AMOLED screens this can save battery.
Also you can turn off those damn capacitive key lights by going to Settings>display>"touch Key light duration"> Always off.
I can confirm that Root dim does work for the SGS3 I use it on my phone.
Current~Samsung Galaxy S3 SynergyRom 1.3 & Imo's Lean Kernel v12 Oc'd @ 1.9ghz
~Acer Iconia A500 Stock
Past~Droid X Gummy ICS 1.2
Lux is an amazing auto brightness app and setting it up for your tastes is incredibly simple.
Go out in the sun and turn brightness up all the way using the app then "link" that setting, go in complete darkness and set it to your taste and link it, then indoor lighting, set it, link it. It then uses just those 3 settings to create a smooth graph of brightness values that are all perfect. You can have as many links as you want but i find the less settings you put in that app the better.
I tried all the suggested ones in here btw.
Sent from my SCH-I535 using xda app-developers app
I've tried and really like Lux (in fact I'm considering purchasing it soon) but I've noticed two issues. First is that sometimes it will not refresh itself and I have to open up the lux dash to get the brightness to change. It doesn't happen often, but it happens often enough to be annoying, and I have it set to automatically.
Also, (and this may simply be an issue with the S3 and not lux itself) but sometimes I will be in a decently lit room and be at 1 lux, while lights out is 0. Not a lot of variance unless it's really bright outside. Have you found anyway to increase the light sensors sensitivity?
noingwhat said:
I've tried and really like Lux (in fact I'm considering purchasing it soon) but I've noticed two issues. First is that sometimes it will not refresh itself and I have to open up the lux dash to get the brightness to change. It doesn't happen often, but it happens often enough to be annoying, and I have it set to automatically.
Also, (and this may simply be an issue with the S3 and not lux itself) but sometimes I will be in a decently lit room and be at 1 lux, while lights out is 0. Not a lot of variance unless it's really bright outside. Have you found anyway to increase the light sensors sensitivity?
Click to expand...
Click to collapse
Try setting it to be always active in the task bar, that prevents it from being killed. Also try setting it to not use raw values for light sensor readings, this gives you a simple scale of 0-10 for readings and total darkness always reads as 0.
Edit: oops reread your post. That's weird that it is reading indoor light at 1. I usually get around 2 or 3. I used to have a screen protector on that covered the light sensor and that put it all over the place. Maybe that is what's causing it?
noingwhat said:
I've tried and really like Lux (in fact I'm considering purchasing it soon) but I've noticed two issues. First is that sometimes it will not refresh itself and I have to open up the lux dash to get the brightness to change. It doesn't happen often, but it happens often enough to be annoying, and I have it set to automatically.
Click to expand...
Click to collapse
I noticed the same behavior with the free version. In my case, the lowest value the HTC Desire S can reach with its default Android auto brightness is in fact about 15%.
In LUX settings you can configure the "0" value to be lower and "bypass" the freeware limitation (you can't configure sub-zero levels in the free version). This will work when you test it in the dashboard, but during regular use the light level never goes below the 15% limit already set by the OS.
What I did was purchase the full version (to get astronomer mode along with all the settings unlocked) so I was able to leave the 0 level at its default 15% but link some light intensity values to sub-zero percentages. Guess what? It works great! Once you go into a very dark room, the display dims as far as you set it to.
Another problem with the free version was that a few times I unlocked the phone outside in full sunlight and LUX did not increase the brightness. It appeared almost completely black because the light level was at about 15-25% (the same level it would be inside a low lit room).
Again, with the full version I did not notice this problem (I've used the free version for 1 day and the paid version for 1 day but running tests in different light levels inside and outside).
It's like the free version is a bit buggy on purpose, and I remember uninstalling LUX free about 2 months because of this; I was thinking that if the free version does not work OK, I shouldn't buy the full version. Apparently this is not the case (touch wood).
Just for the record, it's on "dynamically adjust".
noingwhat said:
Also, (and this may simply be an issue with the S3 and not lux itself) but sometimes I will be in a decently lit room and be at 1 lux, while lights out is 0. Not a lot of variance unless it's really bright outside. Have you found anyway to increase the light sensors sensitivity?
Click to expand...
Click to collapse
If the display is a bit dirty (oily, dusty, etc) around the light sensor, you can try to clean it. If this is not the case, open the dashboard, let it determine the light level or hit "auto" a few times and make sure the reading is correct. Then just slide your finger along the yellow line to find the appropriate brightness level and long press the chain to link. Go to a brighter lit room then go back to the first room and see how LUX behaves. Also lock/unlock the phone a few times and see how it goes.
If you still have problems running LUX, disable it and check the default Android auto brightness to make sure it's not a sensor issue.
LUX also has the possibility to set the response delay under Settings -> Advanced -> Developer Settings (the last to just on the bottom, but for this you would need to buy the full version.
Inginerul said:
If the display is a bit dirty (oily, dusty, etc) around the light sensor, you can try to clean it. If this is not the case, open the dashboard, let it determine the light level or hit "auto" a few times and make sure the reading is correct. Then just slide your finger along the yellow line to find the appropriate brightness level and long press the chain to link. Go to a brighter lit room then go back to the first room and see how LUX behaves. Also lock/unlock the phone a few times and see how it goes.
If you still have problems running LUX, disable it and check the default Android auto brightness to make sure it's not a sensor issue.
LUX also has the possibility to set the response delay under Settings -> Advanced -> Developer Settings (the last to just on the bottom, but for this you would need to buy the full version.
Click to expand...
Click to collapse
Thanks, but I think it is more of an issue of the sensor not being sensitive enough. I'm not sure if this is anything you can change in lux or if it would have to be edited in the kernel (or if it is fault of the hardware) but I just feel like the sensor doesn't go down low enough. As I said, I can get down to 1 or 0 in a decently lit room, and yes I have tried cleaning the screen. It's not like it jumps around or anything so it's not like I would notice anything in default auto brightness, it's just that it doesn't seem to be sensitive enough.
Screen filter is great!! I use as well!!!
Sent from my SCH-I535 using Tapatalk 2
Well for my Desire S, the lowest light level that the sensor can read is 160 lux (raw value). You can try and set LUX to use raw values because this is more accurate in my oppinion.
Another +1 for Screen filter here
Does anyone know how to use "luma" values for automatic adjustment in Lux instead of "lux" values?
noingwhat said:
Does anyone know how to use "luma" values for automatic adjustment in Lux instead of "lux" values?
Click to expand...
Click to collapse
What I have noticed on my phone is that "luma" readings are taken from the front facing camera, while "lux" readings are taken from the ambient light sensor (you can chose which one to use in the settings).
I suppose the front facing camera uses more battery than the light sensor; it also appears to be more sensitive because it can read more light levels.
Inginerul said:
What I have noticed on my phone is that "luma" readings are taken from the front facing camera, while "lux" readings are taken from the ambient light sensor (you can chose which one to use in the settings).
I suppose the front facing camera uses more battery than the light sensor; it also appears to be more sensitive because it can read more light levels.
Click to expand...
Click to collapse
I guess so. Thanks! But doesn't that kinda defeat the whole purpose of Lux? Because you can't use automatic mode with the camera(s).... so then what's it good for?
Well even if you don't have an ambient light sensor, you can still use the camera to check the light level when you unlock the phone and let LUX adjust the brightness level. Of course it's not dynamic but it's still better than having the brightness at 50% the whole time or changing brightness levels through a widget..

Categories

Resources