Thread: Slide 2 Answer
View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#154
Code:
method call sender=:1.20 -> dest=org.maemo.Playback.Manager serial=1419 path=/org/maemo/Playback/Manager; interface=org.maemo.Playback.Manager; member=RequestState
   object path "/org/maemo/playback0"
   string "Stop"
   string "1442"
   string ""
1442 is the pid of hildon-sv-notification-daemon:
1442 user 23452 S < /usr/bin/hildon-sv-notification-daemon

Edit: a small test (killing that pid) made the ringtone stop, you'll need to stop the vibration yourself:
Code:
dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request  com.nokia.mce.request.req_vibrator_pattern_deactivate string:'PatternIncomingCall'

Last edited by MohammadAG; 2011-04-18 at 13:21.
 

The Following 4 Users Say Thank You to MohammadAG For This Useful Post: