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. 

  • Feature-request: Improve jungle processor

    • Ticket Created on May 31, 2022
    • 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...
    • May 27, 2022 12:06 PM
  • Improve documentation: Add api levels and system levels to Device Reference

    • Ticket Created on May 31, 2022
    • 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...
    • May 27, 2022 11:41 AM
  • System Error on GenericChannel.getDeviceConfig() in edge1030

    • Ticket Created on May 31, 2022
    • 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 ...
    • May 27, 2022 10:41 AM
  • underscore: app name must be a valid Monkey C identifier

    • Ticket Created on May 31, 2022
    • 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...
    • May 26, 2022 12:09 PM
  • TextPicker with long Chinese initialText crashes simulator.exe

    • Ticket Created on May 26, 2022
    • 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...
    • May 26, 2022 9:38 AM
  • wrong Lang.String value in Visual Studio Code debugger

    • Ticket Created on May 26, 2022
    • 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...
    • May 26, 2022 9:36 AM
  • FR55. Text with transparent background problem in bufferedBitmap

    • Ticket Created on May 26, 2022
    • 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...
    • May 26, 2022 8:00 AM
  • ERA.BAT returns "A server error has occurred. Please try again later"

    • Ticket Created on May 26, 2022
    • 5 Comments
    Decided to start this in its own thread. I tried on two computers, two different networks, same result :-( Running era.bat -a {myDevID} -k developer_key gives me A server error has occurred. Please try again later Looking the communication...
    • May 26, 2022 2:19 AM
  • Creating bitmap from SVG

    • Ticket Created on May 26, 2022
    • 3 Comments
    I have an SVG icon I want to convert into a bitmap. Documentation makes it appear I can do something like this: <resources> <bitmap id = "bm_clouds" filename = "svg/clouds.svg" scaleX = "16" scaleY = "16" > </bitmap> </resources> I get no...
    • May 25, 2022 2:54 PM
  • TextPicker crash on touch screens

    • Ticket Created on May 25, 2022
    • 2 Comments
    What could be the cause for follwing TextPicker behaviour on touch enabled devices? 1) WatchUi.pushView TextPicker and TextPickerDelegate -> TextPicker view is shown as expected 2) tap within TextPicker -> text editing and exiting the view works as expected...
    • May 25, 2022 9:46 AM