Advertisement
Guest User

bash

a guest
Feb 7th, 2010
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Nokia-N900-42-11:/home/user/.xchat2# ls -l ./n*
  2. -rw------- 1 user users 0 Feb 7 17:16 ./notify.conf
  3. -rwxr-xr-x 1 root root 502 Feb 7 18:46 ./notify.sh
  4. Nokia-N900-42-11:/home/user/.xchat2# cat ./notify.sh
  5. #!/bin/sh
  6. dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_vibrator_pattern_activate string:'PatternChatAndEmail'
  7. dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:PatternCommunicationSMS
  8. sleep 10
  9. 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#
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement