Ticket #10 (closed defect: fixed)
Sometimes no new locations are provided
| Reported by: | saua | Owned by: | saua |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Component: | MIDlet | Version: | |
| Keywords: | Cc: |
Description
Sometimes the Phone (Blackberry 8800) seems to stop sending new location information, even though GPS reception should be ok. Chaning the updateInterval usually fixes it, probably because setLocationListener() is called again. We should check for this condition and try re-setting this automagically.
Change History
comment:2 Changed 6 years ago by saua
- Status changed from new to assigned
There's an article describing the problem at blackberry.com:
comment:4 Changed 6 years ago by saua
There have been reports that external pucks suffer from a similar problem, where they fail to reconnect at all. I don't know if that's the same issue and (more importantly) if the fix is the same, but I'm planning to release such a fix in the next days as well, so I'd appreciate if you tested that.
GPSTracker (which uses the Bluetooth API to talk to external GPS pucks) seems not to suffer from this problem. If the fix-to-be for this issue doesn't fix the problem with external GPS pucks, then the EMEA parser of GPSTracker might be worth porting to bbTracker.
see http://www.blackberryforums.com/gps-mapping/90246-gps-data-logging-programs.html for some information.