[Q]Changing Brightness of Notification LED while H/W button pressed!!!
Hi,
Xperia Ray( ST18i) user might noticed the Notification LED turns on( in white color) everytime whenever a H/W button is used(even the touch menu/back). I wonder someone could lower its brightness. I did some tweaks:
>> I put /etc/init.d/01BrightLedtweak.sh
i noticed the values are for green,red,blue
Quote:
#!/system/bin/sh
#
# Increase LED brightness
echo 20000 > /sys/class/leds/green/max_current
echo 20000 > /sys/class/leds/red/max_current
echo 20000 > /sys/class/leds/blue/max_current
|
>> My pre_hw_config.sh on /system/etc is:
Quote:
# LMU AS3676 Configuration before chargemon
dev=/sys/devices/i2c-0/0-0040/leds/
echo 0 > $dev/lcd-backlight/als/enable #Sensor on/off. 1 = on, reg 90h
echo 20000 > $dev/lcd-backlight/max_current
echo 2400 > $dev/red/max_current
echo 4200 > $dev/green/max_current
echo 3000 > $dev/blue/max_current
|
Device: Xperia Ray (ST18i)
Rom: ICED BEAN 3.0
Kernel: xKernel 9.587-C
(Rooted and BL Unlocked)
SO HOW TO LOWER THE BRIGHTNESS OF THE SPECIFIC WHITE COLOR? ( more like pinkish white :P)
|