maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Looking for someone who can do some dbus logging of an incoming call (https://talk.maemo.org/showthread.php?t=96092)

jonwil 2015-10-23 08:58

Looking for someone who can do some dbus logging of an incoming call
 
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.

insanelysexy 2015-10-23 11:04

Re: Looking for someone who can do some dbus logging of an incoming call
 
Try ssh and dbus-monitor. Got my n900 under a car, so cant send you the log. Sorry!!

Halftux 2015-10-23 11:18

Re: Looking for someone who can do some dbus logging of an incoming call
 
1 Attachment(s)
command:

Code:

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

Call normal profile (line 3)

Quote:

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)

Quote:

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)
Quote:

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"

pichlo 2015-10-23 12:48

Re: Looking for someone who can do some dbus logging of an incoming call
 
Quote:

Originally Posted by insanelysexy (Post 1486482)
Got my n900 under a car

Tell us more. I need to know...!!!

jonwil 2015-10-23 22:17

Re: Looking for someone who can do some dbus logging of an incoming call
 
Thank you, that is exactly what I needed.


All times are GMT. The time now is 06:33.

vBulletin® Version 3.8.8