|
2010-10-21
, 15:33
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#2
|
|
2010-10-21
, 16:25
|
|
Posts: 565 |
Thanked: 816 times |
Joined on Sep 2010
@ Nevinnomyssk
|
#3
|
The Following 3 Users Say Thank You to bonapart For This Useful Post: | ||
|
2010-10-21
, 16:34
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#4
|
I know this was solved here a few times, but I really didn't find, what I need.
We are working on a new application, it has to be in C++ and it has to use Qt (it's not like I complain :3), so I can not use python solution. Our application needs to know when someone calls, when it's received, when it's refused, when call is started from users side and when it ends. And it have to work under Maemo and also under MeeGo. When I wrote "call" I mean "phone call", like in N900. I found that I should use QtDBus, Dbus or telepathy-ring, but I was unable to find any example nor tutorial.
So, do anyone know about this? Thanks in advance
The Following 2 Users Say Thank You to uvatbc For This Useful Post: | ||
|
2010-10-22
, 06:30
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#5
|
|
2010-10-22
, 06:54
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#6
|
The Following 3 Users Say Thank You to twaelti For This Useful Post: | ||
|
2010-10-22
, 07:11
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#7
|
|
2010-10-22
, 07:32
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#8
|
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
2010-10-22
, 07:34
|
|
Posts: 135 |
Thanked: 375 times |
Joined on Mar 2010
@ Hong Kong
|
#9
|
Yay, thank you very much!
It looks that QtDBus is exactly what we need and looks also simplest. (I guess I was little confused with using dbus commands with QtDBus.)
If it won't work, I'll look at the others, but I would like to use simplest solution :3.
But I have one more question; do you know some reference, list of dbus commands? I tried Google, found many about SMS, making calls, setting profiles etc., but I also need detect when outgoing call occures and when call (in and also out) ends.
Thank you very much for your help
dbus-send --print-reply --dest=com.nokia.csd.Call /com org.freedesktop.DBus.Introspectable.Introspect
The Following 2 Users Say Thank You to benlau For This Useful Post: | ||
|
2010-10-22
, 07:50
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#10
|
MeeGo isn't using telepathy-ring, so I think you may have to use a different DBus path for it.
We are working on a new application, it has to be in C++ and it has to use Qt (it's not like I complain :3), so I can not use python solution. Our application needs to know when someone calls, when it's received, when it's refused, when call is started from users side and when it ends. And it have to work under Maemo and also under MeeGo. When I wrote "call" I mean "phone call", like in N900. I found that I should use QtDBus, Dbus or telepathy-ring, but I was unable to find any example nor tutorial.
So, do anyone know about this? Thanks in advance
Last edited by Laethnes; 2011-04-29 at 09:01.