Showing results 1 to 9 of 9 @ 0.00 seconds. Search: Posts Made By: prklic
Forum: Development 2010-11-16, 06:34
Replies: 2
Views: 1,452
Posted By prklic
Forum: Development 2010-11-04, 06:54
Replies: 2
Views: 1,452
Posted By prklic
How can I change incoming call number over D-Bus + Qt or C++?

Hello all,
I want change incoming "call number" over D-Bus and Qt, C++. Example: Incoming call is from 123456789 and I want see in call-ui number 111111111. How is it done? Any idea?
Forum: Development 2010-04-27, 21:42
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

You try use:
bus.connect("com.nokia.csd.Call", "/com/nokia/csd/call/1", "com.nokia.csd.Call.Instance", "AudioConnect", this, SLOT(handleCall(const QDBusMessage&)));
Forum: Development 2010-04-25, 12:38
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

Thanks for the kind. It works :). You can use for get the callnumber:

QList<QVariant> lst = msg.arguments();
QVAriant var;
foreach(var, lst)
{
SetText(var.toString());
}
Forum: Development 2010-04-23, 05:31
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

I want something like http://maemocentral.com/2010/02/22/how-to-block-unwanted-callers-on-the-n900/ in Python but in Qt. Accordingly connect to signal "Comit". I think that signal name is OK, but...
Forum: Development 2010-04-22, 22:14
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

Does not work. I think, that the signal "Coming" is processed via maemo application and don't next.
Forum: Development 2010-04-22, 21:18
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

I want display call number, but if I'm add QLabel created in main function, to MyClass, doesn't work.
Forum: Development 2010-04-22, 20:55
Replies: 14
Views: 6,612
Posted By prklic
Re: QDBus and connect to com.nokia.csd.Call

Hi,
I'm try it, but not help :( .
Forum: Development 2010-04-22, 06:45
Replies: 14
Views: 6,612
Posted By prklic
Problem: QDBus and connect to com.nokia.csd.Call

Hello all,
I'm started develop one application which use Qt, QDBus for display incoming call. I try connect to com.nokia.csd.Call via QDBusConnection. This connection is OK, I receive TRUE. But if I...
Showing results 1 to 9 of 9



 
Forum Jump

All times are GMT. The time now is 11:46.