
bash
By: a guest on Feb 7th, 2010 | syntax:
None | size: 0.77 KB | hits: 272 | expires: Never
Nokia-N900-42-11:/home/user/.xchat2# ls -l ./n*
-rw------- 1 user users 0 Feb 7 17:16 ./notify.conf
-rwxr-xr-x 1 root root 502 Feb 7 18:46 ./notify.sh
Nokia-N900-42-11:/home/user/.xchat2# cat ./notify.sh
#!/bin/sh
dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_vibrator_pattern_activate string:'PatternChatAndEmail'
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:PatternCommunicationSMS
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:PatternCommunicationSMSNokia-N900-42-11:/home/user/.xchat2#