One annoying thing about the Nokia N950 is that it has a LED, and there’s already mce to handle the LED and its patterns, but it’s not used for notifications.
led-event-notifier fires up the LED when a notification is received and turns it off when the screen is unlocked (and the lock screen is swiped away).
This’ll be changed in future versions to reflect the availability of notifications (you might clear notifications and the LED will still stay on).
This is more of a hack in its current forms and requires you to disable Aegis (unseal.ko), you may also need to do aegis-developer-mode –relaxed-exec. You will also need to use binhash.py on /usr/bin/led-event-notifier and then run the binary manually with nohup and &
Video: http://www.youtube.com/watch?v=FTw-nQVMPng
Binary: http://mohammadag.xceleo.org/public/….0.1_armel.deb
Source: https://gitorious.org/harmattan-m6-u…event-notifier
Why all this? Cause mce::LEDControl in the aegis manifest is denied at installation for some reason, feel free to file a bug(?) about that
Source MeeGo