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. 

  • 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...
  • Communications web request memory leak.

    • Acknowledged on
    • 0 Comments
    I am using a simple Communication.webRequest() to a REST-server to retrieve a json. Unfortunately the server response is relatively large. So I get the -402 (Serialized response was too large) and -403 (Ran out of memory processing network response...
  • Sleep score

    • Acknowledged on
    • 1 Comment
    Hello Team, Since last update my sleep score is showing strange. The color bar is not full to the line. Little line is correct but color is not following. Let me know if this is something that I can fix on my UI or is it some central bug which came...
  • issue with football app in garmin fenix 8 51mm

    • Acknowledged on
    • 2 Comments
    When I track my football activities, most of the time I can't find my heart rate records, also my max speed is not correct.
  • Ambient light sensor API access - try again

    • Acknowledged on
    • 0 Comments
    Does anyone know how to use (in my case Edge 840) ambient light sensor through an API? Apparently it has one since it can adjust the brightness automatically. It would be nice if one could read the light level and make a function including that and the...
  • The code 'var x = 3.4028235e38 * 2.0' crashes the compiler

    • Acknowledged on
    • 2 Comments
    1. New project 2. Put this code in "onStart" var y = 2.0 * 3.4028235e38; 3. Build project Here are the compiler debug logs: % java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar "/Users/qlyoung/Library/Application Support/Garmin/ConnectIQ...