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. 

  • Invalid architecture for linux 4.0.3

    • Ticket Created on
    • 0 Comments
    On https://developer.garmin.com/downloads/connect-iq/sdks/sdks.json you can see an incorrect SDK for linux for version 4.0.3 { "version": "4.0.3", "title": "Connect IQ 4.0.3", "release": "June 2, 2021", "mac": "connectiq-sdk-mac-4.0.3-2021-06...
  • Is the buggy antialiasing in simulator also in the watches?

    • Ticket Created on
    • 2 Comments
    Seems that circles drawn with antialiasing are missing parts of their rendering on some watches in the simulator (e.g. Fenix 6 Pro). Antialiasing looks fine on some other devices (e.g. Fenix 7) and circles are ok without antialiasing. Is this an...
  • Feature-request: Improve error messages

    • Ticket Created on
    • 2 Comments
    Garmin: Please improve error messages! Developers: Please add your examples as comments (and vote!) Examples: Error: Unhandled Exception Exception: Key does not exist in Application Properties Error: Unhandled Exception Exception: Key does not...
  • Feature-request: Improve jungle processor

    • Ticket Created on
    • 3 Comments
    Please improve the jungle processor by adding new features. The idea is to give more power to developers to optimize their code. For example to enable to decrease the code size by giving easily usable directory structure and excludeAnnotations. 1. Hardware...
  • Improve documentation: Add api levels and system levels to Device Reference

    • Ticket Created on
    • 8 Comments
    Please add information about the possible system level and api level each device can have to: https://developer.garmin.com/connect-iq/reference-guides/devices-reference/ For example: Fenix 6: min system: 4 max system: 5 min api: 3.2.0 max...
  • System Error on GenericChannel.getDeviceConfig() in edge1030

    • Ticket Created on
    • 4 Comments
    I see some errors in a line of code in ERA: "Error Name: System Error" It happens only on Edge 1030 devices. This is the code in that line: protected function getDeviceConfig () as Ant.DeviceConfig { return GenericChannel. getDeviceConfig (...
  • underscore: app name must be a valid Monkey C identifier

    • Ticket Created on
    • 0 Comments
    Tested with Connect IQ SDK 4.1.3: In manifest.xml iq:application rejects string names that start with an underscore even if the string exists. works: <iq:application name="@Strings.xyz"> failes: <iq:application name="@Strings._xyz"> monkeybrains' error...
  • TextPicker with long Chinese initialText crashes simulator.exe

    • Ticket Created on
    • 0 Comments
    tested with Connect IQ Device Simulator 4.1.3 for fenix7s and language set to zht 1) create a Toybox.WatchUi.TextPicker with below initialText values 2) call Toybox.WatchUi.pushView for that TextPicker simulator.exe unexpectedly crashes: "龢龠1龢龠2龢龠3龢龠4龢龠5龢龠6龢龠7龢龠8龢龠9龢龠a龢龠b...
  • wrong Lang.String value in Visual Studio Code debugger

    • Ticket Created on
    • 0 Comments
    tested with Monkey C 1.0.4 extension in Visual Studio Code 1.67.0 on Windows 10.0.19044: actual variable value: "龢龠1龢龠2龢龠3龢龠4" displayed under Run and Debug / VARIABLES: "1234" "Copy Value" from Run and Debug / VARIABLES: "1234" Printed by Toybox.System...
  • FR55. Text with transparent background problem in bufferedBitmap

    • Ticket Created on
    • 1 Comment
    After a recent FR55 firmware update, a problem appeared: Changes the background color in a bufferedBitmap (prefilled with a background color) when printing text with a transparent background to a transparent color. Also, this printing overwrites the...