View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#50
And a useful script for testing led patterns without having to receive sms/email:

Code:
#!/bin/sh
pattern=PatternCommunicationSMS
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:$pattern
sleep 10
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deactivate string:$pattern
which will activate the sms pattern, let it run for 10 seconds and then deactivate it.
 

The Following 9 Users Say Thank You to codeMonkey For This Useful Post: