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. 

  • Simulator crash on MacOS Catalina

    • Ticket Created on
    • 1 Comment
    Hello there, I've a strange bug: I've this function function drawUnits(dc,spv,dv,slv){ dc.setColor(Graphics.COLOR_BLACK,Graphics.COLOR_WHITE); var speedunitdim=dc.getTextDimensions(speedValue.format("%.1f"),Graphics.FONT_LARGE); var xspeedunit...
  • VA3M battery charge lasts half as long with firmware 4.9

    • Ticket Created on
    • 10 Comments
    I downgraded to firmware 3.80 (which I found in the 3.84 beta .zip) on my Vivoactive 3 Music (it wasn't easy, I had to fill up its disk, twice, to prevent it from re-upgrading), and have verified that the battery usage goes back to what it was before...
  • Sim issue with saveWaypoints

    • Ticket Created on
    • 25 Comments
    In the sim using 3.1.5, the following sometimes doesn't work. Toybox.PersistedContent.saveWaypoint(location, {:name => name}); It works fine in the device (a real 1030).
  • Datafield Issue Rendering Clipped Regions

    • Ticket Created on
    • 1 Comment
    I have discovered when using a clip region drawing a Datafield, the display is sometimes rendered incorrectly if the field is present on multiple positions of the screen. I have replicated the problem using the code example below on the simulator and...
  • Sliding transitions cause views to hang or freeze

    Former Member
    Former Member
    • Ticket Created on
    • 0 Comments
    See the following post. This issue was found years ago and seemingly never fixed. https://forums.garmin.com/developer/connect-iq/f/q-a/194115/sliding-transitions-causing-views-to-get-hung-up/945453#945453
  • since upgrade to firmware to 6.90 method requestApplicationWake does not work anymore

    • Ticket Created on
    • 3 Comments
    For my Vivoactive 3 i wrote a program that uses the method requestApplicationWake. Since the update to firmware 6.90 this method has no effect. This error can be reproduced with sample 'Timer' which uses this method. The timer is supposed to wake when...
  • Vivoactive 3 SDK openApplication doesn't work with lastest firmware

    • Ticket Created on
    • 6 Comments
    Since the last version a lot of user goes back to me that the screen of opening of an application on their vivoactive 3 does not work anymore. Currently I will remove this feature because users think that the concern comes from my side and lowered my...
  • Simulator not working on Ubuntu 19.04

    • Acknowledged on
    • 7 Comments
    Hello, I tried to run the ConnectIQ on Ubuntu 19.04 but finally had to give up trying to fix all those missing libraries: ~/ConnectIQ/bin $ ./simulator ./simulator: error while loading shared libraries: libpng12.so.0: cannot open shared object file...
  • Can't install 3.0.X SDKs after upgrading Eclipse plugins to 3.1.3

    • Ticket Created on
    • 0 Comments
    I'm using Eclipse on PC and have upgraded my plugins for Connect IQ IDE and Connect IQ SDK Manager to 3.1.3. I've tried this both with my old Eclipse install (Eclipse IDE for Java Developers, Version: 2018-09 (4.9.0), Build id: 20180917-1800, OS: Windows...
  • MapView and MapTrackView classes are broken - even more on CIQ3.1

    • Ticket Created on
    • 19 Comments
    Hi, not only that CIQ 3.0 implementation of MapView and MapTrackView still have more issues than actual working features, CIQ 3.1 even made them worse. Newly, UI rendered by both classes can not be refreshed on CIQ 3.1 devices by calls from code after...