I'm using Qt/QML to create a location based meego app. My app has failed QA bcoz GPS is still on even after i call the positionSource.stop() method.
I'm using Qt/QML to create a location based meego app. My app has failed QA bcoz GPS is still on even after i call the positionSource.stop() method.
Do you use GPS from QML or C++ ? If the first than see this, you have to set "active: false" in Component.onDestruction for example.
If you are using C++, than you have to: positionSource->stopUpdates() and QObject::disconnect() to stop updating GPS position.
I'm using GPS from QML. I have a button which when clicked i set positionsource "active:false" but the app fails QA ostensibly bcoz GPS is still on.
So you have to contact them, I had a similar problem and I contacted them with a mail.