Monday
Jan122009
Update on OSX GPS Logging Software
Monday, January 12, 2009 at 13:31
It's been a while since I used the MTK software for getting GPS logs from my QStarz GPS BT Q1000 travel recorder. This weekend I was surprised to see that the developpers had updated the application interface (among other things). The new version is a JAVA applet, which can be installed in your Applications folder, or it can be run online ('no' installation required).
No installation is not entirely correct, because you still need the USB drivers AND you need to create a directory and set certain filesystem rights.
In short:
- Install the required USB drivers for OSX
- Create the required directory by entering the following commands in the Terminal.app
sudo mkdir /var/lock
sudo chmod 777 /var/lock
It's possible that there's a prompt for an admin password.
- Run the Application (or install it).
You need to trust the signed JAVA application. If you don't, the application will not run. - Launch the application and switch the GPS logger on (log-mode)
- Press connect, and you're good to go.
I'm definitely looking forward to the maps integration (development version only at this moment).