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. 

  • 6.2.0 Cannot call function in Class - worked flawlessly with SDK 4.2.4

    • Acknowledged on
    • 6 Comments
    Cannot call function curRadarBattery = myBikeRadarListener.getMyBattery(); Gives an error: ERROR: edge1040: C:\Garmin_IQ_Projekte\RadarBattery\source\RadarBatteryView.mc:53,8: Cannot find symbol ':getMyBattery' on class definition '$.myBikeRadarListener...
  • Using ActionMenu in ViewLoop crashes and reboots watch

    • Acknowledged on
    • 4 Comments
    Trying to display an ActionMenu using WatchUi.showActionMenu while a ViewLoop is active immediately hard crashes my device (i.e. it reboots). It works fine in the simulator. This crash has also been reported by another user, see the first comment here...
  • 6.2.0: Cannot call instance methods on objects from static functions defined on the same class

    • Acknowledged on
    • 0 Comments
    class Set { function addAll (items as Array<Object?> or Set) as Void { // Add all items to the set from a source array or set ... } ... static function from (items as Array<Object?> or Set) as Set { /* Initialize and return a new...
  • 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