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. 

  • Menu2 on Fenix7x will quit automaticly given without any operation for a while

    • Ticket Created on May 13, 2022
    • 4 Comments
    Hi,CIQ team, Some of my fenix7x users reported me that my app JumpJump Pro would quit automaticly on a menu2 page after serveral seconds ildeness and the content displayed turned out to be a normal activity recording homepage just like Running or so...
    • May 13, 2022 7:22 AM
  • Test methods is(), isnt() and ok()

    • Ticket Created on May 11, 2022
    • 3 Comments
    I think it is nice to have some easier, less typing test method function names: * Test.assertEqualMessage() as is() * Test.assertNotEqualMessage() as isnt() * Test.assertMessage() as ok() This would allow way less typing, eg: Test.is(needle, haystack...
    • May 7, 2022 12:35 AM
  • excludeAnnotations work inconsistently in barrels vs barrel projects

    • Ticket Created on May 4, 2022
    • 0 Comments
    Given this BarrelTest.mc module BarrelTest { (:one) const Konstant = 2; (:two) const Konstant = 1; } and this monkey.jungle project.manifest = manifest.xml base.excludeAnnotations = one If I try to build the barrel project, I get...
    • May 3, 2022 9:12 PM
  • Descent G1 Solar power mode doesn't apply

    • Ticket Created on May 6, 2022
    • 0 Comments
    A new power mod can be created, but the created power mod cannot be applied.
    • Apr 30, 2022 12:57 PM
  • Bad simulation in simulator

    • Ticket Created on May 4, 2022
    • 11 Comments
    Implementing an app for a touchscreen device is risk is you don t own a touch screen device. Once again I face an issue and I am blind to fix it. On VEnu2s my app craches when the user press the 'lap' button, it works perfectly in simulator, and seems...
    • Apr 30, 2022 10:16 AM
  • SIMULATOR BUG: CIQ 4.1.x changes in the value of DeviceSettings.isGlanceModeEnabled

    • Ticket Created on Apr 27, 2022
    • 9 Comments
    In the simulator in CIQ 4.0.x, the value of DeviceSettings.isGlanceModeEnabled was always *true* for devices that supported widget glance views. This appears to have been changed in CIQ 4.1.x as the value of DeviceSettings.isGlanceModeEnabled is now...
    • Apr 27, 2022 7:02 PM
  • The ownership model for array settings needs to be documented

    • Ticket Created on Apr 28, 2022
    • 1 Comment
    Prior to array settings, all the properties managed by the connect app were value based - your program could get the value via Application.Properties.getValue(), and the only way to change it was via Application.Properties.setValue(). With array settings...
    • Apr 27, 2022 3:24 PM
  • Simulator don't work (empty grey screen)

    • Ticket Created on Apr 28, 2022
    • 1 Comment
    I have installed Visual Studio Code + Connect IQ SDK + Monkey C in two computer (Windows 11 Pro and Windows 10 Pro), with same result... when i run a project with Ctrl+F5, Simulator app is opened but empty with a grey screen. I can not attach a screenshot...
    • Apr 27, 2022 2:52 PM
  • Settings list items should be allowed to have the same names

    • Ticket Created on May 18, 2022
    • 4 Comments
    As has been noted elsewhere, settings configs are relatively cheap, but not free. Every string resource you add to the settings increases your programs memory footprint. I have a datafield which supports lots of different data types (pace, speed, distance...
    • Apr 27, 2022 2:46 PM
  • clearClip is almost 4 more times expensive then setClip

    • Ticket Created on Apr 27, 2022
    • 13 Comments
    setClip should contain clearClip becouse there is no multiply clips
    • Apr 26, 2022 12:51 AM