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. 

  • 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 =...
  • Bug Report: app update process is broken.

    • Ticket Created on
    • 4 Comments
    I apologize if this question has been raised in the past. My users and I are experiencing weird app update issues. It seems that Garmin Connect and IQ Store apps are out of sync. Here's what happens after update roll-out (one of the following, I have...
  • Valid SVG, but fails to compile with org.apache.batik.transcoder

    • Ticket Created on
    • 1 Comment
    Hey folks — love the new SVG resource feature! I've been exporting SVGs using Abode Illustrator, and I noticed that certain valid SVG files can cause the compiler to fail. By default, Adobe doesn't seem to include width="..." height="..." attributes...
  • API access to the Performance Condition data

    • Ticket Created on
    • 1 Comment
    It would be nice if the "Performance condition" could be exposed in the API (Toybox.Activity.Info?). Since it is logged to the .fit-file one would think it's available at realtime
  • Garmin Express does not implement fallback to default language (english) resources

    • Acknowledged on
    • 6 Comments
    Use case: You want to localize your app but you have many settings and also some texts on the watch face. If you translate all resource strings (settings and watch facing strings) then the size of the prg file becomes way too large if you localize towards...
  • Toybox.Weather.CurrentConditions.observationLocationName returning null as string

    • Ticket Created on
    • 17 Comments
    Hi, 2 users have reported to me that the location showed in my watchface is null, in my code I make a null check so if the value of Toybox.Weather.CurrentConditions.observationLocationName is null I finish the function and nothing is printed, but they...