GpsLogger

App Image

 Download Latest Version 

This application uses:
Buglocate Bugview 
   October 3rd, 2007   ·   5640 views  /  5258 downloads

Admin Administrators: Bug Labs teamfinsprings
Collaborator Collaborators: Bug Labs teamjconnolly

Category: Productivity    Maturity: Stable    API version: not specified
Tags: gps  LCD 

It seem like the google map tile urls this app used are no longer valid.

Check out GpsLogger_1.1 by Koolatron. It’s a much prettier version of this app.



v1.0.5 – Jan 11, 2009

Ran on an actual bug with R1.4RC on it. Moved start position logic out of start() and folded it into update(); made update() cope with getting a null Position back.


v1.0.5 – Feb 29, 2008

Actually updated to use the updated version of IPositionProvider.getLatitudeLongitude (used to be typo’d in the SDK version that was out when I wrote GpsLogger).


v1.0.4:
Updated for latlon typo fix in new SDK.


v1.0.3:
Added call to OSGI ServiceTracker.close() in MyActivator.stop().


v1.0.2:
No new functionality, but I refactored the code so it should be clearer to follow. I also added a lot of javadoc to hopefully explain what’s going on. I made a util package to put the purloined Google Tile stuff into, as well as the PositionHelper class that I wrote. This keeps the main gpslogger package tidy.


v1.0.1:
I added in the GPS tile code (thanks Angel) so you can see where you are on your route. I also made some sample GPS log files available:

You can use these or make your own; see this post in the forums.



v1.0.0:
A very simple test application that makes use of the GPS and LCD modules. It displays a start position, current position, distance travelled and Google Maps tile, updated every 3 seconds. You can’t yet start or stop and it doesn’t show you a map or a history of your route or anything yet either. So the name is a bit of a misnomer at this point, since it doesn’t log anything yet, but the idea would be that it would save your route for later perusal.


Download Download Latest Version

Version Date Uploaded by Notes  
Version 10 January 12th, 2009 finsprings  Wrapped position.getLatitudeLongitude() call in try/catch for additional safety (was just... (more) Wrapped position.getLatitudeLongitude() call in try/catch for additional safety (was just checking for null in last version). (collapse) download
Version 9 January 12th, 2009 finsprings  Removed the get-position stuff from start() and just made update()... (more) Removed the get-position stuff from start() and just made update() set the start position the first time it gets a fix. Made update() cope with getting a null Position back without barfing. (collapse) download
Version 8 February 29th, 2008 finsprings  (more) (collapse) download
Version 7 November 8th, 2007 finsprings  (more) (collapse) download
Version 6 October 13th, 2007 finsprings  (more) (collapse) download
Version 5 October 12th, 2007 finsprings  (more) (collapse) download
Version 4 October 8th, 2007 finsprings  (more) (collapse) download
Version 3 October 8th, 2007 finsprings  (more) (collapse) download
Version 2 October 8th, 2007 finsprings  (more) (collapse) download
Version 1 October 3rd, 2007 finsprings  (more) (collapse) download

This application is licensed under the MIT license agreements.

Viewing GpsLogger   Link

1 Comment

Comment_icon Login to add comment

aroman

Bug Labs teamaroman said on October 4th, 2007 12:31:01 PM

Great Job with the first community app!