delete libqt4-maemo5, now libqt is finger usable...
[googlelatitude] / src / gps.cpp
index cf55ed0..99080f9 100644 (file)
@@ -44,8 +44,7 @@ void GpsMaemo5_changed(LocationGPSDevice *device, GpsMaemo5 *gps) {
 
             if ( gps->usegps == 0) {
                 emit gps->getOK_acwp();
-                // if ( gps->accuracy < 100*1000 ) gps->stop();
-                if ( gps->accuracy < 640*1000 ) gps->stop();
+                if ( gps->accuracy < 10*1000 ) gps->stop();
             } else if ( gps->usegps == 1 ) {
                 emit gps->getOK_agnss();
                 // if ( device->satellites_in_use > 0 ) gps->stop();