![]() |
2010-05-29
, 16:09
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#22
|
![]() |
2010-05-29
, 16:19
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#23
|
![]() |
2010-05-29
, 16:22
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#24
|
So, any idea why my app doesn't run? Why can't it find libQtMedia.so.1 on the device?
![]() |
2010-05-29
, 16:33
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#26
|
undefined symbol: _ZN10QtMobility12QVideoWidgetC1EP7QWidget
![]() |
2010-05-29
, 16:36
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#27
|
![]() |
2010-05-29
, 17:06
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#28
|
![]() |
2010-05-31
, 05:47
|
Posts: 3 |
Thanked: 0 times |
Joined on May 2010
|
#29
|
![]() |
2010-06-01
, 08:21
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#30
|
Despite Qt Mobility 1.0.0 version is released, it seems, that it is still changing even in it's interface usable parts. For example: in qt docs for contacts API "progress" signal is present for class QContactFetchRequest, but in libraries for PR1.2 (libqtm-*), and in MADDE 0.6.72 there is no such signal, and instead "resultsAvailable" signal is present with different signature.
And I have a question for those, who know: I want to enumerate all contacts in my N900 (using "maemo5" contact manager), but that manager returns me not all contacts (I'm not using any filter), but only those with skype information and some of them are even without display lable ("No name" is returned). Total count of returned QContact objects: 10 (real number of contacts is about 30-40). At the same time Qt mobility examples (if I install them onto my n900 with PR1.2) work perfectly (phonebook example) and shows all contacts (in wrong encoding, but that is not the point). So I can't get what I'm doing wrong... My appilcation is run under mad developer. Could it be a limitation of mad developer itself for any deploying application under development?
The Following User Says Thank You to danielwilms For This Useful Post: | ||
Or maybe just install qt-mobility-examples?
Thanks