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 cancel or back button in sim settings editor when editing array properties

    • Ticket Created on Jun 10, 2022
    • 3 Comments
    When you have an array property, you add an item via the settings editor, then you click edit there's only "save item" button, no cancel or back.
    • Jun 9, 2022 3:38 PM
  • out of memory when calling getBodyBatteryHistory

    • Ticket Created on Jun 9, 2022
    • 0 Comments
    4.1.3/win/ecplise 1. I first check if(SHI has :getBodyBatteryHistory) 2. call SHI.getBodyBatteryHistory(null). I've checked on sim that there is no difference with memory whether or not there are any parameters in func call (but in previous version...
    • Jun 9, 2022 2:53 PM
  • Confusion and bugs in Array Settings

    • Acknowledged on Feb 20, 2025
    • 8 Comments
    When I try the array Settings example from: https://developer.garmin.com/connect-iq/core-topics/properties-and-app-settings/ I get all kinds of errors, but essentially it's because the examples in the doc are either wrong or at least missing some parts...
    • Jun 9, 2022 8:33 AM
  • FIT Developer Data Fields Crashing on Fenix 7 and Epix 2

    • Ticket Created on Jun 9, 2022
    • 4 Comments
    Hello - we have been getting reports from the field that our Runn Incline Connect IQ Datafield is crashing on Fenix 7 and Epix 2 platforms. Stack traces based on CIQ_LOG.YML -> debug.xml reveal that the crashes happen on creation of FIT Developer Datafields...
    • Jun 8, 2022 11:16 PM
  • getSettingsView bug

    • Ticket Created on Jun 9, 2022
    • 0 Comments
    4.1.3/win/eclipse I don't know if it is bug on sim but hope only on sim. I use Menu2 (from 3.0) in getSettingsView (from 3.2) in my WF. On some devices after command in sim [Settings][Trigger App settings] - approach s60 2.4 - crush (no Menu2)...
    • Jun 8, 2022 8:08 PM
  • Oldest and newest sample time of the body battery and stress iterator are not properly initialized

    • Ticket Created on Jun 8, 2022
    • 2 Comments
    The time values returned by getOldestSampleTime() and getNewestSampleTime() of the iterators SensorHistory.getBodyBatteryHistory() and SensorHistory.getStressHistory() do not relate to the times of returned samples. The time values seem to be random...
    • Jun 8, 2022 5:13 AM
  • Parser bug with unused expression statements

    • Ticket Created on Jun 8, 2022
    • 0 Comments
    The following code: import Toybox.Lang; function foo() as Boolean { return true; } function bar() as Void { (foo() || true); } reports ERROR: <device>: Could not parse Monkey C IR. It's caused by line 7. If I change the program to...
    • Jun 7, 2022 10:15 PM
  • No movement in ConnectIQ Store since a couple of weeks

    • Acknowledged on Feb 20, 2025
    • 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...
    • Jun 7, 2022 2:53 PM
  • Instinct2 transparency in icons not working

    • Ticket Created on Jun 8, 2022
    • 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(...); ...
    • Jun 7, 2022 2:42 PM
  • Can't define 2 dimensional Array in strict mode

    • Ticket Created on Jun 8, 2022
    • 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>...
    • Jun 6, 2022 8:12 PM