Package Details: antfs-cli-git r89.f80ebca-1

Git Clone URL: https://aur.archlinux.org/antfs-cli-git.git (read-only, click to copy)
Package Base: antfs-cli-git
Description: A python library to download and upload files from ANT-FS compliant devices (Garmin products).
Upstream URL: https://github.com/Tigge/antfs-cli
Licenses: custom:antfs-cli
Conflicts: garmin-forerunner-610-extractor-git
Submitter: FredericChopin
Maintainer: jklaise
Last Packager: jklaise
Votes: 11
Popularity: 0.000000
First Submitted: 2015-03-12 20:11 (UTC)
Last Updated: 2021-01-23 17:05 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

FredericChopin commented on 2013-05-27 11:55 (UTC)

Ok, I'm glad that this works. But I figured out that the current PKGBUILD of "pyusb10" generates an empty package. I proposed a new PKGBUILD which generates a working version for me. Look at my comment at the pyusb10 aur page: https://aur.archlinux.org/packages/pyusb10/ You should be aware, that pacman will complain about conflicts, if you try to install a updated version of "pyusb10".

antoniovj1 commented on 2013-05-27 11:43 (UTC)

Thank's a lot!!!!! I solve the error copying the folder usb fron python 3.3 to /usr/lib/python2.7/site-packages

antoniovj1 commented on 2013-05-27 10:46 (UTC)

I can't find "/usr/lib/python2.7/site-packages/usb/core.py"(no folder called "usb") but I can find /usr/lib/python3.3/site-packages/usb/core.py Can I copy the folder usb fron python 3.3 to python 2.7?

FredericChopin commented on 2013-05-27 10:12 (UTC)

Does the following file exists? /usr/lib/python2.7/site-packages/usb/core.py Is there an older version of python still installed? ls -l /usr/bin/python2 Try to change the first line in "/usr/bin/garmin-extract" to "#!/usr/bin/python2.7".

antoniovj1 commented on 2013-05-27 08:01 (UTC)

Yes.Can be the problem in the version of python?

FredericChopin commented on 2013-05-26 18:57 (UTC)

Have you installed the dependency "pyusb10"?

antoniovj1 commented on 2013-05-26 11:28 (UTC)

Hi, I have this error: Traceback (most recent call last): File "/usr/bin/garmin-extractor", line 28, in <module> from ant.fs.manager import Application, AntFSAuthenticationException File "/usr/lib/python2.7/site-packages/ant/fs/manager.py", line 31, in <module> from ant.easy.node import Node, Message File "/usr/lib/python2.7/site-packages/ant/easy/node.py", line 28, in <module> from ant.base.ant import Ant File "/usr/lib/python2.7/site-packages/ant/base/ant.py", line 31, in <module> import usb.core ImportError: No module named usb.core

FredericChopin commented on 2013-05-26 07:31 (UTC)

This program transfers your activities from newer Garmin Forerunners devices using ANT+. These are: - Garmin Forerunner 60 - Garmin Forerunner 405CX - Garmin Forerunner 310XT - Garmin Forerunner 610 - Garmin Forerunner 910XT - Garmin FR70 - Garmin Swim If you have one of them, then you have an ANT+ USB stick. Plugin the USB stick, put your device in pairing mode and run "garmin-extractor". More details on the upstream website or in the .install file: echo ------------------------------- echo First time running garmin-extractor make sure your device is in pairing mode. echo FIT files, authfiles and scripts are stored in $XDG_CONFIG_HOME/garmin-extractor echo with $HOME/.config/garmin-extractor as alternative. echo An udev rules for the Dynastream ANT UsbStick2 is installed as echo /etc/udev/rules.d/71-ant-usbstick2.rule, add or change for different sticks. echo Scripting is possible by copying them $XDG_CONFIG_HOME/garmin-extractor/scripts. echo An example is in /usr/share/Garmin-Forerunner-610-Extractor/scripts. echo More information: /usr/share/Garmin-Forerunner-610-Extractor/README echo -------------------------------

antoniovj1 commented on 2013-05-25 23:35 (UTC)

hi , can you explain me how to use the program? Thank's

FredericChopin commented on 2013-05-02 21:58 (UTC)

The sed-line in the PKGBUILD changes python to python2. I removed and reinstalled the package today and connected to my watch Forerunner 310XT without problems. How could I improce the PKGBUILD, to make it easier to work?