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. 

  • cannot build epix2pro series devices.

    • Acknowledged on
    • 3 Comments
    I cannot build epix2pro series: epix2pro42mm/epix2pro47mm/epix2pro51mm with the following error. Can someone have a look on it? Thanks. Others devices such as fenix7 pro etc work well. The SDK is 4.2.3 and 6.2.0, I try both windows and linux and encounter...
  • AffineTransform documentation incorrectly refers to product of 2 matrices as "cross product"

    • Acknowledged on
    • 1 Comment
    https://developer.garmin.com/connect-iq/api-docs/Toybox/Graphics/AffineTransform.html The doc at the above link has several references to the "cross product" of two matrices (or a matrix and a vector), but I think a more appropriate term would be "matrix...
  • onStop is not called

    • Acknowledged on
    • 1 Comment
    win10/eclipse/6.2.0 when app is type of widget APP.onStop() is not called in on sim (e.g f7) 6.2.0 //starting with glance >****************************** APP.initialize< //[start] >****************************** APP.initialize< //initial...
  • BluetoothLowEnergy bug in the latest Instinct 2 firmware

    • Acknowledged on
    • 42 Comments
    After Instinct 2 / Crossover watches were updated from 11.18 to 12.23 and 12.25 firmware, the BLE functionality is broken. I traced the issue to a getService or getServices calls: function onConnectedStateChanged( device, state ) { var v_service ...
  • onRelease event does not update ClickEvent coordinate aftre first use

    • Acknowledged on
    • 5 Comments
    The onRelease call back in a behavior delegate does not update the ClickEvent coordinates past the first time it is called on physical devices. This issue is only seen on the device itself as the simulator works as expected and updates the onRelease coordinates...
  • Bug reading properties in simulator for Instinct Crossover

    • Acknowledged on
    • 1 Comment
    In the simulator for SDK 4,2.4, running the Instinct Crossover, it reports that monkey version 3.4.0 is being used. When a valid string property is read, using AppBase.getProperty(key), an empty string is always returned instead of the set string value...
  • Problem from SDK 4.1.6

    • Acknowledged on
    • 1 Comment
    Everything works well with SDK 4.1.5, but I got some issues from 4.1.6. Error is: invalid explicit typing of a local variable. Local variable types are inferred [ln 138, col1 ] 138: var id as String; Any idea? jerome
  • Bug report: display design changes after activity or opening protocoll

    • Acknowledged on
    • 1 Comment
    Since the last update, the display design of the Forerunner 955 changes after finishing activities or reading the sleepprotocol. It changes to the same "wrong" design after the same activity, but different designs betweeen sleepprotocol and activity....
  • Simulator 4.2.x crashes on Linux

    • Acknowledged on
    • 1 Comment
    The simulator in SDK 4.1.7 and earlier work on my Linux computer The simulator in SDK 4.2.1 to 4.2.3 crashes: 11:48:46: Debug: SetLayout Thread 1 "simulator" received signal SIGBUS, Bus error. Backtrace in gdb give the following: #0 0x0000555555849b11...
  • Drawing text with transparent background into palletized bitmaps no longer works in recent firmware updates

    • Acknowledged on
    • 2 Comments
    What was once an issue in the simulator only, now seems to have found its way into the firmware of certain watches. https://forums.garmin.com/developer/connect-iq/i/bug-reports/no-more-transparency-for-font-background-on-bufferd-bitmap-since-sdk-4-0...