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. 

  • 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;...
  • Connect IQ Build Target for Edge Explore and Edge 1000 confusing for Temperature readings.

    • Ticket Created on
    • 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...
  • background process doesn't start on device

    • Ticket Created on
    • 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;...
  • Release original garmin weather icons

    • Ticket Created on
    • 1 Comment
    It would be nice if garmin could give out a font with their original weather icons that are used by the weather data field. Now that garmin weather can be used on most CIQ3.2 devices, having access to the "original" icons would be great.
  • Dangerous CIQ Bug: Disables Backlight

    • Ticket Created on
    • 5 Comments
    This has worked as expected for a couple of years, but broke the device behavior a few months ago. I thought my Garmin Edge 1030 was bad, but it occurs on the new one as well, the latest firmware too. Context: I wrote have a BARREL full of little "utilities...
  • venu sq trouble with BufferedBitmap

    • Ticket Created on
    • 5 Comments
    according to problems describes in https://forums.garmin.com/developer/connect-iq/f/discussion/253187/venu-and-venu-sq-differences I think that venu sq doesn't support BufferedBitmap. The strange is that I was sure I posted this bug erly but can...
  • initialise member with member's const lead to errors on some devices

    • Ticket Created on
    • 1 Comment
    this code: class PSX1_View extends UII.WatchFace { const cDFN = 2; var mDFN = cDFN;//line 74 ... } generate error on some devices (I've observed it on devices with big memory vivoactive 4, venu sq music) and not on simulator. from ERA:...
  • simulator for amoled device not emulate right this devices

    • Ticket Created on
    • 2 Comments
    on real amoled devices screen is cleared every second but on simulator is not cleared so, when I no draw entire screen every second its run well on MiP and simalotor but on real amoled devices the screen is black.
  • sdk doc error

    • Ticket Created on
    • 0 Comments
    divide(value) ⇒ Toybox.Time.Duration Divide a Duration by a value. Parameters: value — ( Toybox.Lang.Number , Toybox.Lang.Float ) — The value by which to divide the Duration Example: using Toybox.Time; var fourHours =...