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. 

  • HR zones are not working in simulator

    • Ticket Created on Jun 8, 2022
    • 4 Comments
    In the simulator the following code: var currentSport = UserProfile.getCurrentSport(); var heartRateZones = UserProfile.getHeartRateZones(currentSport); Syste.println("HR zones:" + heartRateZones); Always prints the following: HR zones:[128, 153...
    • Jun 5, 2022 8:16 PM
  • feature-request: improve compilation checks for missing symbols

    • Ticket Created on Jun 8, 2022
    • 0 Comments
    Please add a check so that compilation fails (instead of runtime error) in case of the following code: import Toybox.Application; using Toybox.Application as App; import Toybox.Application.Properties; import Toybox.Lang; function getConfigNumber...
    • Jun 5, 2022 7:37 PM
  • problem with SpO2

    • Ticket Created on Jun 8, 2022
    • 3 Comments
    4.1.3/eclipse/win 1. Due to the problem with battery draining I've switched off SpO2 on watch but ACT.getActivityInfo().currentOxygenSaturation still returns value - it's probably the latest reading but it can named "current" - I can see value...
    • Jun 4, 2022 6:37 PM
  • Feature request: Alarm times in watch face API

    • Ticket Created on Jun 8, 2022
    • 9 Comments
    When I'm travelling I sometimes wonder have I set the alarm correctly. It would make much faster to just glance watch face to see the next alarm time, and perhaps duration to next one. Currently only API to access alarms is number of them with...
    • Jun 4, 2022 11:08 AM
  • Fenix 7 Series System 5 Support

    • Ticket Created on Jun 8, 2022
    • 1 Comment
    Since a few weeks, Fenix 7 Series is supporting System 5 by Firmware. But the „ compiler.json“ in the SDK still shows the 4.0.x SDK as compatible. So i can‘t use any new feature.
    • Jun 4, 2022 8:40 AM
  • Use watch as BLE key for a vehicle: requires long writes and/or NFC

    • Ticket Created on Jun 8, 2022
    • 2 Comments
    Many vehicles today have a "phone key" feature where you can use your phone instead of a key and the vehicle automatically unlocks as your approach using BLE. Ford, Tesla, Mercedes, Rivian, and others have this feature, and many of these protocols are...
    • Jun 4, 2022 4:32 AM
  • no antialiasing for system fonts on new fr devices

    • Ticket Created on Jun 7, 2022
    • 4 Comments
    Hi, I use gfx.FONT_TINY and other system fonts with dc.drawText On new fr 255 and 955 devices no more antialiasing for this fonts available. On fenix7 devices the same code works correct. Custom fonts with antialiasing working fine. best regards...
    • Jun 3, 2022 6:47 PM
  • connectiq v2.15 cannot open the setting

    • Ticket Created on Jun 3, 2022
    • 0 Comments
    The connectiq release is v2.15, downloaded from http://download.garmin.cn/cn/download/CH_SW_UPGRADE/Android/connect-iq.apk My phone is android. After upgrade to connectiq v2.15, I cannot open the setting. It failed with message: "connection fail...
    • Jun 3, 2022 10:10 AM
  • Inconsistency in usage of fit labels between GCM and web

    • Ticket Created on Jun 7, 2022
    • 2 Comments
    I have this fit field: <fitField id="0" displayInChart="true" displayInActivityLaps="false" displayInActivitySummary="false" sortOrder="0" precision="0" chartTitle="@Strings.fitCurrentHeartRateChartTitle" dataLabel="@Strings.fitCurrentHeartRateDataLabel...
    • Jun 3, 2022 8:38 AM
  • int and logical &&

    • Ticket Created on Jun 3, 2022
    • 14 Comments
    4.1.3 win/eclipse var x = 2, y= 4; if(x) {LOG.println(true);} else {LOG.println(false);} if(y) {LOG.println(true);} else {LOG.println(false);} if(x && y) {LOG.println(true);} else {LOG.println(false);} prints true true false <--- bug
    • Jun 1, 2022 8:45 PM