How can I check the current status of the GPS receiver? I already checked the LocationListener onStatusChanged method but somehow it seems that is not working,
Maybe it's the best possiblity to create a TimerTask that sets the received Location to a certain value (null?) regularly.
If a new value is received by the GPSListener it will update the location with the current data.