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. 

  • Communications.cancelAllRequests() mixes up responses.

    • Ticket Created on Dec 29, 2021
    • 0 Comments
    Hi Garmin, somehow the sim manages to switch up my makewebrequest responses if I make one, cancel it using Communications.cancelAllRequests(), then make a few more requests. This only happens in the sim, and seems to happen no matter what SDK I'm using...
    • Dec 27, 2021 7:59 PM
  • Rendering text with a transparent background in a BufferedBitmap that has a palette.

    • Ticket Created on Dec 29, 2021
    • 6 Comments
    Because Garmin does not want to take into consideration the questions asked in the discussion thread "Is there a reason why Graphics.COLOR_TRANSPARENT does not match the background?" https://forums.garmin.com/developer/connect-iq/f/discussion/273684...
    • Dec 27, 2021 7:18 PM
  • no calories on Garmin Swim2

    • Ticket Created on Dec 29, 2021
    • 0 Comments
    Hi, I thought a Garmin Swim2 is a supported device for calories in activityMonitor.info. but the code var HasCal = (AMon.getInfo() has :calories ) ? true : false; Sys.println(HasCal); gives true on a fr45 and false on a Garmin Swim 2 Is this...
    • Dec 25, 2021 8:37 PM
  • Fenix 6 - lap pace of first lap shows as 0:00 when connect iq field is loaded

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    lap pace of first lap shows as 0:00 when connect iq field is loaded (works ok when only native fields are loaded) additional details in following threads: https://forums.garmin.com/outdoor-recreation/outdoor-recreation/f/fenix-6-series/248107...
    • Dec 25, 2021 7:09 AM
  • LOG4J Issue

    • Ticket Created on Dec 21, 2021
    • 3 Comments
    Log4J issue: In the SDK-file: IQ_IDE_4.1.0.beta1.jar!/libs/log4j-core-2.10.0.jar is a vulnerable version of LOG4J. When, where and how will GARMIN provide an update? Please act!
    • Dec 21, 2021 8:04 AM
  • new settings are not visible after downloading new version for couple of days

    • Ticket Created on Dec 21, 2021
    • 13 Comments
    Why the settings are not visible after updating the application? Even changes to the labels are not updated immediately - I had to wait 2 days to new settings. Settings are handled online (device's settings is available from 3.2.0 cost code/memory...
    • Dec 17, 2021 7:22 PM
  • Object-private vs Class-private

    • Ticket Created on Dec 15, 2021
    • 1 Comment
    In the doc it says: "The private modifier specifies that the member can only be accessed in its own CLASS" 1) https://developer.garmin.com/connect-iq/monkey-c/objects-and-memory/ -> "Data Hiding" 2) https://developer.garmin.com/connect-iq/reference...
    • Dec 14, 2021 10:45 PM
  • Not Enough Arguments Error in onReceive after makeWebRequest

    • Ticket Created on Dec 13, 2021
    • 3 Comments
    sdk 4.0.7 eclipse CIQ plug in: 4.1.0.beta1 eclipse Version: 2021-12 (4.22.0) Build id: 20211202-1639 windows 10 watch face minSdkVersion 2.4.0 As I mentioned in: https://forums.garmin.com/developer/connect-iq/f/discussion/279652/makewebrequest-context...
    • Dec 13, 2021 9:34 PM
  • Unable to uninstall widget on Venu 2

    • Ticket Created on Dec 13, 2021
    • 4 Comments
    I've been having a number of reports of people saying they can't uninstall a widget on Venu 2. Originally I thought it was because the widget didn't have a glance view, so I added that and rebuilt the widget with SDK 4.0.7 but I'm still getting reports...
    • Dec 13, 2021 12:33 PM
  • The heart rate history iterator never returns valid data on the Venu2

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    Here are some parts of the code that I'm using. it = SensorHistory.getHeartRateHistory({:period => 30, :order => SensorHistory.ORDER_OLDEST_FIRST}); var min = it.getMin(); var max = it.getMax(); var sample_last = it.next(); if(null == min || ...
    • Dec 11, 2021 3:51 PM