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. 

  • code snippet typo for Symbol identifiers in Layers documentation

    • Acknowledged on
    • 0 Comments
    In connectiq-sdk-win-7.1.1-2024-04-17-66d0159ae/CoreTopics.html#layers the sample code seems to be in error for the Options dictionary var backgroundLayer = new WatchUi . Layer ({: x => 0 , : y => 0 , width => 240 , height => 240 }); ... var foregroundLayer...
  • Bug Report: Crash with Connect IQ Mobile SDK for iOS

    • Acknowledged on
    • 1 Comment
    My iOS app ( GiBLI ) crashed on a user while communicating over bluetooth with a Garmin Edge 540 running my Connect IQ app ( GiBLI Remote ) using the Connect IQ Mobile SDK. Steps to reproduce: I believe based on the stack trace it was the transmit...
  • Ubuntu 24.04 support

    • Acknowledged on
    • 18 Comments
    I installed Ubuntu 24.0 and now the SDK doesn't work, the simulator... In 24.04, the webkit is version 4.1. ./sdkmanager: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
  • ERROR: Could not log function sizes of generated code.

    • Acknowledged on
    • 6 Comments
    When I changed from SDK 6.4.2 to 7.1.0 or 7.1.1 only one of my apps prints ONLY the following message with monkeybrains. Basically impossible to debug and completely useless message, please add additional condition checking in the SDK to provide direction...
  • Bug: HR data issue (low value and sampling rate) for custom made apps

    • Acknowledged on
    • 5 Comments
    Hello, This is a follow up to problem described here: https://forums.garmin.com/outdoor-recreation/outdoor-recreation/f/fenix-7-series/369676/low-hr-rate-recorded-during-activity In general I recently noticed lower HR values coming from Fenix7 + graph...
  • Bug: Enduro 2 will not compile on 5.0.0

    • Acknowledged on
    • 8 Comments
    When selecting 5.0.0 - System 7 under Minimum Supported API Level in the manifest.xml file, during Monkey C: Export Project, a version for the Enduro 2 will not be created. (of course with product "fenix 7x/tactix 7/quatix 7/enduro 2" selected.) After...
  • Bug Report: Comm.makeImageRequest stops working after Toybox.ActivityRecording.Session start() called

    • Acknowledged on
    • 0 Comments
    One of my apps uses Comm.makeImageRequest to download image files. On the Forerunner 255, 265 and Venu 3, the firmware releases after around Dec 2023 have introduced a bug where Comm.makeImageRequest stops working after an activity recording session has...
  • Undefined symbol ':Fonts' detected in 7.1.1

    • Acknowledged on
    • 1 Comment
    Using 7.1.1, I can't compile an app that verify the existence of a specific fonts if the font doesn't exist for that watch's resolution. That font is only present for the 416x416 and 454x454 watches. For the other watches resolution, there is no "fonts...
  • Data field heights in Sim not matching real world for Venu 3, Venu 3S and vivoactive 5

    • Acknowledged on
    • 1 Comment
    I am receiving bug reports from the field for Venu 3, Venu 3S and vivoactive 5. Reports, where it is clear that the data field layout in sim is not matching real world. I do not have these devices myself, but my App crashed a specific place if in case...
  • Cannot disable GPS on Edge 1040 from ConnectIQ application

    • Acknowledged on
    • 1 Comment
    In my application, I'm collecting distance, speed, etc. data from Activity.getActivityInfo(). At the start of the application, I'm enabling the GPS with Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition)); . Later, if user...