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. 

  • feature-request: include an example error message in the ERA reports

    • Acknowledged on
    • 2 Comments
    Currently we only see the error name in ERA. It would be helpful if we could also see at leas one random error's message. At least for exceptions (i.e when we see Unhandled Exception) there usually is an error message that the Monkey C code can see with...
  • Suggestion for Improvement: Layouting Text Drawables

    • Acknowledged on
    • 0 Comments
    While programmatically laying out views, I encountered the following issue: Unlike TextArea and Bitmap , which have their width and height properties populated upon instantiation, a Text drawable does not provide valid dimensions until after it has...
  • SDK Manager does not work on Ubuntu 24.04

    • Acknowledged on
    • 9 Comments
    Following the instructions, I have downloaded SDK for linux. However, when I start sdkmanager, I am getting the following error message: ./sdkmanager: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No...
  • Bug: Trial system always responds with 404

    • Acknowledged on
    • 2 Comments
    I have tried with both the testing link ( https://apps.garmin.com/appUnlock?appUnlockRequestId=test ) as described on this page and with a real app. Both always return with a 404. This looks to have been an acknowledged issue for over a year with no resolution...
  • bug: vivoactive3 returns true for ActivityMonitor.Info has :pushes

    • Acknowledged on
    • 15 Comments
    I have the following code in one of my menus: if (ActivityMonitor.Info has :pushes) { addItem(settings, Rez.Strings.activityTypeWheelchairPushWalk, 65000); addItem(settings, Rez.Strings.activityTypeIndoorWheelchairPushWalk, 65086); } And I got...
  • vivoactive 6 - screen becomes cropped

    • Acknowledged on
    • 2 Comments
    Hello Garmin-Team, a user of a vivoactive 6 reported, that a watchface is beeing cropped on the right side and bottom: With SDK 8.1.1 there's no problem. That behavior is not reported or known by any other watch types. I have 2 real devices for testing...
  • bug / feature-request: instead of "Unhandled Exception" give actual exception's name in ERA Viewer

    • Acknowledged on
    • 5 Comments
    We're getting lots of "Unhandled Exceptions" in ERA, but there's no such exception. I don't see any reason why Garmin would intentionally hide the real exception form the developers (especially that the documentation mentions some possible exceptions...
  • Sensor pairing (CIQ System 8) does not work on Fenix 7

    • Acknowledged on
    • 2 Comments
    According to the release notes, the Fenix 7 supports CIQ System 8 starting from version 20.16 ( https://forums.garmin.com/outdoor-recreation/outdoor-recreation/f/fenix-7-series/403727/fenix-7-fenix-7-pro-system-software-20-16 ). However, when installing...
  • Introduce new state for AppBase.onStart method when sensor pairing (CIQ System 8)

    • Acknowledged on
    • 3 Comments
    It would be helpful to have a way to determine whether the initialized application ( AppBase ) is being launched specifically for sensor pairing. This would allow the application to initialize only the components necessary for pairing. In my case, the...
  • Native sensors appearing under Sensors => Connect IQ menu (CIQ System 8)

    • Acknowledged on
    • 0 Comments
    When searching for sensors emitted by CIQ applications under Sensors => Connect IQ on Edge 1040, I would expect to see only the sensors provided by installed CIQ applications. However, both CIQ sensors and native (built-in) sensors are shown. Here is...