Prepare for ovi store
[googlelatitude] / liblatitudeupdater / gpscontrol.cpp
index 2b900c9..7b9addd 100644 (file)
@@ -13,7 +13,7 @@ GpsControl::GpsControl(QObject *parent) :
     GpsTimeout.setSingleShot(true);
     GpsInterval.setSingleShot(true);
 
     GpsTimeout.setSingleShot(true);
     GpsInterval.setSingleShot(true);
 
-    setPositioningMethod(GpsSettings.value("gps_method", "cell").toString());
+    setPositioningMethod(GpsSettings.value("gps_method", "all").toString());
     setTimeOut(GpsSettings.value("gps_timeout", 60).toInt());
     setInterval(GpsSettings.value("gps_interval", 15*60).toInt());
 
     setTimeOut(GpsSettings.value("gps_timeout", 60).toInt());
     setInterval(GpsSettings.value("gps_interval", 15*60).toInt());