This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Crash when playing animation

    • Ticket Created on
    • 2 Comments
    Hey guys, I'm getting this crash in GARMIN/Debug/err_log.txt when trying to play a pretty big animation (5 mb) I downloaded via wifi before. The crash only occurs on a physical venu. It works fine on the simulator. could the animation simply be too...
  • Bug: Media / Communications SyncDelegate blocks charging

    • Ticket Created on
    • 5 Comments
    Media.SyncDelegate and Communications.SyncDelegate should have the same behaviour. The Media.SyncDelegate is marked as 'deprecated' and therefore I moved the app to the Communications.SyncDelegate version. This caused the syncs that are started automatically...
  • add onSleep() / onWakeup() hooks to AppBase

    • Ticket Created on
    • 0 Comments
    At least BLE and ANT+ connections need to be reinitialized after a device woke up from sleep - so far the only way to detect when this is necessary is to look for errors while handling the communication which is not very intuitive ...
  • Include Connect IQ version field in "Contact Developer" form

    • Ticket Created on
    • 0 Comments
    When a user clicks on the "Contact Developer" link in the Connect IQ store, it opens a form that includes optional information for the name and firmware version of the device. Can this form also include fields for Connect IQ version and other SW version...
  • trouble

    • Ticket Created on
    • 2 Comments
    android 4.37.2 (I'm sorry I've got polish ver. app and not sure names) yesterday I had such case: - phone - look -watch faces - and I saw 2 position to upgrade - upgrade one (A) of them -deletee second (B) after sync - A - can't start...
  • Sensor history getOxygenSaturationHistory doesn't work @ most device firmwares (reported 3 - 4 months ago)

    • Ticket Created on
    • 0 Comments
    Sensor history getOxygenSaturationHistory doesn't work @ most device firmwares until now. Currently for me the fenix 6x series firmwares do not support this feature since the introduction of SDK version 3.2. Please add this missing main feature...
  • The whole getObscurityFlags controversy...

    • Ticket Created on
    • 2 Comments
    I thought I had submitted this bug earlier today, but it has disappeared. Doing a search, there are numerous bug reports (at least some of them from me) concerning really irritating behaviour on getObscurityFlags with high end devices like Fenix 6x...
  • Ocassionally wrong/zero currentLocation

    • Ticket Created on
    • 2 Comments
    Ocassionally, Activity.getActivityInfo().currentLocation.toDegrees() returns [0.000000, 0.000000] to a watch face. I'm obviously not in the middle of the Atlantic Ocean. It happens every one or two weeks. The position in map is correct, just the...
  • Compass

    • Ticket Created on
    • 4 Comments
    The 1030+ has a compass. It doesn't seem Position.Info.Heading or Sensor.info .Heading reports the value from the compass. If I translate (move from one location to another), I get heading. If I rotate in place, the heading doesn't change.
  • onWorkoutStepComplete() is not called after the last step of a workout is finished

    • Ticket Created on
    • 2 Comments
    Hi! I am using onWorkoutStepComplete() in one of my data fields. I noticed that onWorkoutStepComplete() is not called after the final step of a workout, what means that i connot react properly to the end of a workout. I am using a Fenix 6. Did anybody...