Ver Mensaje Individual
  #2  
Viejo 10/04/12, 15:34:06
Array

[xs_avatar]
marismillas marismillas no está en línea
Usuario muy activo
 
Fecha de registro: abr 2009
Localización: Sevilla
Mensajes: 1,073
Modelo de smartphone: Xiaomi Redmi Note 3
Tu operador: Vodafone
  1. Despues de instalar cyanogenmod , instalar root explorer
  2. Ir a sysyem/etc directory
  3. Busca hw_config.sh file
  4. Seleciona hw_config.sh file , y editalo con el editor de texto
  5. 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:
Responder Con Cita
Gracias de parte de: