Active Topics

 


Reply
Thread Tools
Posts: 567 | Thanked: 2,965 times | Joined on Oct 2009
#1
I am looking for someone who can log the dbus messages sent for an incoming call, more specifically I am interested in everything being sent to com.nokia.HildonSVNotificationDaemon when an incoming call happens (and the ringtone is played). If you can capture what happens when things are set to silent or vibrate (in case what gets sent is different) or you can capture what happens for an incoming SMS, that would be even more useful.
 
Posts: 104 | Thanked: 113 times | Joined on Apr 2012
#2
Try ssh and dbus-monitor. Got my n900 under a car, so cant send you the log. Sorry!!
 
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#3
command:

Code:
dbus-monitor --session destination=com.nokia.HildonSVNotificationDaemon > /media/mmc1/dbus-session2.log

Call normal profile (line 3)

method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=410 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=PlayEvent
array [
dict entry(
string "led-pattern"
variant string "PatternIncomingCall"
)
dict entry(
string "category"
variant string "incoming-call"
)
]
string ":1.678"
method return sender=:1.2 -> dest=:1.22 reply_serial=378
string "Play"
method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=411 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=StopEvent
int32 16
call silent profile (line 45)

method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=450 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=PlayEvent
array [
dict entry(
string "led-pattern"
variant string "PatternIncomingCall"
)
dict entry(
string "category"
variant string "incoming-call"
)
]
string ":1.678"
method return sender=:1.2 -> dest=:1.22 reply_serial=389
string "Play"
method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=451 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=StopEvent
int32 17
error sender=:1.2 -> dest=:1.22 error_name=org.maemo.Error.RequestDenied reply_serial=392
string "state request change denied by policy"
call vibrate (line 86)
method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=490 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=PlayEvent
array [
dict entry(
string "led-pattern"
variant string "PatternIncomingCall"
)
dict entry(
string "category"
variant string "incoming-call"
)
]
string ":1.678"
method return sender=:1.2 -> dest=:1.22 reply_serial=400
string "Play"
method call sender=:1.678 -> dest=com.nokia.HildonSVNotificationDaemon serial=491 path=/com/nokia/HildonSVNotificationDaemon; interface=com.nokia.HildonSVNotificationDaemon; member=StopEvent
int32 18
error sender=:1.2 -> dest=:1.22 error_name=org.maemo.Error.RequestDenied reply_serial=403
string "state request change denied by policy"
Attached Files
File Type: txt dbus-session2.log.txt (5.0 KB, 63 views)
 

The Following 7 Users Say Thank You to Halftux For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#4
Originally Posted by insanelysexy View Post
Got my n900 under a car
Tell us more. I need to know...!!!
 
Posts: 567 | Thanked: 2,965 times | Joined on Oct 2009
#5
Thank you, that is exactly what I needed.
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:42.