Complete
over 2 years ago

WERETECH-4122

FAILURE_DURING_TRANSFER

Using modified Comm samples from the CIQ SDK and the CIQ Android Mobile SDK, any attempt at communication from the phone to the Garmin device results in FAILURE_DURING_TRANSFER, while messages go through normally in the other direction.

Also see https://ciq.forums.garmin.com/developer/connect-iq/f/legacy-bug-reports/5144/failure_during_transfer-issue-again-now-using-comm-sample for additional details.

Parents
  • I've given up and added communication via makeWebRequest() (to localhost) to my app as a fallback. This needs to run a webserver on the phone. However I hate so much that I had to do this, results are surprisingly good. 

    To have 2-way communication, you need to poll from the watch regularly but it hasn't been a battery hog as far as my tests go.

Comment
  • I've given up and added communication via makeWebRequest() (to localhost) to my app as a fallback. This needs to run a webserver on the phone. However I hate so much that I had to do this, results are surprisingly good. 

    To have 2-way communication, you need to poll from the watch regularly but it hasn't been a battery hog as far as my tests go.

Children