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. 

  • 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...
  • Bug report: FIT Contributor not working as expected on Edge 540 and 1040 units

    • Acknowledged on
    • 0 Comments
    We have a CIQ app (called ACS) which is being used by over 200 people. In the last two weeks we have had people reporting that the data is not being saved to FIT file properly. The app writes record, lap and session data fields. The issue is that...
  • Bug Report: App settings intermittently missing

    • Acknowledged on
    • 3 Comments
    I have several customers reporting that the App Settings values are intermittently shown as blank or empty. They will automatically return after a time. Reports so far have all been seen on CIQ on mobile devices.
  • documentation improvement request: onSwipe is only left/right or up/down on certain devices

    • Acknowledged on
    • 1 Comment
    I'm not sure if it's a bug in the physical device as well (because I don't have one) and the simulator reproduces it correctly (In which case it would be a good idea to add this to the documentation) or it's a bug in the simulator. InputDelegate.onSwipe...
  • bug: impossible to use montana7xx in the simulator on a screen with 1080 (or less) vertical resolution

    • Acknowledged on
    • 0 Comments
    I am trying to run the Input sample from the SDK on montana700 in the simulator. It runs, but I can't access the buttons on the bottom, because it's out of the screen and I have no way to move it up. MacOS Sonoma, SDK: 6.4.2
  • bug: the lap and start/stop buttons are switched in the simulator on edgeexplore2

    • Acknowledged on
    • 0 Comments
    SDK 6.4.2, simulator, edgeexplore2. The bottom-left button on a real device is lap, and the bottom-right button on a real device is start/stop. However in the simulator the two buttons are switched. Can be reproduced with the Input sample.
  • bug: TONE_ERROR and TONE_KEY are silent on real fr965 device

    • Acknowledged on
    • 2 Comments
    I was testing an app on a real device (fr965) and the TONE_ERROR and TONE_KEY are not making any noice. Both tones do work as expected on other real devices I tried (ee2, f6) I hope that this is the right place to report. PS: easiest way to reproduce...