Skip to content

Install and use (Windows)

Colin Pitrat edited this page Jun 8, 2017 · 3 revisions

1 - Installation of kalenji_reader

Unzip the content of the archive in the directory of your choice.

2 - Installation of WinUSB driver

This step is not needed (in fact, it MUST NOT BE DONE) for On Move 510 and On Move 710 watches

Note that after installing WinUSB driver, Geonaute Software will not recognize the watch anymore. You'll be able to use it again by uninstalling WinUSB driver and reinstalling the previous one. See 5 - Uninstall WinUSB driver. If you know a way to use both at the same time, please share it !

Launch zadig.exe. This is the installer for WinUSB driver. Accept to run it as Administrator.

In menu Options, click on List All Devices: List devices

Then choose the device corresponding to your watch. As the name may not be very explicit, you can try the "List All Devices" with and without the watch plugged to check which device appears.
Choose device

You can check vendor ID and product ID to be sure this corresponds to your watch. Then click on "Install Driver" button. Install driver

3 - Creation of configuration file

Check where your USERPROFILE directory is. You can do this by running a command line: Start Menu -> Execute Type "cmd.exe".

Then in the shell windows that opened, type the following:

echo %USERPROFILE%

For example on Windows 7, I have C:\Users\username.

Go in this directory and create a file named kalenji_reader.conf.

Fill this file with your configuration (cf Configuration File).

For example:

directory=c:\temp\kalenji_import
import=ask
outputs=GPX,KML,GoogleMap
gpx_extensions=gpxdata

For On Move 510 and 710 you'll also need to precise where the watch is mounted as USB mass storage device. Typically:

source=Path
path=E:

4 - Usage

Just launch kalenji_reader.exe. You can create a shortcut to it to ease its usage. See instructions for Linux for more details.

5 - Uninstall WinUSB driver

To uninstall WinUSB driver, go in Control Panel, in Device Manager. Look for your USB device (under Universal Serial Bus controllers).

Uninstall driver

Right click on it and select Properties. In the Driver tab, click Uninstall.

Uninstall driver

In the confirmation window, check the checkbox to delete the driver software and click OK.

Uninstall driver

Now, if you unplug and replug your device, the default driver should be reinstalled automatically and you'll be able to use Geonaute Software again.

Clone this wiki locally