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: add excludeAnnotations to monkeyc in launch.json

    • Acknowledged on
    • 0 Comments
    Please make it possible to pass excludeAnnotations to monkeyc from launch.json. For example: { "type" : "monkeyc" , "request" : "launch" , "name" : "Run App +FOO-BAR" , "stopAtLaunch" : false , "device" : "${command:GetTargetDevice}" , ...
  • 7/8 Fields Layout in real fr955 device, but not in Sim?

    • Acknowledged on
    • 9 Comments
    I get reports from field that my data field app is not working in 7/8 Fields Layout. But not such layout exist for fr955 in Sim. Are layouts missing in Sim for fr955?
  • bug: Test.assert, Test.assertEqual, Test.assertEqualMessage don't throw exception

    • Acknowledged on
    • 3 Comments
    Both in SDK 6.4.2 and 7.1.0 the following tests should fail (throw an AssertException) but they PASS: (:test) function barAssertTest(logger as Logger) as Boolean { var expected = "FOO"; var actual = "BAR"; Test.assert(expected.equals(actual...
  • Feature request: open NFC for CIQ apps

    • Acknowledged on
    • 2 Comments
    Hi. I work in the payments industry and there is a lot of development happening now in the Point of sales space, where value added services can be created with the use of the mobile phone NFC capabilities and the fact most payment terminals are NFC capable...
  • Access to Datafield settings on Device

    • Acknowledged on
    • 3 Comments
    When you add a datafield with a settings menu it asks for going to the settings. After installing the datafield on a screen you cannot find the settings menu anywhere When you start a workout and go to the workout settings it suddenly shows up. ...
  • bug: compiler doesn't warn on missing translations for strings with scope="settings"

    • Acknowledged on
    • 0 Comments
    SDK 7.1.0 doesn't warn for missing string translations for strings with scope="settings"
  • Add NFC switch

    • Acknowledged on
    • 1 Comment
    添加NFC开关供用户选择,可以适当节省电量,减少不必要的电磁辐射。通过电磁辐射计发现,无论是否添加银行卡,255的NFC都是持续打开的。我们可以有选择地切换 255 个 NFC 用户。这样可以节省电力并减少电磁辐射
  • bug: can't use Menu2 in system7 devices in the simulator

    • Acknowledged on
    • 7 Comments
    SDK 6.4.2, I use Menu2, and it works on devices like fenix6, but it doesn't work on devices like fr255 since the newest update of the devices a few days ago. I think it's down to the addition of CIQ 5.0.0 to these devices. I checked it on a real fr965...
  • feature-request: enable setting sdk version per project

    • Acknowledged on
    • 1 Comment
    It would be useful if we could set the SDK to be used in some file in the project. This would make things much easier. People could download any old project from github and compile it without having to do the necessary changes to compile it in the latest...
  • Bug Report:Backlight does not turn on when using boolean values on Epix 2

    • Acknowledged on
    • 1 Comment
    If I understand the API correctly, I should be able to turn the backlight on to the current system brightness level using Attention.backlight(true); Running in the simulator, I see the backlight change from Off to Default but on a real device (Epix...