ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

Problem to install #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Thanks a lot for this soft it should help me a lot but after 3 hours in front 
of my laptop it is not installed...

I've installed all libraries and then after : sudo make everything is almost 
alright untill :
make: ctags : commande introuvable
make: *** [all] Erreur 127

I attached a copy of another try.

Thanks a lot for your help

Best regards

Pierre

Original issue reported on code.google.com by pierre.d...@gmail.com on 5 Jan 2013 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi and sorry
It's me again...

I fixed the first problem but now a second appears.

When I run ./kalenji_reader I get :
Erreur de segmentation (core dumped)

Help

Thanks

Original comment by pierre.d...@gmail.com on 5 Jan 2013 at 11:30

GoogleCodeExporter commented 9 years ago
Hello, 

do you have the following message ?
USB device not found !

Or any other message before the "core dumped" ?

Regards,
Colin

Original comment by colin.pi...@gmail.com on 5 Jan 2013 at 8:28

GoogleCodeExporter commented 9 years ago
Yes I do.
USB device not found !

core dumped it is due to the adminstrator command. I fixed it.

What can I do with usb device not found ?

Thanks

Original comment by pierre.d...@gmail.com on 15 Jan 2013 at 8:25

GoogleCodeExporter commented 9 years ago
It probably means that the watch you have is not supported.
You can try this command in a shell: lsusb
If you can't identify your device in the list, you can do the command twice:

One with the device unplugged:
lsusb > no_watch.txt

One with the device plugged:
lsusb > watch.txt

And then identify the device corresponding to your watch by doing a diff 
between the two results:
diff watch.txt no_watch.txt

The device should have vendorId = 0x0483 and productId = 0x5740.
Otherwise it means it is not a W Kalenji 300 GPS nor a CW Kalenji 700 GPS.

Is your watch like this:
http://www.geonaute.com/en/content/w-kalenji-300-gps
Or like this:
http://www.geonaute.com/en/content/cw-kalenji-700-gps

If not, which model is it ?

Original comment by colin.pi...@gmail.com on 15 Jan 2013 at 8:50

GoogleCodeExporter commented 9 years ago
hi
First of all thank you.

My watch is a Geonaute On moove 500.

2 weeks ago I was able to reader the watch. Not anymore...
The result of diff is : 
2d1
< Bus 003 Device 022: ID 0483:5740 SGS Thomson Microelectronics

Thanks

Original comment by pierre.d...@gmail.com on 15 Jan 2013 at 11:06

GoogleCodeExporter commented 9 years ago
so strange.
I tryed another time and it's ok.
Maybe the watch has to be totally charged...

Original comment by pierre.d...@gmail.com on 15 Jan 2013 at 11:07

GoogleCodeExporter commented 9 years ago
OK, so this is another watch that is also supported by the software. Nice to 
know :-)

Do you have a file in a subdirectory logs in the directory where the import was 
done ? Can you put it as attachment in this issue so that I can have a look at 
it ?

Regards,
Colin

Original comment by colin.pi...@gmail.com on 15 Jan 2013 at 12:13

GoogleCodeExporter commented 9 years ago
hi
You will find the log file attached.

Regards
Thanks for your help and this soft as well !

Pierre

Original comment by pierre.d...@gmail.com on 15 Jan 2013 at 12:55

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks !
This looks a lot like logs of W Kalenji 300 / CW Kalenji 700 so this should 
work with device type "Kalenji".

Don't hesitate to open an issue if you find out that some data are not found or 
are wrong.

Original comment by colin.pi...@gmail.com on 15 Jan 2013 at 1:35