March 27th, 2007

A couple of product support no-brainers

As a software developer, I don’t like to write help files/documentation/etc. As a picky reader, I also can’t help but spot typos in other people’s writing (but not in my own, apparently!), broken English (like instructions written by people for whom English is clearly not their primary language), and statements that brought to mind a big, fat, “DUH!” when I read them.

Here are a couple of the latter, no-brainer “DUH” types, with my comments below.

Why does my Cingular 8525 not turn on? The power might be off or the battery might not be charged.
– Oh, it won’t turn ON because it’s OFF.. thanks for the insight!

Changes made from version 2.2 to 2.2.1: Changed the software version number from 2.2.0.4 to 2.2.1.0
– Wow, that’s a *much* better version number. I hope they can implement a similar feature in the next version, too!

October 9th, 2006

Garmin eTrex GPS - Active Track vs. Saved Tracks

I’ve got a Garmin eTrex GPS receiver — one of the cheapest, simplest units I could find, and I’ve been using it to record the routes that I drive for about a year now.

Previously, I would turn the GPS on, wait for it to find satellites and be ready, then make my trip. iI have the track recording feature on, recording every ~54ft or so (some decimal fraction of a mile.. I guess that would be 0.01 miles). Eventually, when the “active track” log was getting full (since it shows percentage full), I would download the data to my computer and save in two formats (to be safe): G7T (because i was using the program, G7ToWin), and GPX (because Google Earth can read that). Those data files contained coordinates and time at each 0.01 mile point. So, given the right parser, I can analyze those files later, to gather stats on my trips from one point to another.

What I discovered recently, though, is that a recent change in my track recording procedure was flawed. When I import my GPX file into Google Earth, it draws the active track, which may be a combination of 5-15 different actual trips, recorded on different days, etc. It reads it as just 1 track, and the playback feature in Google Earth is not very configurable, so I had to start with the very first point in the track, and play until the point I cared about. Also, I kept filling up my active track log, because I procrastinated downloading.

So, I tried using the ‘Save Track’ feature in the GPS. At the beginning of each trip, I would clear the active track log, resetting the space usage to 0%. Then, when I reached my destination, I would save the track, which was (in theory) associating all of that data with a named track. Then, next time I drove, I would reset the active track (but my saved one would still be there, saved), and record again. Then I’d save that when I reached the destination, etc. Eventually, when I ran out of saved track slots, I had to download them all, then delete them all from the GPS to clear it out.

The saved tracks provided separation between trips, so in Google Earth I could play back a single trip easily. But, apparently, saving the track only saves the location info, NOT that datetime stamps. That’s what I just learned the hard way… and that’s half of what I care about.

So, no more saving tracks for me, unless I specifically only care about location data, and timestamps don’t matter. Active tracks only. I have to just download every couple days, I guess. Stay on top of it. At least my data will be more useful to me, then.