im using necessitas 3.X base on qt 4.8.0 32 bit MINISTRO 2 VERSION 9.6 My Program doesn't have any problem nor on tablets (brand: Samsung Company) neither on Android (version 2_4.3 ) But I have problems with asus fonepad while downloading MINIStRO.actually it illustrates this "error messege" : "can not satisfy your application's dependencies" Although I'm using ministro configuratin,I can not solve this problem! furtheremore, I also have enought free space in my tablet.
Asked
Active
Viewed 1,050 times
1
-
1Can you show your resources xml? Also, I would encourage to upgrade to Qt 5. Things will look lotta better. – László Papp Jan 04 '14 at 14:38
-
Can not use gps and qt mobility in qt 5.2 . asus fonepad proccessor INTEL ATOM X86 – user2110524 Jan 04 '14 at 15:01
-
Mobility mostly has better alternative in Qt 5 AFAIK, either way, please paste the android lib xml. Mobility is not well supported in the Necessaitas project, including Ministro. See the following open report for details: http://sourceforge.net/p/necessitas/tickets/104/ What happens if you make a test without mobility (and/or QtMultiMedia)? – László Papp Jan 04 '14 at 15:03
-
- QtCore
- QtGui
- QtNetwork
- QtSql
- QtLocation
- QtSystemInfo
- QtXml
-
I would try to remove QtLocation and QtSystemInfo (and the relevant code for sure) to see if the error goes away. – László Papp Jan 04 '14 at 15:20
-
can not remove QtLocation and QtSystemInfo beacuse use in my app – user2110524 Jan 04 '14 at 15:29
-
That is why I wrote for _testing_. – László Papp Jan 04 '14 at 15:30
-
So, please provide that information, and make sure you go not get the old xml, so I would try to remove it before the experiment to get it regenerated. – László Papp Jan 04 '14 at 16:25
-
Did you make sure it is not a network problem? Also, which device is this? – László Papp Jan 04 '14 at 16:30
-
step1 : remove QtLocation and QtSystemInfo step2:Deploy For Android With Necesitas 3.X Step3: When Download Lib Error Message : "can not satisfy your application's dependencies – user2110524 Jan 05 '14 at 09:10
-
How To Deploy my app For android(QT 5.2) with gps ? – user2110524 Jan 05 '14 at 09:14
-
It really is hard to tell without more concrete information... – László Papp Jan 05 '14 at 09:15
-
asus fonepad proccessor INTEL ATOM X86. necessitas can to support the inte Atom processor? – user2110524 Jan 05 '14 at 09:19
-
network : test;Galaxy p3100 :test;samsung note3 :test; – user2110524 Jan 05 '14 at 09:23
1 Answers
1
Based on the KDE wiki page below, it seems that the Necessitas project has not finished the support for x86. It is possible it will not be finished any soon either since BogDan (the maintainer behind) and other contributors are working on Qt 5 these days.
In general, you should port away from QtMobility towards Qt 5.2 and on. There is a QtLocation add-on module in its repository. The porting should be more or less smooth.

László Papp
- 51,870
- 39
- 111
- 135
-
My app Run In x86 system when use qt 5.2 , but can not use gps? qt 5.2 can not support gps – user2110524 Jan 05 '14 at 10:18
-
1I am afraid, you are wrong: Qt 5.2 does support GPS with QtLocation. Even if it was not, you could not use Ministro as per answer and KDE wiki. – László Papp Jan 05 '14 at 10:20
-
-
See the examples in the module... But this has nothing to do with your original question. Please stick to one question per thread. – László Papp Jan 05 '14 at 11:22
-
@user2110524: why do you stop replying to the people who are trying to help with this? :) – László Papp Jan 08 '14 at 12:56
-
My problem Is Fix . Im Using Qt 5.2 . necessitas can not support x86 system – user2110524 Jan 10 '14 at 16:34