Skip to content

FrankBijnen/SetTripsToSaved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SetTripsToSaved

Fix XT(2) Routing

Background

The motorcycle navigation units from Garmin, the zumo® XT and XT2, are great units. But their routing is not always appreciated, this holds true especially for trips imported from an external program like Basecamp or MyRoute App. Trips saved on the XT(2) itself behave better. The programs in this repository can change a trip from imported to saved, thereby fixing the routing.

More info can be found:
https://www.zumouserforums.co.uk/viewtopic.php?t=2301

There is also an online version that can be found here (That source code is not part of this repository):
https://www.javawa.nl/triprepair.html

The code

Java

The Java code can be compiled with Eclipse. https://www.eclipse.org The generated .jar can be used on Windows, Linux and Mac. This version can also be found on Zumo User Forums

Delphi

The Delphi version can only be used on Windows, but it has advantages over the Java version. It can be compiled with the (free) Delphi Community Edition. https://www.embarcadero.com/products/delphi/starter

  • It has a Graphical User Interface (GUI). No need for typing commands.
  • It shows more info.
  • It can replace the files directly on the XT(2).

Getting started

CBuilder

This is only a Cbuilder project. The source code is the same as the Delphi version.

Frank