Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

bash

By: a guest on Feb 7th, 2010  |  syntax: None  |  size: 0.77 KB  |  hits: 272  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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#