![]() |
2010-06-02
, 09:56
|
Posts: 80 |
Thanked: 53 times |
Joined on Feb 2010
@ Berlin, Germany
|
#32
|
![]() |
2010-06-02
, 10:07
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#33
|
![]() |
2010-06-02
, 10:22
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#34
|
I start my app on device, using mad developer program. And it returns me only 10 contacts, instead of 30-40 (don't remember exact number). Then I tried to install qt mobility examples (devel-extras, if i'm not mistaken). It installed a lot of example applications, and I found phonebook example among them. It shows all contacts (in wrong encoding, but that is not a big problem), that I have. How can that be?
P.S. thanks for the link to final Qt Mobility documentation!
The Following 4 Users Say Thank You to gri For This Useful Post: | ||
![]() |
2010-06-02
, 10:25
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#35
|
If you followed the instructions of the wiki, your MADDE starts the program as "developer" on the phone. This user has its own contacts and can only see those with skype enabled which belong to the normal "user".
![]() |
2010-06-02
, 10:38
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#36
|
Thought about it at first too, but mad-developer executes the program as user, even though it uses "developer" to login over ssh to it.
Daniel
#include <QtGui/QApplication> #include <QtCore/QDir> int main(int argc, char *argv[]) { QApplication app(argc, argv); QByteArray homePath = QDir::homePath().toUtf8(); printf("Home Path: %s\n", homePath.constData()); return 0; }
![]() |
2010-06-02
, 10:43
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#37
|
![]() |
2010-06-02
, 11:00
|
Posts: 3 |
Thanked: 0 times |
Joined on May 2010
|
#38
|
![]() |
2010-06-02
, 12:24
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#39
|
gri, thanks, I think that's the point! I'll check it, but later( when'll come home).
How that should be done?
The Following User Says Thank You to gri For This Useful Post: | ||
![]() |
2010-06-07
, 14:44
|
Posts: 124 |
Thanked: 10 times |
Joined on Jan 2007
@ Italy
|
#40
|
If you followed the instructions of the wiki, your MADDE starts the program as "developer" on the phone. This user has its own contacts and can only see those with skype enabled which belong to the normal "user".
You have to enable ssh login for the "user" with public key authentication - and everything works well.
P.S. thanks for the link to final Qt Mobility documentation!