Hi I ported the actual project code I'm working on from Symbian to Linux. On Linux I created a bunch of shared libraries from the Symbian code. Now that I ported the code back to Symbian as a set of DLLs I wanted to use the latest version of Qt and Qt-Mobility. I'll build against the beta version of Qt-Mobility 1.1 for now.
Thanks ----- Original Message ---- From: "[email protected]" <[email protected]> To: [email protected]; [email protected] Sent: Mon, October 25, 2010 10:43:41 PM Subject: RE: [Qt-mobility-feedback] Nokia Developer Certificate with Symbian QtMobility - GPS device not working Hi Jim, >-----Original Message----- >From: [email protected] [mailto:qt-mobility- >[email protected]] On Behalf Of ext Jim Smith >Sent: Saturday, 23 October 2010 4:03 AM >To: [email protected] >Subject: [Qt-mobility-feedback] Nokia Developer Certificate with Symbian >QtMobility - GPS device not working > >Hi, > >I'm using a Nokia Developer Certificate and working in Carbide 2.3 with >Qt 4.7 >and Qt-Mobility 1.0.2. A simple demonstration program using > >QGeoPositionInfoSource isn't turning on the GPS device. I'm running the >program >on the N97. > >Is something missing here? At first glance there is nothing out of the ordinary in your code. The only point I could make is related to the Qt version. Mobility 1.0.2 was based on Qt 4.6.3. Mobility 1.0.2 doesn't even compile with Qt 4.7 as 4.7 moved on after the 1.0.2 release. It is unlikely that we are going to redistribute Mobility 1.0 using Qt 4.7. The preferred way going forward is to use Mobility 1.1 once you make the shift to 4.7. The official combinations are: Mobility 1.0.x -> using Qt 4.6.3 Mobility 1.1 -> using Qt 4.7 (about to be released) >I'm using S60 5th Edition. I have apps using the gps device with the >previous >Qt versions but there's no gps activation when I run this program. Is >there >anything missing here? Are you saying that it doesn't even work using Qt 4.6.3? -- Alex P.S. There is a small chance for a null pointer crash in your application. QGeoPositionInfoSource::createDefaultSource(parent) may return a null pointer in some cases. _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
