Fixed a force close for non-english/swedish devices.
Fixed a force close for non-english/swedish devices.
This entry was posted on May 23, 2010, 7:46 pm and is filed under Android, Offline Logger. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
#1 by Dave McLeary on June 18, 2010 - 11:05 am
Hi Erik
Firstly, thanks for the logger application. Really simple and it seems to work well.
I’ve tried to import the GPX files into Zone Five sportstrack and it errored.
Looked into it and it seems because there are a few things in the 1.1 version of the GPX spec which are different.
First, version needs to be 1.1. Second ele needs to appear before time in the trkpt elements. Third extensions need to appear after the trk element.
Finally, speed isn’t in the 1.1 schema so you’ll need an extended schema to support it.
Dave
#2 by Erik Karlsson on June 18, 2010 - 11:12 am
Thanks alot for the feedback, I will look into the gpx format issue. I’ve only tested with google earth and robogeo where it works fine, but ofcourse it will have to follow specifications to work as expected with all programs.
#3 by Erik Karlsson on August 20, 2010 - 5:35 pm
Allright, I’ll dig into the GPX Schema validation issue now.