Hi, It turns out that the latest Qt SDK came with Qt Mobility 1.0.1, which has this bug: http://bugreports.qt.nokia.com/browse/QTMOBILITY-360
It's the kind of thing that will cause dead code to hang applications. You have three options at this point - you can wait for us to get a fix out (watching the above bug will give you some idea how that's going) or if you want to get something working sooner you can use the 1.0.0 version or you can build Mobility from source. The 1.0.0 release is available here: http://get.qt.nokia.com/qt/solutions/qt-mobility-symbian-opensource-1.0.0.zip The source you are after is the 1.0 branch of the qt-mobility repository: http://qt.gitorious.org/qt-mobility/qt-mobility/commits/1.0 You probably need Symbian Signed to get Location capabilities, and I'm pretty sure you'd want to sign the new Mobility package with the superset of the capabilities that your application requires. Grabbing the 1.0.0 zip file is probably going to be a lot less hassle. Sorry for the inconvenience, Dave From: ext David Kaplan [mailto:[email protected]] Sent: Tuesday, 29 June 2010 1:57 PM To: Laing David (Nokia-D/Brisbane) Subject: Re: [Qt-mobility-feedback] Problem with Location API on E52 (3rd FP2) On 29 June 2010 06:17, <[email protected]<mailto:[email protected]>> wrote: Hi, Do you have any more details regarding the error that's occurring? What versions of Qt and Mobility do you have installed on the phone? Can you paste / attach / send-to pastebin.com<http://pastebin.com> the small sample app and the .pro file? Code: test1.pro<http://test1.pro> http://pastebin.com/bEKN1dWY mainwindow.h http://pastebin.com/s9Qs6Z2U mainwindow.cpp http://pastebin.com/r7XS1hSM And the error: Executable file: 7823 2010-06-29T06:03:32 C:\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\urel\test1.exe Package: 8380 2010-06-29T06:51:27 C:\Users\Kaplans\test1\test1.sis Deploying application to 'Nokia E52 USB (COM3)'... Copying installation file... Installing application... Could not install from package C:\Data\test1.sis on device: General OS-related error Finished. It happens if any reference to the Location API is compiled in (even if it's dead code). I think i've seen it when trying to compile in Sensor API code too. Regarding versions: I'm using the version of qt creator and qt mobility that comes with the Nokia Qt SDK download (the latest one - it's from June 23rd maybe?). One the phone is the mobility binary version that comes with it. Nothing different (other than the http://bugreports.qt.nokia.com/browse/QTSDK-98 fix).
_______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
