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. 

  • Phone app messages communication with Android SDK doesn't work

    • Acknowledged on
    • 1 Comment
    With SDK 8.3.0, phone app messages does not work, from the simulator and from an actual device. To reproduce the issue: - open the Comm sample project given with the SDK in VSCode - build the app for your device or open it in the simulator - clone...
  • On-top-of-map square data fields NOT in simulator nor device reference

    • Acknowledged on
    • 4 Comments
    I have been receiving ERA reports, from which I could tell that my app crashed due to unexpected ObscurityFlags=0 (square field) in the round device fr970. A kind user reported to me that it happens for fields on-top-of map. I learned that these on...
  • Is it possible to nest barrels?

    • Acknowledged on
    • 0 Comments
    More specifically: Is it possible to configure a barrel from within another barrel? From a procedural point of view, this seems to be possible: If I have two barrels, OuterBarrel and InnerBarrel, VS Code lets me create a reference from OuterBarrel to...
  • Bug: Spaces in path to barrel folder results in error in import statement

    • Acknowledged on
    • 1 Comment
    Reproducible scenario (Visual Studio Code, Windows 11): Create a Monkey C Barrel project in "C:\Folder name with spaces\MyBarrel" Create a Monkey C App, e.g. a Simple Data Field In this app, configure a monkey barrel: Configure Monkey Barrel ...
  • bug: logs from the app are not displayed in debug console when running in "Sensor Pairing mode"

    • Acknowledged on
    • 1 Comment
    When the app runs in "sensor pairing mode", triggered by "Manage Sensors", then the standard output is not displayed in the debug console in VSC. In other words it's impossible to debug the SensorDelegate using logs.
  • Black line displaying instead of color coded pace

    • Acknowledged on
    • 2 Comments
    Hi i am getting a black line instead of color coded pace. The pace information still transmits to NRC and i can also view pace information from a table but not on the color coded line on the map. Any ideas of a fix? ive enabled all app settings, reinstalled...
  • Natively paired sensors do not get removed when the app is uninstalled

    • Acknowledged on
    • 1 Comment
    If you have an app which natively pairs a sensor, if you uninstall the app, the paired sensors do not get removed. They still show up in the paired sensor list even though there is no app that can access them. This is a big problem if you then re-install...
  • for modern Edge devices - double tap on IQ datafields do not ring the bell

    • Acknowledged on
    • 8 Comments
    Modern Edge devices have got a new feature: double tap „on any screen and on any part of screen“ - so Garmin‘s anouncement - do not work as announced. If the IQ datafield has touches enabled to do something, the double-taps onto the tap region do not...
  • Simulator: Settings not available, Error 500

    • Acknowledged on
    • 33 Comments
    In the last weeks I've been having issues with the settings editor in the simulator. When I try to open the settings, it shows me: Settings not available Unable to contact server. Error code: 500 Usually when open it a couple of times it started...
  • Crashes calling drawBitmap2()

    • Acknowledged on
    • 3 Comments
    I am using SDK 8.3.0. I have a PNG image with white -> gray gradient, with some transparent pixels and am calling drawBitmap2() like this. dc. drawBitmap2 (cenX, cenY , bitmap, { :tintColor => clr, :transform => transf }); The transformation...