Sorry in advance for bad english and also for a noob question.
I have a problem with brightness on my tablet Supra M94BG. There is a system brightness slider, the range is 0% -- 100% (as usual), and the problem is that 0% corresponds 0
value in /sys/devices/platform/leds-mt65xx/leds/lcd-backlight/brightness
, and 100% corresponds 90
value, and not 255
, as expected. Manual setting of value in /sys/.../brightness
to 255
gives really maximum level of brightness (as desired), but this value resets to 90
after screen is locked.
How can I correct the mapping?
framework-res.apk
so for this bug not to appear at all. – Vadik Aug 16 '15 at 20:04framework-res.apk
and found these values there:<integer name="config_screenBrightnessSettingMinimum">30</integer>
<integer name="config_screenBrightnessSettingMaximum">255</integer>
<integer name="config_screenBrightnessSettingDefault">102</integer>
No trace of maximum value of 90. Do I have to search in another place? – Vadik Aug 17 '15 at 21:23