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. 

  • AppBase.getSettingsView does not work for Venu 2

    • Ticket Created on Jun 16, 2022
    • 4 Comments
    When getSettingsView is implemented in a data field application, it should be accessed by holding the Back/Menu button under "ConnectIQ Fields" menu item, but for Venu 2 this item is not displayed. I created a simple application that implements the getSettingsView...
    • Jun 13, 2022 10:04 PM
  • Properties with list type settingsConfig inside array settings are displayed empty in the simulator

    • Ticket Created on Jun 13, 2022
    • 3 Comments
    When I have an array type property, and inside it I have a list setting, then the list settings value is not displayed in the simulator. Here's an example: <properties> <property id="arrayTest" type="array"></property> <property id="control"...
    • Jun 13, 2022 4:11 PM
  • Regression bug: Ant.GenericChannel does not work in simulator with SDK 4.1.x anymore

    • Ticket Created on Jun 13, 2022
    • 16 Comments
    With CIQ SDK 4.1.x it is not possible to connect to an ANT device by using Ant.GenericChannel api from the simulator. For some reason, the connection to ANT device cannot be established from the simulator anymore. When switching to CIQ SDK 4.0.10, the...
    • Jun 12, 2022 5:02 PM
  • feature-request: enable CIQ apps to indicate no-data/missing-data/incorrect-data in a Fit field.

    • Ticket Created on Jun 13, 2022
    • 22 Comments
    Native apps have a way to indicate missing/no/invalid data in the FIT data file. For native apps' data GCM and web both are able to display correctly the gaps. For CIQ apps we currently only have the choice to send some data (like 0) that is "incorrectly...
    • Jun 12, 2022 3:40 PM
  • improvement-request: make "null has :foo" return false instead of Null Reference Error

    • Ticket Created on Jun 13, 2022
    • 4 Comments
    Currently we can do this: var a = null; var b = a instanceof Lanf.Number; // b will be false But we can't do this: var a = null; var b = a has :toNumber; Error: Null Reference Error Details: Failed invoking <symbol> Please modify the compiler to...
    • Jun 12, 2022 12:11 PM
  • bad height dc in glance view for D2AMach1

    • Ticket Created on Jun 16, 2022
    • 1 Comment
    win/eclipse/4.1.4 exactly the same was for epix: https://forums.garmin.com/developer/connect-iq/i/bug-reports/epix2-in-glance-view-returns-bad-height-of-dc and next bug: both command in sim [settings][glance..] not match to the situation on...
    • Jun 11, 2022 10:34 PM
  • Duplicate function/module names crash the compiler

    • Ticket Created on Jun 13, 2022
    • 0 Comments
    Given: function foo() {} module foo {} With type checking enabled, I get: ERROR: null java.lang.NullPointerException at com.garmin.monkeybrains.compiler2.ir.visitors.ModuleVisitor.visitModuleDefinition(ModuleVisitor.java:985) at com.garmin.monkeybrains...
    • Jun 11, 2022 3:31 PM
  • The type checker's symbol lookup doesn't match the runtime.

    • Ticket Created on Jun 13, 2022
    • 1 Comment
    I originally posted some of this as a question about how lookup was supposed to work , but now I can see it's not just unexpected behavior, it's actually buggy. function foo() as Number { return 0; } module bar { module foo { module bar ...
    • Jun 10, 2022 10:22 PM
  • System Error on Edge 530

    • Ticket Created on Jun 13, 2022
    • 0 Comments
    Today I have 2 System errors in the ERA Viewer that don't make much sense: Error Name: System Error Occurrences: 2 First Occurrence: 2022-06-09 Last Occurrence: 2022-06-09 Devices: Edge® 530: 9.10 App Versions: 1.0.2 Languages: cht Backtrace...
    • Jun 10, 2022 4:12 PM
  • feature-request: add CIQ version to ERA reports

    • Acknowledged on Mar 24, 2025
    • 2 Comments
    Can you please add the CIQ version of the device to the error report? Actually maybe you could add all the other software part's (sensor, etc) version too, though I guess they are much less useful.
    • Jun 10, 2022 4:02 PM