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. 

  • getHeartRateHistory () Venu 2

    • Acknowledged on
    • 2 Comments
    Hi. Im using this code in my watchface to retrieve heart rate history and draw a Graph, It works in all devices except Venu 2 series. if((Toybox has : SensorHistory) && ( Toybox has : getHeartRateHistory)){ return Toybox.SensorHistory.getHeartRateHistory...
  • [Regression bug] Speed units always set to knots for windsurfing activity

    • Ticket Created on
    • 2 Comments
    Bug was injected in Garmin Connect during activity type update. If activity type is set to "Windsurfing" then speed unit's are set to knots regardless of the device settings. The bug was injected during October 2021, when activity name for windsurfing...
  • venu2(plus) - heart rate history has wrong when value

    • Acknowledged on
    • 3 Comments
    On the venu 2 and also on venu 2 plus the timestamps that are next to heart rate values are all wrong, this is both for Sensorhistory and HeartRatehistory Output from an example run: Current time: 1635487959 --- hr-history 1635344820 66 1635344760...
  • VS Code Extension for Monkey C should highlight the key word "continue"

    • Ticket Created on
    • 0 Comments
    I figured out today, that the VS Code Extension for Monkey C does not highlight continue . Other key words like return and break are highlighted.
  • Menu2 starts at bottom

    • Ticket Created on
    • 1 Comment
    On the (real) 1030+ and 1030 (at least), long menu2 menus scroll so that the last item is visible. A few firmware releases ago, the first item was visible. This is also the behavior in the current simulator. One might expect that Menu2.setFocus...
  • CustomMenu is broken on Venu 2 Plus

    • Acknowledged on
    • 1 Comment
    I was attempting to update my apps for compatibility with the new Venu 2 Plus device profile, this problem doesn't seem to occur on any other device profiles (including the System 5 previews for Venu 2 and Fenix 6 Pro). My on-device settings use a CustomMenu...
  • API to get the preferred format (speed or pace) for the current sport

    • Ticket Created on
    • 2 Comments
    My data field displays a pace value. But I would like it to be displayed as a speed if the user has configured the current sport this way (Settings->System->Format->Pace/Speed Preference). I would rather not add an app setting for something that the...
  • App Setting Editor bug

    • Ticket Created on
    • 1 Comment
    The App Setting Editor puts the prompt in the text box for the value. If you delete it, it adds it back. This means you can't make it empty and it passes trash to the app.
  • onPartialUpdate is not called on fr735 (simulator and device)

    • Ticket Created on
    • 5 Comments
    sdk 4.0.7 (3.26 too) eclipse CIQ plug in: 4.1.0.beta2 eclipse Version: 2021-12 (4.22.0) Build id: 20211202-1639 windows 10 watch face minSdkVersion 2.4.0
  • makeImageRequest fails in background of watchface on CIQ4.0 device

    • Acknowledged on
    • 5 Comments
    makeImageRequest doesn't work and will throw errors in background service on CIQ4.0 devices(VENU2) . the same code will work on devices before CIQ4.0 such as fenix6.I am sure the error comes from the background service, because the error is still...