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. 

  • No movement in ConnectIQ Store since a couple of weeks

    • Acknowledged on
    • 5 Comments
    Hi, I noticed that the position of all watch faces in ConnectIQ store on the phone still the same since a couple of weeks. The ranking is freeze. Also after an update the watch face still on the same position, nothing is moved. Have anyone other...
  • Instinct2 transparency in icons not working

    • Ticket Created on
    • 2 Comments
    I have 1-bit grayscale, non-interlace PNG icons. The pixels are white or fully transparent. To be safe, I set my colors dc. setColor (Graphics.COLOR_WHITE, Graphics.COLOR_TRANSPARENT); then I render my image: dc. drawBitmap(...); ...
  • Can't define 2 dimensional Array in strict mode

    • Ticket Created on
    • 2 Comments
    I'd like to draw a small black rectangle and I'd like to do it in strict mode, but it looks like there's a bug in the compiler: dc.fillPolygon([[hrx - 3, y + 2], [hrx, y], [hrx + 3, y + 2], [hrx - 3, y + 2]]); Invalid '$.Toybox.Lang.Array<Any>'...
  • HR zones are not working in simulator

    • Ticket Created on
    • 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...
  • feature-request: improve compilation checks for missing symbols

    • Ticket Created on
    • 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...
  • problem with SpO2

    • Ticket Created on
    • 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...
  • Feature request: Alarm times in watch face API

    • Ticket Created on
    • 15 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:...
  • Fenix 7 Series System 5 Support

    • Ticket Created on
    • 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.
  • Use watch as BLE key for a vehicle: requires long writes and/or NFC

    • Ticket Created on
    • 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...
  • no antialiasing for system fonts on new fr devices

    • Ticket Created on
    • 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...