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. 

  • Garmin Express Mac does not accept UTF8 characters for a string app setting

    • Ticket Created on
    • 0 Comments
    For some reason Garmin Express Mac accepts only ASCII characters for a string app setting, where all other settings editors (Garmin Express Windows, Garmin Connect Mobile Android and Garmin Connect Mobile iOS) do support UTF8 characters. To be clearer...
  • Gregorian.info() handles DST incorrectly for dates other than now/today (works in sim, not on device)

    • Ticket Created on
    • 2 Comments
    Related Issue https://forums.garmin.com/developer/connect-iq/i/bug-reports/docs-for-gregorian-moment-imply-that-the-input-is-in-local-time-gregorian-info-and-utcinfo-suggest-otherwise Description Gregorian.info() handles DST incorrectly for dates...
  • ClockTime.dst is 0 on the watch, correct value on the simulator

    • Ticket Created on
    • 2 Comments
    Description ClockTime.dst is 0 on the watch, correct value on the simulator. Also reported here: https://forums.garmin.com/developer/connect-iq/f/discussion/257552/system-getclocktime-dst-is-3600-in-the-simulator-but-zero-on-my-watch 6 years ago...
  • Docs for Gregorian.moment() imply input is interpreted as local time (not UTC), but Gregorian.info() and utcInfo() suggest otherwise

    • Ticket Created on
    • 1 Comment
    Related Issue https://forums.garmin.com/developer/connect-iq/i/bug-reports/gregorian-info-handles-dst-incorrectly-for-dates-other-than-now-today-works-in-sim-not-on-device Description The documentation for Gregorian.moment() implies that the input...
  • Custom Training Name = internal identification?

    • Ticket Created on
    • 0 Comments
    Greetings, I just finished pulling my hair over the following issue: I had two custom trainings created and saved in the connect app (android). Bike, named "Intervalltraining Rad" Running, named "Intervalltraining Laufen" I tried to download...
  • Please add HTTP PATCH support

    • Ticket Created on
    • 0 Comments
    Hi, I am developing a small application to show my Microsoft Todo list directly on my watch. Unfortunately, the JSON API requires the use of the PATCH verb for certain operations. I was really surprised to find that this is not a supported verb. There...
  • simulator crashes on windows following makeWebRequest()

    • Ticket Created on
    • 0 Comments
    The makeWebRequest() method completes successfully. The onReceive() method completes successfully. The onBackgroundData() method completes successfully The simulator continues to run the application, process fit data and make further webRequests...
  • mdd command line debug timeout loading prg app

    • Ticket Created on
    • 4 Comments
    Per the documentation for ConnectIQ 3.2, it should be possible to use mdd as a command line debugger mdd --help usage: mdd [-d <arg>] [-e <arg>] [-h] [-x <arg>] -d,--device <arg> Device to simulate -e,--executable <arg>CIQ executable (PRG) to debug...
  • Unable to dynamically update Menu2 title - works in sim, not on device

    • Ticket Created on
    • 7 Comments
    I modded the SDK's Menu2Sample to fire a timer every second which calls both setTitle() and updateItem(), followed by WatchUi.requestUpdate(), to cycle through 3 values for the title and an item sublabel. In the sim, both the title and the item sublabel...
  • callback in makeWebRequest in background never called

    • Ticket Created on
    • 1 Comment
    Environment: Venu (physical and simulator) Connect IQ 3.2.4 Eclipse: 4.17.0 Here are two examples of background service delegates: This example triggers the user to be notified about opening the app using Toybox.Background; using Toybox.Communications;...