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. 

  • Impossible to pushView from TextPickerDelegate.onTextEntered

    • Ticket Created on
    • 4 Comments
    I tried to push a Progressbar from TextPickerDelegate.onTextEntered, but the ProgressBar doesn't appear on screen on the device, while it does on the simulator. Through trial and error I was able to work around the issue by pushing the view twice: function...
  • Wrong Widget lifetime flow in Edge 530

    • Ticket Created on
    • 2 Comments
    I've been looking into an issue related to Widgets on Edge devices. Looks like the app and view lifetime is not correct with widgets: For reference, here are printfs from Watch App type, where things and sequence is correct: BSApp::onStart: 13:40...
  • Unsupported constellation option (CONSTELLATION_GLONASS)

    • Ticket Created on
    • 5 Comments
    I use the latest Garmin SDK 3.2.3 on a Windows 10 computer and get following error when using Position.CONSTELLATION_GLONASS: Error: Unhandled Exception Exception: Unsupported constellation option Following sequence leads to the error: if (Sensor...
  • Null makeOAuthRequest response

    • Ticket Created on
    • 1 Comment
    A response to this makeOAuthRequest is occasionally null. Sometimes the callback function gets the right response, sometimes an empty dictionary {} and sometimes it is just null. I am not aware of any way how we could influence that. I can understand...
  • Memory fragmentation in FW?

    • Ticket Created on
    • 7 Comments
    My long running app crashes and I suspect memory fragmentation in the FW. It ran for 1:45 on my F5 before crashing out of memory: Error: Out Of Memory Error Details: 'Failed invoking <symbol>' Time: 2020-10-17T02:18:02Z Part-Number: 006-B2697-00...
  • MacOS: SDK Simulator 3.2.1 always crashes on Background.exit

    • Acknowledged on
    • 1 Comment
    After the background process ends, the MacOS: SDK Simulator 3.2.1 crashes with message: „ Encountered an app crash.“ Same app works in older simulator. App continues to run in the simulator, but monkeydo terminates and does not print console messages...
  • Settings editor doesn't work for DataFields.

    • Ticket Created on
    • 9 Comments
    TO REPRODUCE: 1. Open a datafield project with settings 2. Run it on the simulator 3. Open settings editor EXPECTED RESULT: Should see settings... ACTUAL RESULT: I have verified this swapping between app projects, datafield projects and...
  • Bad antialiasing of transparent color

    • Ticket Created on
    • 3 Comments
    There is a wrong antialiasing if I draw an arc in Gfx.COLOR_TRANSPARENT and dc.setAntiAlias(true) : It works perfectly when dc.setAntiAlias(false) :
  • D2Air missing "next()" for iterator.

    • Ticket Created on
    • 0 Comments
    My app downloads courses. It works on the D2Charlie but not on the D2Air. This is in the simulator. The app throws a "Symbol not found" at the "next()" call. else if(!(data instanceof Toybox.PersistedContent.Iterator)) { bError = true; System...
  • Connect IQ Mobile SDK 1.4 BLE Example App - Test Applications Missing from Store

    Former Member
    Former Member
    • Ticket Created on
    • 0 Comments
    I've downloaded the Mobile SDK for iOS 1.4 BLE - ExampleApp. Once compiled and running on the device, it successfully finds my Garmin Device and presents a menu of applications to install: 2048 App, Loopback Test App and String Test App. On clicking...