![]() |
2011-04-12
, 13:43
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#2
|
![]() |
2011-04-12
, 14:01
|
Posts: 53 |
Thanked: 20 times |
Joined on Jan 2010
|
#3
|
import dbus bus = dbus.SystemBus() proxy = bus.get_object("com.nokia.mce", "/com/nokia/mce/request") proxy.req_led_pattern_deactivate("PatternCommunicationSMS")
The Following User Says Thank You to tremby For This Useful Post: | ||
I don't want to permanently switch the notification light off -- just acknowledge the current SMS notification so it stops flashing, such that it will start flashing again if another message arrives.
Any ideas?