traccar / traccar-client-android

Traccar Client for Android
https://www.traccar.org/client
Apache License 2.0
665 stars 736 forks source link

[Feature request] GPS rollover #414

Closed Valdnet closed 2 years ago

Valdnet commented 4 years ago

I suggest you implement GPS time correction for older devices. I think Traccar users would be grateful.

Developers in PhoneTrack Android have already done this: squash! fixup! Handle timestamp from buggy GPS sensors. Description of the problem: GPS reports wrong time when affected by GPS week rollover

skaa commented 4 years ago

I have similar problem with my old android phone.

tananaev commented 4 years ago

There's a server side configuration you can do to use server time.

skaa commented 4 years ago

Can you help me with this? I don't see any suitable option in https://www.traccar.org/configuration-file/. My positions db table: http://prntscr.com/ucs1vq (ID, PROTOCOL, DEVICEID, SERVERTIME, DEVICETIME, FIXTIME, VALID).

tananaev commented 4 years ago

https://www.traccar.org/forums/topic/gps-week-number-rollover-corrections/

Valdnet commented 4 years ago

There's a server side configuration you can do to use server time.

@tananaev What to do if you are using a device tracking instance other than the Traccar Server?