This adds simultaneous handling of notifications to the Speaker LED while charging, on CM6.1.

Behavior:
If it is plugged in, the light will stay solid (charging). If a notification comes in with the screen off, it will blink green. If you turn on the screen, the charging light will come on. If you don’t acknowledge the notification, when the screen turns off it will blink green again.

When it is not plugged in, notifications will blink green only when the screen is off.

——

Download:
lights.msm7k.so

——

How-To Install:
Method 1:
adb remount
adb push lights.msm7k.so /system/lib/hw/
adb shell chmod 644 /system/lib/hw/lights.msm7k.so
adb shell reboot

Method 2:
Open a terminal
cd /sdcard
wget http://droidbasement.com/g1/system/lights.msm7k.so
su
mount -o remount,rw /system
cp lights.vision.so /system/lib/hw/
chmod 644 /system/lib/hw/lights.msm7k.so
reboot

Source:
https://github.com/pershoot/dream_sapphire-lights

« »