Попробуйте этот код,
LocationManager locationManager =(LocationManager) getSystemService(Context.LOCATION_SERVICE);
locationManager.requestLocationUpdates(
LocationManager.GPS_PROVIDER, WLConstants.DELAY_HOUR, gpsl
.getMinDistance(), gpsl);
и для остановки GPS попробуйте
locationManager.removeUpdates(gpsl);
Дайте это после полного периода времени.