For anyone interested in turning the charging/low battery led off create a script in /data/local/ and save it as userinit.sh
Script code:
echo 0 > /sys/devices/soc/leds-qpnp-9/leds/charging/max_brightness
This script will automatically be executed on boot.
FYI this led is aimed at the light sensor and will turn up to max brightness with auto brightness causing high battery drain on low battery.
To undo the changes just delete or rename the script file and reboot.
Script code:
echo 0 > /sys/devices/soc/leds-qpnp-9/leds/charging/max_brightness
This script will automatically be executed on boot.
FYI this led is aimed at the light sensor and will turn up to max brightness with auto brightness causing high battery drain on low battery.
To undo the changes just delete or rename the script file and reboot.