Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Bob Jelica
In QML you should use PositionSource element. Check it’s ”start()” and ”stop()” methods. //bob On 01 Jan 2014, at 01:05, Caliste Damien dcali...@free.fr wrote: Hello, Now that I received my device, I can test Mæp for real. That's great. It's an app that uses the GPS. If Jolla's map

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Caliste Damien
Hello, Le mercredi 01 janvier 2014, Bob Jelica a écrit : In QML you should use PositionSource element. Check it’s ”start()” and ”stop()” methods. I feel a bit stupid, I tried my app first without anything, and I got no GPS. Then I run the map app, accept the licence and then run my app, which

[SailfishDevel] How to activate GPS on device

2013-12-31 Thread Caliste Damien
Hello, Now that I received my device, I can test Mæp for real. That's great. It's an app that uses the GPS. If Jolla's map app is running the GPS is activated and my application can use it also (I use QtPositioning in C++, the QGeoPositioningInfoSource class), it works well. But if the map