[maemo-developers] Fwd: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
From: Naresh Mehta nareshtechs at gmail.comDate: Wed Aug 4 16:28:26 EEST 2010
- Previous message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Next message: Open letter of support for Python on the Maemo/MeeGo platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sorry. Forgot to copy the group. BR; Naresh ---------- Forwarded message ---------- From: Naresh Mehta <nareshtechs at gmail.com> Date: Wed, Aug 4, 2010 at 3:27 PM Subject: Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2 To: Felipe Crochik <felipe at crochik.com> > It should not. I have successfully mapped to (const QDBusMessage&) before. > Why is your first argument an empty string? > That was just a test code. I also tried it with com.nokia.csd.Call. But it is still failing. > Also you may want to map to the 3 bools because you will get the signal > several times for any given call and I assume you just want to process once > when the "call is answered" and you can then send the dtmf tones. (in a > nutshell you want to only start sending the dtmf when the first bool is > true) > Yes. My sendDTMF() function is generic and does the parsing, etc. The problem is that the connect is failing. I also tried pasting your code and using QDBusConnection::SystemBus() directly. But it is still failing. My other DBus methods works, only the connect is failing. Further ideas would be of great help. If you can pull the source from the repository and see what the error might be, it would be great. This is the only obstacle to get my application complete. Does the application need signing or additional priviledges to get such connections? BR; Naresh > Felipe > > > > -----Original Message----- > From: Naresh Mehta [mailto:nareshtechs at gmail.com] > Sent: Wednesday, August 04, 2010 9:04 AM > To: Felipe Crochik > Subject: Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance > in Fremantle PR 1.2 > > Hi Felipe, > >> I am not sure what mDBusUtility.getConnection() does but I know this > works: >> > it returns the QDBusConnection::SystemBus(). Basically is same. > >> QDBusConnection::systemBus().connect("com.nokia.csd.Call", >> "/com/nokia/csd/call/1", "com.nokia.csd.Call.Instance", "AudioConnect", >> this, SLOT(audioConnect(bool,bool,bool)); >> > The difference that I see in your code is that you have used the 3 > bool parameters in your slot whereas I am using a const QDBusMessage&. > Can that be an issue? Let me try with the 3 bools and see. > > BR; Naresh > > >> Felipe >> >> >> >> >> -----Original Message----- >> From: maemo-developers-bounces at maemo.org >> [mailto:maemo-developers-bounces at maemo.org] On Behalf Of Naresh Mehta >> Sent: Wednesday, August 04, 2010 8:33 AM >> To: maemo-developers at maemo.org >> Subject: QDBusConnection.connect failing for com.nokia.csd.Call.Instance > in >> Fremantle PR 1.2 >> >> Dear All, >> >> I have been developing a QT application for Maemo known as Conference >> Manager. The code is hosted at >> https://garage.maemo.org/projects/confmgr. I am facing a problem with >> connecting to the com.nokia.csd.Call.Instance interface. I want to >> know when my dialed call is answered. I have looked at both CallStatus >> and AudioConnect members but my QDBusConnection.connect method returns >> false. I don't know why. I have gone through all the previous postings >> and tried to duplicate the code but still it does not work for me. >> >> I don't know if this is a problem with process permissions? I am >> pasting the code snippet below. I have tried various alternatives but >> my connect method is still failing (returning a false status). Any >> help would be greatly appreciated. The full source is available in the >> git project above. Eagerly waiting for a revelation. >> >> QDBusConnection connection = mDBusUtility.getConnection(); >> bool status = connection.connect(QString(""), CSD_CALL_INSTANCE_PATH, >> CSD_CALL_INSTANCE_INTERFACE, >> QString("AudioConnect"),this, SLOT(sendDTMF(const > QDBusMessage&))); >> >> if(!status) >> { >> qDebug() << "Failed to connect to Dbus signal AudioConnect in >> interface "<< CSD_CALL_INSTANCE_INTERFACE; >> QString error = "DBus Error: " + mDBusUtility.getErrorMessage(); >> 92 mDBusUtility.displayNotification(error); >> } >> >> -- >> >> BR; Naresh >> >> visit me at: >> http://www.naresh.se/ >> _______________________________________________ >> maemo-developers mailing list >> maemo-developers at maemo.org >> https://lists.maemo.org/mailman/listinfo/maemo-developers >> >> > > -- BR; Naresh visit me at: http://www.naresh.se/ -- BR; Naresh visit me at: http://www.naresh.se/
- Previous message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Next message: Open letter of support for Python on the Maemo/MeeGo platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]