Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 76 forks source link

- #135

Closed antspants closed 9 years ago

Tigge commented 9 years ago

I guess this solved itself, or (closing, but feel free to reopen)? Was there anything that was unclear that could be improved in the documentation or the program itself?

antspants commented 9 years ago

Hi, sorry about that. I couldn't find a way to delete the issue. It turned out that the files are stored under /root/.config/antfs-cli which although I'm running the command as sudo, is strange. Considering I get a ~/.config/antfs-cli directory with log files.

For the udev rules, is it enough to just copy resources/ant-usb-sticks.rules file if I installed via pacman? Is there any other magic involved?

Thanks for the library, much appreciated.

-ants

Tigge commented 9 years ago

No problem at all, you can just close the issue. Running as root should not be necessary when the udev rules are correctly installed. The setup script should have installed them for you. It installs the openant library which has these rules. For openant it essentially it just runs:

The same code is used for path stuff for logging and for other files, so it should be the same. Weird.

antspants commented 9 years ago

Okay, that's all working now. I deleeted most things, redid it and it looks good.

Again, thanks for this.

Tigge commented 9 years ago

Excellent. And thank you. Let me know if you run into any more trouble.