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. 

  • Reboot of the watch and crash of the simulator with THIS string resource

    • Ticket Created on
    • 19 Comments
    Hello! I get the weather from OpenWeatherMap service and make drawText function with text description of the current weather. And I found condition when the real device is being rebooted and the simulator is being crashed when I got this string from...
  • IconMenuItem drawn half-width on the Venu SQ

    • Ticket Created on
    • 1 Comment
    The latest firmware of the Venu SQ (fw 3.00) now has the same bug the Venu 2 used to have: https://forums.garmin.com/developer/connect-iq/i/bug-reports/venu2-iconmenuitem-only-half-width This didn't appear in earlier versions of the Venu SQ, but since...
  • unable to read details of activity just completed in onActivityCompleted() handler

    • Ticket Created on
    • 1 Comment
    I'm trying to read the read details of activity just completed in onActivityCompleted() handler in a widget like this: function onActivityCompleted(activity) { var actInfo=Activity.getActivityInfo(); if (actInfo!=null) { var activityCal=actInfo.calories;...
  • checkWifiConnection doesn't work on Venu2s

    • Ticket Created on
    • 1 Comment
    if (Communications has :checkWifiConnection) { // CIQ >= 3.2.0 INFO("calling checkWifiConnection"); Communications.checkWifiConnection(self.method(:onWifiConnectionStatus)); return; } function onWifiConnectionStatus(result) { INFO(...
  • Expose Connect IQ Emulator Watch Face Panel to automation software

    • Ticket Created on
    • 0 Comments
    As it currently stands only the header and footer of the connect IQ window are accessible to things like the WinAppDriver or windows inspector. This sort of exposure is crucial in order to build a wearable app on a modern CI/CD pipeline. It would...
  • calling getOxygenSaturationHistory throws Unexpected Type Error

    • Ticket Created on
    • 9 Comments
    sdk 4.0.6 eclipse plug in 4.1.0.beta1 eclipse Version: Version: 2021-09 (4.21.0) Build id: 20210910-1417 windows 10 watch face minSdkVersion 2.4.0 fenix 6s sumilator (not known on device) running sdk sample SensorHistory Error: Unexpected Type Error...
  • Developer forum only the first 5 posts visible of a topic (Chrome, FF, Opera)

    • Ticket Created on
    • 4 Comments
    I've currently this strange issue with the Garmin forum at all. With all of my browsers only the first 5 posts of a topic are visible. The navigation to more then 5 is not possible. Adblocker is disabled, but it doesn't matter if enabled/disabled...
  • AGM X3 - Android SDK can't init

    • Ticket Created on
    • 0 Comments
    Hello! So basically, I have an AGM X3 phone, and when I try to use apps that communicate with the watch, it does not work. Basically, I call .initialize(), and expect at least something like onSdkReady() or onInitializeError() to occur, but nothing happens...
  • Crash with Simulator View Memory, SDK 4.0.6 on a MAC

    • Acknowledged on
    • 7 Comments
    Under Connect IQ 4.0.6 whenever I double-click the memory stats at the bottom of the simulator window or from the File menu, the simulator crashes producing an Apple problem report, as per below. This does not occur with Connect IQ 4.0.5. My environment...
  • Run App fails with timeout

    • Acknowledged on
    • 28 Comments
    Running an app often fails with the following error message: "Failed to launch the app: Timeout" The workaround is to try again a couple of times until it works. Environment: Visual Studio Code Windows 11 Monkey C plugin 1.0.0 In some...