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. 

  • BUG: Venu SQ reports wrong getHeight() for center field i 3 Fields mode (on real device, not sim)

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    On the Venu SQ device, in real life, getHeight() for center field i 3 Fields mode reports a height of 106 pixels. In the simulator and documentation the height is the correct 86 pixels. This bug makes my Pacer data field paint over the 3rd lower/bottom...
    • Jan 14, 2023 10:50 AM
  • PulseOx sensor set to "All Day" after exiting Connect IQ app on Tactix 7

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    A user has reported that after exiting from a Connect IQ activity app that the system setting for the PulseOx sensor gets changed to "All Day". This happens even if the PulseOx sensor is not used (there is a setting to turn it off in the app) and even...
    • Jan 13, 2023 4:45 PM
  • Tracked Yoga activity shows high stress

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Hi there. I think all tracked (also untracked MoveIQ) activities are shown with no stress on charts and doesn't drain that much of body battery. Only exception is Yoga activity (garmin app), when this tracked activity shows high levels of stress with...
    • Jan 12, 2023 8:12 AM
  • Bad ERA logs

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    It happens usually on APAC devices or newest ones (f7/epix2/etc.) Error always Invalid value Error Name: Invalid Value Occurrences: 1 <--- ONLY from one user and only once First Occurrence: 2023-01-08 Last Occurrence: 2023-01-08 Devices: fēnix® 7X...
    • Jan 10, 2023 7:10 PM
  • Track Awake Time Accurately

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    The Garmin watches track low heart rate around night time as sleep, even if you are awake. For example I was awake for a few hours last night, extremely restless and moving around. It only tracks me being awake for 5 minutes all night. I hope there...
    • Jan 10, 2023 4:11 PM
  • Feature request: more than 256 image resources allowed

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    I have run up against this limitation. I would like to include more than 256 image resources in my application.
    • Jan 10, 2023 2:50 AM
  • Feature request: access to the file system

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    I would like to be able to include, reference, read from, and write to files on device storage. This will enable me to include content in my app that doesn't fit neatly into xml resources, e.g. long text, SVGs, or markup languages.
    • Jan 10, 2023 2:47 AM
  • Feature request: dynamic resource loading

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Loading application resources (strings, images, etc.) in Connect IQ is done using symbols. Symbols are a compile-time construct, so any resources I want to put in my application have to be hard-coded in my source files. I would like to be able to reference...
    • Jan 10, 2023 2:44 AM
  • Feature request - Buffered string reader

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    I would like to be able to read large strings from Rez in small chunks to avoid slowing down my UI or running out of memory. This is a standard feature in many languages and will enable me to read in long text into my app.
    • Jan 10, 2023 2:38 AM
  • bug: const X = null as Array; doesn't give an error with strict typecheck

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    When I compile with -l 3 the following line should give an error: const X = null as Array<Number>; same for: const Y = null as Number; SDK: 4.1.7
    • Jan 9, 2023 8:41 PM