- Despues de instalar cyanogenmod , instalar root explorer
- Ir a sysyem/etc directory
- Busca hw_config.sh file
- Seleciona hw_config.sh file , y editalo con el editor de texto
- Baja hasta abajo del archivo y busca el siguiente codigo.
# LMU AS3676 Configuration
dev=/sys/devices/i2c-0/0-0040/leds
echo
1,65,255,24,24,5,128 > $dev/lcd-backlight/als/curve # ALS curve for group1
echo 2,0,0,0 > $dev/lcd-backlight/als/params #[gain],[filter_up],[filter_down],[offset]
echo 1 > $dev/lcd-backlight/als/enable #Sensor on/off. 1 = on, reg 90h
echo 450 > $dev/button-backlight/max_current
Cambia el codigo mostrado arriba por:
# LMU AS3676 Configuration
dev=/sys/devices/i2c-0/0-0040/leds
echo
0,0,0,0,0,0,0 > $dev/lcd-backlight/als/curve # ALS curve for group1
echo 2,0,0,0 > $dev/lcd-backlight/als/params #[gain],[filter_up],[filter_down],[offset]
echo 1 > $dev/lcd-backlight/als/enable #Sensor on/off. 1 = on, reg 90h
echo 450 > $dev/button-backlight/max_current
Guardalos cambios, reinicia el movil y listo, problema de brillo solucionado

: