Always On Brightness - Samsung Galaxy S10+ Questions & Answers

I like the Always on Display and I like it to be always on. And visible. If it's dim then I can't read it effectively during the day. If it's bright it lights up the bedroom at night. So I can just manually dim it and undim it every day, which is annoying.
I don't believe there's a setting for to change it based on time within its own settings. You can modify it usefully manually, or somewhat pointlessly automatically. Bixby routines don't seem to be able to touch it. I guess my question is, is there a non-root app which can get to these settings and allow me to set some times to change them?
Thanks.

You can set its brightness to auto by tapping the little sun icon next to the slider itself

stefan243546 said:
You can set its brightness to auto by tapping the little sun icon next to the slider itself
Click to expand...
Click to collapse
Well that's awesome. I haven't tested it in action yet but I'll bet that's why it used to not be an issue and then suddenly became one. I must have switched it off accidentally. Much appreciated.

sampercy said:
Well that's awesome. I haven't tested it in action yet but I'll bet that's why it used to not be an issue and then suddenly became one. I must have switched it off accidentally. Much appreciated.
Click to expand...
Click to collapse
You're welcome, glad I could help.

Related

App Request: Light sensor auto dimmer

Basic premise: use the light sensor to auto adjust the screen brightness depending on the environment (outside=full, inside=not full or something else)
It could be a simple program that only checks the light sensor on wake up like how "ilock.exe" checks to see if S2U2 is running. I find it really annoying that i set the screen to dim to conserve battery life but cant see anything when i walk outside on a sunny day.
Now i dont know much about the light sensor, but im assuming it can be put to this use, if not... it was worth a shot
edit: sorry, forgot to name the title [REQ]
???
I think you'll find that it already does: settings/system/power/backlight....auto adjust backlight. That is what mine does anyway.
gobmonster said:
Basic premise: use the light sensor to auto adjust the screen brightness depending on the environment (outside=full, inside=not full or something else)
It could be a simple program that only checks the light sensor on wake up like how "ilock.exe" checks to see if S2U2 is running. I find it really annoying that i set the screen to dim to conserve battery life but cant see anything when i walk outside on a sunny day.
Now i dont know much about the light sensor, but im assuming it can be put to this use, if not... it was worth a shot
edit: sorry, forgot to name the title [REQ]
Click to expand...
Click to collapse
On my o2 ignito in the power settings under the backlight tab, there is a check box 'auto adjust backlight' which does as you request.
Mike Wilson said:
On my o2 ignito in the power settings under the backlight tab, there is a check box 'auto adjust backlight' which does as you request.
Click to expand...
Click to collapse
Ha, beat you to it!

HW Keyboard Backlight OFF when it's not needed (WORKING SOLUTION pls)

Hi All,
Xperia's hardware keyboard is very good, and the backlight is really of help when the ambient goes dark or even darker.
The HW keyboard is also quite cool in the daylight, the buttons' surface letters are very clear and crisp.
But here we have, an especial feature: needless automatic backlight, in spite of bright (or not so) day light? The letters become blurry not to say hardly visible. Not to mention this is wasting battery, too.
Is there a way to turn off the HW keyboard backlight, when it's not needed?
XDA gurus, help our batteries live longer and us users type faster! Please...
I hear you!
Yeah i've noticed the same problem, so ive started making a program to set the brightness etc, ive interrogated the registry for the backlight and have a small app working now whare all the brighness levels and timmings etc can be modified.
I was going to add a menu on the progam to changes the settings based on time of day / profile used on the phone, the rogram would need to be ran in the backgroud all the time but im sure it would not drain the battery much to do this as its a lightweight process that will wait for the profile to change.
I can put up what ive done, its very simple and you can suggest improvments / whatever.
Main functions would be:
allow user to change settings based on their currently selected sound profile (on, vibrate, off) and they have individual settings.
Allow the user to change all backlight related values (I have 11 of them editable in my program currently.
I would like this to have the keyboard light off during the day really as the keyboard light coming on makes it hard to see keys during the day.
awshanks said:
Yeah i've noticed the same problem, so ive started making a program to set the brightness etc, ive interrogated the registry for the backlight and have a small app working now whare all the brighness levels and timmings etc can be modified.
I was going to add a menu on the progam to changes the settings based on time of day / profile used on the phone, the rogram would need to be ran in the backgroud all the time but im sure it would not drain the battery much to do this as its a lightweight process that will wait for the profile to change.
I can put up what ive done, its very simple and you can suggest improvments / whatever.
Main functions would be:
allow user to change settings based on their currently selected sound profile (on, vibrate, off) and they have individual settings.
Allow the user to change all backlight related values (I have 11 of them editable in my program currently.
I would like this to have the keyboard light off during the day really as the keyboard light coming on makes it hard to see keys during the day.
Click to expand...
Click to collapse
Sounds promising! Can you post your app? I would like to try it out.
Here you go...
It just modifies timers and sensors on/off at the minute, but its a start. I made it to give better control over the backlight for myself, happy to help others!
Thanks Andrew! Longlive Ireland!
awshanks said:
It just modifies timers and sensors on/off at the minute, but its a start. I made it to give better control over the backlight for myself, happy to help others!
Click to expand...
Click to collapse
Thanks, bud!
So Features
What do you want it to do?
look better? YES , lol!
i was going to use tab screen to seperate out the info, there are some more values to add that can be changed, i need to group them together (eg ac and battery ones) and have a proper explanation on them (input value limit etc.)
So let me know what are the features you would like (in order of priority) and i will get cracking, lets see if we can make a good little app here.
By now I only wanted the app to turn off keyboard completely. Hope the author will succeed in that. Though I'm afraid the HW keyboard backlight settings are hardware related issue solely, nothing to do with registry/driver routine.
All the other settings are quite handy to play with the backlight of the device. Perhaps a bit more detailed instructions and explanations will be just fine.
Yet the 'About' and 'Copyright' options, maybe some easter eggs - without it the prog is a no-go
Have you tried adding the key HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness ? I found this one when digging into the illumination application.
This will override the automatic brightness values for the keyboard, setting it to a fixed brightness when the light sensor turns it on.
I've set mine to 50, which works fine even if the light goes on at daylight.
Thanks bro, this is very useful hint!
I noticed also, that with '50' (it's not 'key' actually, but a 'value', I input this as a REG_SZ value), light sensor works with HW keyboard much better, more adequate - no backlight when in sunlight or electric lamps at home or in office, slightly dimmer backlight when in the dark. That must save battery life too!
on8a said:
Have you tried adding the key HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness ? I found this one when digging into the illumination application.
This will override the automatic brightness values for the keyboard, setting it to a fixed brightness when the light sensor turns it on.
I've set mine to 50, which works fine even if the light goes on at daylight.
Click to expand...
Click to collapse
Odeon said:
Thanks bro, this is very useful hint!
I noticed also, that with '50' (it's not 'key' actually, but a 'value', I input this as a REG_SZ value), light sensor works with HW keyboard much better, more adequate - no backlight when in sunlight or electric lamps at home or in office, slightly dimmer backlight when in the dark. That must save battery life too!
Click to expand...
Click to collapse
That's may seems silly but i cant find "HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness"
I found only patters and default....
Could please help?
you shall create this parameter if it isn't available.
Odeon said:
you shall create this parameter if it isn't available.
Click to expand...
Click to collapse
I did and it worked! thanks
But still, isnt there anyway to turn it off?

Powerexe - can you go direct to the backlight screen?

One minor niggle about the HD2 is that, while the auto backlight control is fairly good, instead of going from 10% to 100% depending on conditions, it won't go above 80% (I don't think) and certainly won't go below 30%, which is a bit too bright for artificial light, and much too bright for use in darkness.
So, as a quick work-around, I've added a start-menu short-cut to Windows\powerexe.exe - this lets me switch between auto and manual backlight fairly quickly. But it's still one more click than I think should be necessary: you launch powerexe, then have to click the "backlight" button. There must be a way of jumping straight into the backlight screen, because if you go manila settings/sound and display/backlight it jumps you straight there. Can I do that from a short-cut?
(bump)
Anyone?
I think the idea if flawed from the start, as a crucial aspect to battery life like backlight optimization cannot be so hard to adjust, and so "blind" as to limit the variation span between two values so far from the extremes.
In my experience the minimum is 40%, as putting my finger in front of the light sensor (which should be the one near the proximity sensor), I notice no decrease in light intensity when compared to manually setting value to 40%.
Also, the fact that we are forced to change the backlight in steps of 10% is simply silly. On my Ipaq I could fine-tune it as much as I needed, and actually my current manual setting of 20% is brighter than I'd like, but 10% is really too dark.
Also, what's the matter with the fact of being unable to completely set the light almost to off? If reading an ebook with white text on black background, a 5% value could be virtually enough.
Just found this during my crawling sessions: http://forum.xda-developers.com/showthread.php?t=450318
I was thinking of trying g-light, but haven't got round to it yet
http://www.ageye.de/index.php?s=glight/about
I've been using Lumos, Theemed has posted the link.
It's good and very configurable.
Apparently G-Light desn't work (well it does, but the interface is extremely slow, it will only respond to a click every 5 seconds or so, making it a nightmare to configure). Let's try Lumos.
While I appreciate all the alternative suggestions, I would still quite like an answer to my original question.
Well, it seems nobody has the answer to whether powerexe can be launched directly to the backlight page...
However in your first post you were complaining about how auto backlight was operating, and it turns out that Lumos does exactly what you'd want. You can set the min and max backlight level, and even tweak the light sensor reading vs BL level curve if you want to.
So isn't that even better?
Personally I was happy with the default auto backlight, but was also looking for a way to easily force it to full power for watching photos or videos. I was also launching powerexe with a shortcut to do it, hence my interest in the thread... Lumos lets you set "exceptions", so I simply set that Coreplayer, Resco photo viewer and HTC album force baclkight to 10. I don't even have to do anything anymore now, all automatic
@shasarak
I know how you feel That's how I felt when I needed to somehow obtain cut/copy/paste functions using the standard htc keyboard, and everyone insisted I chose another keyboard, and at last someone pointed me to the "text edit" function on startbutton-hold found in Quickmenu. Maybe inelegant workaround, but now I can do what I need without changing keyboard, a satisfying compromise.
So well, I discovered Lumos during the same session I noticed your thread, and now that I've been using it since last time, I can say it's definitely effective!
my969 said:
I've been using Lumos, Theemed has posted the link.
It's good and very configurable.
Click to expand...
Click to collapse
My experience with Lumos was it will cause problem to the G-Sensor. Try play Teeter or Resco Bubble, in Resco Bubble the G-Sensor will stop response every few seconds. Anyone having the same error? Haven't try this on the 1.66 ROM though.
Teeter works fine here, on 1.66.
kilrah said:
Teeter works fine here, on 1.66.
Click to expand...
Click to collapse
Hi kilrah, can you try out Caver ageye.de/index.php?s=download, I tested on 1.66 ROM problem persist. Teeter playable, but not very responsive to the action. Many Thanks.
Yep, confirmed that caver will lock about 500ms at every sensor read from Lumos. I've reported it in the Lumos thread.
OK, seems a solution is to add the programs that cause trouble as exceptions in Lumos, as it then stops reading the light sensor. Works fine indeed.
Has anyone tried this? http://forum.xda-developers.com/showthread.php?t=582059
kilrah said:
Yep, confirmed that caver will lock about 500ms at every sensor read from Lumos. I've reported it in the Lumos thread.
Click to expand...
Click to collapse
I have the same problem also with g-invaders.
Sometimes tho, g-invaders hiccups at the beginning and after some time it works smooth
No problem with teeter as well, even if it seemed for a while that the gsensor woud lean towards the left side. Recalibrated and apparently no more problems.
Shasarak said:
Has anyone tried this?
Click to expand...
Click to collapse
That's one of the first I found, but then I went straight to Lumos as it was so completely better
Shasarak said:
One minor niggle about the HD2 is that, while the auto backlight control is fairly good, instead of going from 10% to 100% depending on conditions, it won't go above 80% (I don't think) and certainly won't go below 30%, which is a bit too bright for artificial light, and much too bright for use in darkness.
So, as a quick work-around, I've added a start-menu short-cut to Windows\powerexe.exe - this lets me switch between auto and manual backlight fairly quickly. But it's still one more click than I think should be necessary: you launch powerexe, then have to click the "backlight" button. There must be a way of jumping straight into the backlight screen, because if you go manila settings/sound and display/backlight it jumps you straight there. Can I do that from a short-cut?
Click to expand...
Click to collapse
Its simple: make shortcut on ["\Windows\powerexe.exe" 2]
karelia-molot said:
Its simple: make shortcut on ["\Windows\powerexe.exe" 2]
Click to expand...
Click to collapse
Hooray!!! Finally someone actually answers my question! Thanks!

(REQ) Backlight issues?

I generally have my backlight set pretty low for indoor purposes (20-30%) hopefully this conserves precious battery life.
However I find it mightily annoying when I'm on the move somewhere brighter than indoors eg. outdoors, and I have to check my phone and cannot see a thing because the backlight is set to "indoor settings" leaving me to navigate to settings> sound and display> backlight etc. This isn't usually a problem but when you can barely see the screen it is difficult.
Does anyone agree (hopefully a bright developer will) that it would great to have a backlight toggle on a quicklink within sense? I think a toggle between the setting you have manually selected and automatic adjustment of the backlight would be a handy application.
Any ideas? Does this already exist?
Nobody interested in this mod? Could save some battery
try myLight of mylostblog. google it. it's a very finger-friendly app that adjusts the backlight whenever you like but you have to set the auto-adjust backlight to off.
I have installed and it works well thanks for the link.
I would still like to see a toggle option between automatic and a preset value.
I would also like a toggle button or buttons for different settings (30%, 60%, 100% or customisable). Another idea would be for the auto backlight to work better. I had a Diamond and it was problematic with that. Not bad for most of the time in UK but if the sun comes out it's almost impossible to see what is on the screen. I might look at a mortscript solution using the reg key for now if I get a chance.
Yea I reckon that would be great. I think the HTC desire has this sort of toggle option in a status bar. To take the idea even further, it would be nice to see this sort of bar added to Cookies Home tab, similar to the new notifications bar added to v1.7.
Possibly: Wifi, backlight, bluetooth, 3g/2g connection all in one bar.
Im trialling MyLight now and it works well, it is finger friend and can be added to a quicklink for easy access, but looks a little dated perhaps.

Auto adjust backlight toggle

I have the backlight set to automatically adjust, but when I am using my phone in the dark, I like it fixed at 10%.
Rather than going through 6 screens to manually update it every time, I would love it if someone could come up with a button (like the WiFi switch on windows market place), so that I can just hit a shortcut on the today screen and the auto adjust is toggled on and off.
The registry entry that turns the auto adjust on or off is called
HKCU\ControlPanel\Backlight and the key is Light Detect On
Any pointers or help would be appreciated!
you can make a link that opens the backlight page directly.
see the "control panel items" link in my sig.
not quite a toggle but reduces the clicks to 2.
Just made a request thread for this yesterday
http://forum.xda-developers.com/showthread.php?t=675898
Think it would be a good quicklink for sense
samsamuel said:
you can make a link that opens the backlight page directly.
see the "control panel items" link in my sig.
not quite a toggle but reduces the clicks to 2.
Click to expand...
Click to collapse
To be honest, I saw your thread back along and didn't quite get it. I do now though!
Can't wait to get home from work and try this. Not a complete solution, but it will certainly save me a load of hassle.
Thanks!
with ya pal!
what gets me is the sensor, when its dark its at full brightness, when its light its dim...... shouldn't this be the other way round?

Categories

Resources