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. 

  • ClockTime.dst is 0 on the watch, correct value on the simulator

    • Ticket Created on May 27, 2021
    • 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...
    • Mar 18, 2021 1:05 AM
  • Docs for Gregorian.moment() imply input is interpreted as local time (not UTC), but Gregorian.info() and utcInfo() suggest otherwise

    • Ticket Created on May 27, 2021
    • 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...
    • Mar 18, 2021 12:59 AM
  • Custom Training Name = internal identification?

    • Ticket Created on Mar 31, 2021
    • 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...
    • Mar 15, 2021 1:14 PM
  • Please add HTTP PATCH support

    • Ticket Created on Mar 22, 2021
    • 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...
    • Mar 14, 2021 10:46 PM
  • simulator crashes on windows following makeWebRequest()

    • Ticket Created on Mar 15, 2021
    • 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...
    • Mar 13, 2021 11:29 AM
  • mdd command line debug timeout loading prg app

    • Ticket Created on Mar 12, 2021
    • 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...
    • Mar 12, 2021 6:22 PM
  • Unable to dynamically update Menu2 title - works in sim, not on device

    • Ticket Created on Aug 10, 2021
    • 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...
    • Mar 11, 2021 7:19 PM
  • callback in makeWebRequest in background never called

    • Ticket Created on Mar 10, 2021
    • 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...
    • Mar 7, 2021 5:56 PM
  • Connect IQ Build Target for Edge Explore and Edge 1000 confusing for Temperature readings.

    • Ticket Created on Mar 10, 2021
    • 3 Comments
    Build Target for Edge Explore and Edge 1000 is one checkbox. I need to read temperature from device Edge 1000. I enable it. It works. But now for Edge Explore device Garmin team invented the wheel and disabled working temperature sensor readings...
    • Mar 4, 2021 1:45 PM
  • background process doesn't start on device

    • Ticket Created on May 27, 2021
    • 5 Comments
    device: fenix 6, ciq 3.2.4, fw 15.71 the code (no code format - forum error as usually) below not start background (either with Duration or TMoment in registerForTemporalEvent) ///app using Toybox.Application as APP; using Toybox.WatchUi as UII;...
    • Mar 3, 2021 4:30 PM