4.8 fix for GPS Week Rollover

usa710 days ago

not sure if I should have added this under other threads? If so? I am sorry for not getting this Not correct!!!

as it appears most are talking about fix on the current traccar version, where mine is the old 4.8, can anyone be kind enough to help me what to add and where? what files i need to edit or change? I know I am possibly going to be told to download the latest version with the fix added. I am afraid that I have to convert the database and I like 4.8. any help would be very nice. Thank you

Anton Tananaev10 days ago

You can look at the fix in the current version and try to backport it.

usa710 days ago

Anton Thank you for your reply, I have looked at

https://www.traccar.org/forums/topic/gps-week-rollover-affecting-t800x-and-some-gt02-dates-show-2006-temporary-decoder-workaround/

and read all thread, with this fix being for recent version? I am not sure where to add in my old version?

Anton Tananaev10 days ago

You have to look at the source code changes, not a forum thread.

usa710 days ago

I did and downloaded
MainModule.java
MxtProtocolDEcoder.Java
TimeHandler.java
TimeHandlerTest.java

with the fix added

downloaded from here

was going backup my server and replace my files with the above?

Tho could not find the above in my 4.8

Anton Tananaev10 days ago

It doesn't work like that. You have to apply the source code diff, not simply copy files.

usa79 days ago

Thank you Anton for further information,

would you kindly tell me what I need to do on 4.8 as seems all information based on current version

Anton Tananaev9 days ago

I already told you exactly what needs to be done.