[maemo-developers] problem with dbus-scripts and Phone.SMS
From: Nicolas Chuche nicolas.chuche at barna.beDate: Tue Mar 23 19:57:18 EET 2010
- Previous message: Deleting or Archiving Product PyGTKEditor in bugs.maemo.org
- Next message: problem with dbus-scripts and Phone.SMS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I'm playing with dbus-scripts to intercept incoming SMS. I use this rule : cat /etc/dbus-scripts.d/sms /home/user/bin/dbecho * * Phone.SMS IncomingSegment It matches but my only pass three argument to my script dbecho and not the array of bytes I wait for (the sms in pdu format) as in the dump signal following. Is it normal ? signal sender=:1.18 -> dest=(null destination) serial=2129 path=/com/nokia/phone/SMS; interface=Phone.SMS; member=IncomingSegment array [ byte 4 byte 11 byte 145 byte 51 byte 102 byte 151 byte 51 byte 71 byte 244 byte 0 byte 0 byte 1 byte 48 byte 50 byte 113 byte 97 byte 131 byte 64 byte 5 byte 69 byte 58 byte 136 byte 29 byte 6 ] string "+3XXXXX00" string "f8294XXXXe2adf" string "+336XXXX44"
- Previous message: Deleting or Archiving Product PyGTKEditor in bugs.maemo.org
- Next message: problem with dbus-scripts and Phone.SMS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]