lincomatic / kalenji-gps-watch-reader

Automatically exported from code.google.com/p/kalenji-gps-watch-reader
0 stars 0 forks source link

Windows version of 4.7 crashes on OnMove 510 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks for your very quick help on issue #17. My OnMove510 is now correctly 
detected, but now get the following issue :

>kalenji_reader.exe
Error: path '' does not exist
Couldn't open dir 
Sessions available for import:
List of sessions to import (space separated - 'all' to import everything - 'new'
all

The configuration file has the following from which the referencing directory 
exists.

directory=c:\tmp\kalenji_import
import=ask
outputs=GPX
gpx_extensions=gpxdata

Regards,
Dieter

Original issue reported on code.google.com by dieter.d...@gmail.com on 4 Apr 2014 at 4:58

GoogleCodeExporter commented 9 years ago
Issue exists both on Win 7 64 bit and WinXP 32 bit

Original comment by dieter.d...@gmail.com on 4 Apr 2014 at 5:13

GoogleCodeExporter commented 9 years ago
Hello,

the error message is not clear, this needs to be improved !

The OnMove 510 and 710 are USB mass storage devices. The program just read and 
decode the files that are stored on it. You need to specify the path to the 
directory containing those files. In the configuration file, you would need to 
add something like (assuming the USB mass storage device is on E drive):

source=Path
path=e:\

Regards,
Colin

Original comment by colin.pi...@gmail.com on 4 Apr 2014 at 9:37

GoogleCodeExporter commented 9 years ago
After installing the WinUSB driver, the USB mass storage device is not mounted 
anymore so I cannot assign a drive letter :(

Should I maybe try without the WinUSB driver change ? 

Original comment by dieter.d...@gmail.com on 5 Apr 2014 at 3:04

GoogleCodeExporter commented 9 years ago
Got it working !

* Should NOT use the WinUSB driver with the OnMove510.
* add source with mounted drive letter to the configuration file
* Autodetect does not work with source other than USB, so need to use option -D 
OnMove710

Thanks !

Original comment by dieter.d...@gmail.com on 5 Apr 2014 at 3:15

GoogleCodeExporter commented 9 years ago
Advantage is now that you can use the geonaute onMove software in parallel !

Original comment by dieter.d...@gmail.com on 5 Apr 2014 at 3:15

GoogleCodeExporter commented 9 years ago
Great, thanks for all this information.
I'll update documentation.

Original comment by colin.pi...@gmail.com on 5 Apr 2014 at 3:26