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. 

  • Rendering text with a transparent background in a BufferedBitmap that has a palette.

    • Ticket Created on
    • 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...
  • no calories on Garmin Swim2

    • Ticket Created on
    • 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...
  • Fenix 6 - lap pace of first lap shows as 0:00 when connect iq field is loaded

    • Acknowledged on
    • 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...
  • LOG4J Issue

    • Ticket Created on
    • 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!
  • new settings are not visible after downloading new version for couple of days

    • Ticket Created on
    • 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...
  • Object-private vs Class-private

    • Ticket Created on
    • 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...
  • Not Enough Arguments Error in onReceive after makeWebRequest

    • Ticket Created on
    • 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...
  • Unable to uninstall widget on Venu 2

    • Ticket Created on
    • 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...
  • The heart rate history iterator never returns valid data on the Venu2

    • Acknowledged on
    • 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 || null...
  • Simulator 4.0.7 does not seem to work on Linux

    • Acknowledged on
    • 10 Comments
    Running Linux SDK 4.0.7 (in Docker ): - monkeyc works OK - simulator launches OK - monkeydo launches OK - BUT nothing appears in the Simulator (which keeps displaying the Garmin blue triangle) monkeydo -ing the binary compiled above in the...