alidiepuit / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Bad date in GPX on Samsung i5700 Galaxy Spica #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
in every new track in GPX file the tag <time> startes from date/time 1. 1. 
1970 0:00 instead of current date/time.
It happens on Samsung i5700 Galaxy Spica, Android 1.5
VK

Original issue reported on code.google.com by vaclav.k...@gmail.com on 4 Jun 2010 at 8:15

GoogleCodeExporter commented 9 years ago
That's odd... Can you attach a sample GPX file to this issue please ? Thanks.

Original comment by nguillau...@gmail.com on 5 Jun 2010 at 6:31

GoogleCodeExporter commented 9 years ago
Here is.

Original comment by vaclav.k...@gmail.com on 7 Jun 2010 at 9:11

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks.

It seems that the GPS chip embedded into Samsung Galaxy Spica is unable to 
report timestamp information, see 
http://sportypal.wordpress.com/2010/01/27/samsung-galaxy-spica-users/ and 
http://androidforums.com/samsung-galaxy-lite/55888-gps-problem-spica.html

It requires to code a workaround to use the OS timestamp instead of the GPS 
chip one on these device. Shouldn't be too difficult.

Original comment by nguillau...@gmail.com on 8 Jun 2010 at 8:27

GoogleCodeExporter commented 9 years ago
I just fixed it by adding a setting to use phone clock instead of GPS clock. It 
will maybe have unexpected side effects on the timezone of the timestamps as 
the GPS timezone seems to be different than the device one, at least on the 
dev. emulator...

It will be available in the next release.

Original comment by nguillau...@gmail.com on 15 Jun 2010 at 9:37