|
Dear,
The notification LED IS working ! The LED is sofware controllable (despite what we said).
Led Problem :
- Be ROOTED
- Have a terminal (on Android or via adb shell)
- $ cd /sys/class/leds/led_G
- $ su
- Now, you are in the real folder (not the simlinked) in /sys/devices/soc.0/gpio-leds-simcom.71/leds/led_G
- # echo 1 > brightness
- Your led in ON !
- # echo 0 > brightness
- Your led is OFF
The ROM problem should be the wrong folder simlinked to power on/off the notification LED.
Unfortunately, my Android experience is so weak I am unable to "modify" the configuration of the notification LED to simlink the good one.
If someone have the experience, then we should create an XPosed module to modify it or a simple Bash script to execute via ADB to modify the configuration.
Simlink path : /sys/class/leds/led_G
Full path : /sys/devices/soc.0/gpio-leds-simcom.71/leds/led_G
Luminosity problem :
For the luminosity problem : "My screen is not bright enough" or "My screen is too bright at minimum", the only thing to change is the configuration, indeed, the minimum brightness used is 11, we can go to 1, and the highest in use is 160, the maximum is 255.
Simlink path : /sys/class/leds/lcd-backlight
Full path : /sys/devices/soc.0/1a00000.qcom,mdss_mdp/qcom,mdss_fb_primary.129/leds/lcd-backlight
|
|