Booklet GPS Tracker

License for this file and the software: CC-BY-SA 3.0 - DE

Sadly, the Nokia Booklet 3G GPS device comes without any appropriate software, except the small "widget"-map. All tries, to get a standard-GPS software running failed for me. So I've started to explore the GPS device on this in - all other belongings - great netbook to see if I can make more out of it. I'm not an expert in hardware-programming nor GPS, but after I've found out, that the NMEA (raw) GPS data is available on the serial port I could not hold myself and started a small project to take advantage out of this.

I've created a small Java Application that gives  you full control of the GPS device. (sorry, maybe Java is not the optimal language for such stuff, but I'm familiar with it and hey - it works!)

Screenshot

What does it do?

How to install

  1. Install Java, you'll get that at java.com
  2. Install the DLL's from rxtx:
    1. Download this file and unzip it: http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip
    2. Follow those installation instructions: http://rxtx.qbang.org/wiki/index.php/Installation_for_Windows
  3. Download this ZIP-file and unzip it to a folder of your choice (maybe "Programs")

How to run

  1. Make sure the "3G"-device on your Booklet is activated. For any reasons this is necessary for the GPS-device to be working.
  2. Doubleclick on the BookletGPS.jar file to start it (or using the command line "java -jar BookletGPS.jar").
  3. A Tray icon with a satellite antenna will appear in your Tray.

Functions

Outcoming files

All files are located in your user-home, which is  for me: c:\Users\Andi
gps_data.nmea: the raw NMEA data.
gps_earth.kml: this file contains the current position and track, ready to be used by google earth as "Network link". Open google earth and include it as network-link. You can determine by yourself how often this will update. This file will be reset each time you restart the application, not when you just pause it.
placemarks.kml: This file stores all Placemarks you create. Its perfect to be opened in google earth, but can by used by many other applications too.

If you like the software or have any problems, please contact me using twitter: @andizottmann is my name!