Active Topics

 


Reply
Thread Tools
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#11
Code:
 #include <QContactManager>
__________________
aspidites | blog | aspidites@inbox.com
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#12
Originally Posted by aspidites View Post
Code:
 #include <QContactManager>
I have done that, in the CPP file, If I hover above it with the mouse, it even shows me the correct path to the file.
Then when I try to create an object :

QContactManager *myManager;

there is no "intellisense" or completion, it does not recognize what I am doing.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#13
I am at the point where I am willing to give whoever is willing to help access via team viewer (; Any takers?
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
Posts: 12 | Thanked: 12 times | Joined on Apr 2010 @ Berlin
#14
Have you added mobility APIs to be used in the .pro file?
Usually the way you do it is:
Code:
CONFIG += mobility
MOBILITY += <your lib to use>
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#15
Originally Posted by mauricek View Post
Have you added mobility APIs to be used in the .pro file?
Usually the way you do it is:
Code:
CONFIG += mobility
MOBILITY += <your lib to use>
From my pro file :

Code:
CONFIG += mobility
MOBILITY =
What exactly should I be writing afert "MOBILITY = " ?
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#16
I have solved my problem.

Was missing this in my CPP :

using namespace QtMobility;
SIgh.

Edit : Thanks to all those who tried to help me!
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following User Says Thank You to eitama For This Useful Post:
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#17
Well, I maybe solved that problem, but I have a new one!

The N900 returns "memory" as it's available contact manager.
When I query it for contacts, no matter what I do, It returns an empy list.
So I just can't reach the contacts. This is frustrating.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#18
Bump!

Anyone managed to get contacts using Qt Mobility so far?
If so, I would be thrilled to get some examples!
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
Posts: 1 | Thanked: 0 times | Joined on Sep 2010
#19
Are you still looking for this??

I tried retrieving contacts using Qt mobility and am able to get the list. I run the code with Nokia Qt SDK and got all contacts that are there in simulator. So if you are still looking for this, perhaps, I can help you in this regard .

--
Kiran Kumar

Originally Posted by eitama View Post
Bump!

Anyone managed to get contacts using Qt Mobility so far?
If so, I would be thrilled to get some examples!
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#20
Originally Posted by Kiran.Kumar View Post
Are you still looking for this??

I tried retrieving contacts using Qt mobility and am able to get the list. I run the code with Nokia Qt SDK and got all contacts that are there in simulator. So if you are still looking for this, perhaps, I can help you in this regard .

--
Kiran Kumar
Aye solved it,
Thanks buddy! all the code I used is downloadable from the package page of horizontal-call (in my sig).

It did work in the simulator for me as well, but not on the phone.
I think a release of a newer qtmobility version fixed it eventually.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:09.