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. 

  • Music player

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    • Feb 9, 2022 5:41 AM
  • No info in doc how to check invalid sample from sensor history

    • Ticket Created on Feb 14, 2022
    • 2 Comments
    I have a strange error on f6pro (but not in mine) Error Name: System Error in line x = MAT.round(v); where v is data field from Toybox.SensorHistory.SensorSample class I suppose data/v is invalid but how to check it? Doc says: The Sensor sample...
    • Feb 8, 2022 11:44 PM
  • Better way to remove Null from types

    • Ticket Created on Feb 8, 2022
    • 0 Comments
    I've been playing with the typechecker, and generally I like the results. One thing that seems problematic though is removing null from a type. This comes up a lot, especially with dictionaries. I can explicitly type a dictionary, but when accessing...
    • Feb 8, 2022 6:39 PM
  • Inconsistent type checking of return values

    • Ticket Created on Feb 8, 2022
    • 0 Comments
    function bar(arg as String) as Void {} function works(arg as String?) as String { return arg; } function fails(arg as String?) as Void { bar(arg); } The type checker is happy to accept a String or Null return value in a function returning...
    • Feb 8, 2022 6:25 PM
  • simulation background event no current app in target combo box

    • Ticket Created on Feb 8, 2022
    • 1 Comment
    I can see only one app i [Target App] and it's not that actually running in sim. What there is this option for? I can't imagine simulate background for app I don't actual test but ok, maybe somebody can test it injection of data when oother app starts...
    • Feb 7, 2022 7:29 PM
  • Typos on the Persisting Data page.

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    On the Persisting Data page, in the "Accessing Properties and Settings: Application.Properties" section, in the API column of the table, it says Properties.getValue(), and Storage.setValue(). I'm pretty sure the latter should be Properties.setValue(...
    • Feb 6, 2022 9:06 PM
  • It's impossible to change settings order or hide properties

    • Ticket Created on Feb 8, 2022
    • 1 Comment
    If I want to disable such properties for some devices I can change it to read only or have to modify list and put settings in device's resource directory. But position is the same like in default settings.xml. It'd useful to: - add flag hide for...
    • Feb 5, 2022 4:49 PM
  • Suggestion: Bring VSC unit test experience on par with Eclipse

    • Ticket Created on Feb 8, 2022
    • 0 Comments
    Studio Visual Code is really great - but the experience is yet not on par with Eclipse. Eg.: It is not possible to run just one or selected unit test function T he Run No Evil test results window isn't there Bug: device setting in launch.json...
    • Feb 4, 2022 1:43 PM
  • device setting in launch.json ignored when running unit test in VSCode

    • Ticket Created on Feb 4, 2022
    • 0 Comments
    I have a launch.json file with: { "type": "monkeyc", "request": "launch", "name": "Run on fenix 6X Pro", "prg": "${workspaceFolder}${pathSeparator}bin${pathSeparator}${workspaceFolderBasename}.prg", "prgDebugXml": "${workspaceFolder}${pathSeparator...
    • Feb 4, 2022 11:21 AM
  • BLE on Simulator doesn't work with VS Code since SDK 4.0.7

    • Ticket Created on Feb 4, 2022
    • 0 Comments
    Apps debugged using VS Code using BLE emulator won't work as the initialization time of the COM port always takes longer than the timeout of the linking the debugger VS Code/simulator. In 4.0.7 changelog, "End the Visual Studio Code debug session if...
    • Feb 3, 2022 4:16 PM