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. 

  • 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...
  • Venu2 follows Venu resource path in simulator

    • Ticket Created on
    • 9 Comments
    I'm trying to allocate resources to the Venu2 through a jungle file, but it follows the resource path for the Venu instead (different size watch). I'm using SDK 4.0.7 with Mac OS 12.0.1. When I enter either of these in the jungle file: venu2.resourcePath...
  • Unable to connect to simulator.

    • Ticket Created on
    • 8 Comments
    Hi, I am trying to follow this tutorial here: https://developer.garmin.com/connect-iq/connect-iq-basics/your-first-app/ and when compiling the first app in visual studio code I get an error "Unable to connect to simulator." A window for the Connect IQ...
  • triggering onTemporalEvent works bad

    • Ticket Created on
    • 5 Comments
    windows, sdk 4.0.6 Now when I choose from simulator's menu background events it simple call onTemporalEvent even there is no such event waiting to handle! This command should only speed up the call of onTemporalEvent if I previously called registerForTemporalEvent...