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. 

  • Two watch faces load when using WatchUi.requestUpdate() on Epix Gen 2

    • Ticket Created on Mar 11, 2022
    • 0 Comments
    I have had multiple customers with issues on the Epix Gen 2 where the watch face will switch to another watch face when going into always on mode. Details: - The Tempo watch face is available on the Venu 2/2s as well and only has the issue on Epix...
    • Mar 11, 2022 3:48 PM
  • Profiler hangs in response to change language

    • Ticket Created on Mar 11, 2022
    • 0 Comments
    STEPS TO REPRODUCE 1. (Optional) Start from a position of total ignorance as to how this thing works! 2. Start the profiler 3. Use settings menu to change language ACTUAL RESULT Simulator hangs and becomes utterly unresponsive, also messing...
    • Mar 11, 2022 11:09 AM
  • Simulator button presses terminate app

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    When starting my widget in simulator (e.g. fenix 6 Pro), the button presses no longer call the BehaviorDelegate functions (like onPreviousPage), they just terminate the widget. The only button that still works, is the Start button calling onSelect. I...
    • Mar 11, 2022 9:51 AM
  • Venu 2 Plus Fails to Retrieve Large Image From Storage.

    • Ticket Created on Mar 11, 2022
    • 4 Comments
    It appears that the Venu 2 Plus, or any device with a graphics pool for that matter, can't retrieve large images using Storage.getValue(). (I haven't tested non-graphic pool devices, as they can't download images that big). The image in question is 368165...
    • Mar 11, 2022 4:43 AM
  • sdkmanager not opening

    • Acknowledged on Feb 20, 2025
    • 15 Comments
    Doing a fresh install on my new windows 10 machine. Downloaded the latest sdkmanager (4.0.10), and it gets flagged by windows defender smartscreen. If I choose 'run anyway', I get the following error: sdkmanager.exe - Application Error The application...
    • Mar 9, 2022 6:51 PM
  • Really not very helpful, and anonymous, error message in compiler with properties.

    • Ticket Created on Mar 11, 2022
    • 0 Comments
    STEPS TO REPRODUCE Generate a properties.xml file with a number of empty values and make one of them numeric... EG: <property id="other1Encode" type="number" /> Then try to compile... ACTUAL RESULTS Compiler fails with a not very helpful...
    • Mar 8, 2022 5:00 PM
  • Feature-request: add sleep data to the sdk (2022)

    • Acknowledged on Feb 20, 2025
    • 99 Comments
    Please add sleep related data to the SDK so apps/widgets can read the sleep data (similar to ActivityMonitor.getBodyBatteryHistory(), at least the stages with the timestamps, maybe also the aggregated time for the stages and the sleep score)
    • Mar 8, 2022 2:20 AM
  • Day of week appearing incorrectly as D rather than DOM (for Sunday) on Garmin Fenix 7X set to Italian Language

    • Ticket Created on Mar 11, 2022
    • 1 Comment
    I've had a big reported to me where a user of my watch face with his watch set to Italian only shows D rather than DOM for the day of the week display. This occurs on a Garmin 7X with the language set to Italian. This also occurs on the "stock" pre-installed...
    • Mar 7, 2022 10:44 PM
  • float.format() works bad

    • Ticket Created on Mar 11, 2022
    • 4 Comments
    as I understand format with precision works like round(float,precision), so this code run bad (from time to time) var f1 = 1.545, f2=1.445; SYS.println(MAT.round(f1) + " " + MAT.round(f2)); SYS.println(f1.format("%.0f") + " " + f2.format("%.0f"));...
    • Mar 7, 2022 8:49 PM
  • Edit Properties and Storage not working on Mac

    • Acknowledged on Feb 20, 2025
    • 8 Comments
    The error i get is "No settings file found for this app. This app may not have settings." Storage does not work either: "This app does not have any saved any objects from Application.Storage.setValue()" I'm on sdk 4.0.9 but none of them works.
    • Mar 6, 2022 7:10 AM