-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too High Minimum Brightness #14
Comments
Actually the minimum number might be 0 instead of 1, because the maximum is 255. |
I forget some important detail: |
The impact of the change in your phone from 10 to 0 can be temporary tested by using the following software: https://play.google.com/store/apps/details?id=mobi.pruss.superdim |
Root |
You should report it in your development thread (on xda?), the device maintainer can add a proper overlay for your device inside the device tree. |
In file config.xml, the value of config_screenBrightnessSettingMinimum and config_screenBrightnessDim should be 1 instead of 10, at least in the case of Samsung Galaxy S I9000. In my opinion 10 is too bright for night time usage.
The text was updated successfully, but these errors were encountered: