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. 

  • no vivolife device

    • Under Review on
    • 1 Comment
    I changed computer and installed everything from the beginning, VSC, extension, SDK manager 1.0.15, ..., and downloaded all devices. I c ouldn't build project because SDK manager didn't download vivolife device. T aking the device directory from the...
  • More of a question

    • Under Review on
    • 1 Comment
    Unsure if this is the appropriate location, first time user here. My Instinct 3 AMOLED is auto answering call on my phone. The alert vibrates, I look at the watch then retrieve my phone to find out it’s already answered it. Any thoughts.
  • Retrieving array data from memory lead to the following error: Byte array instantiated with invalid type '$.Toybox.Lang.String'

    • Under Review on
    • 0 Comments
    In one of my app i store an array of strings into the device memory but then, when i get them back using the following: MemItemsStoredArray = new Array<String>[MemItemsTotalIndex]; ...... MemItemsStoredArray=Storage.getValue("MemItemsArrays"); I check...
  • Retrieving array data from memory lead to the following error: Byte array instantiated with invalid type '$.Toybox.Lang.String'

    • Under Review on
    • 4 Comments
    In one of my app i store an array of strings into the device memory but then, when i get them back using the following: MemItemsStoredArray = new Array<String>[MemItemsTotalIndex]; ...... MemItemsStoredArray=Storage.getValue("MemItemsArrays"); I check...
  • On watch Connect IQ Store crashes

    • Acknowledged on
    • 0 Comments
    I am finding that the Store app regularly crashes when I select the Installed option. Generally, after a crash, I'll just start it again and it works next time. Not sure if a product build log is useful, but it at least shows that it's a resource issue...
  • Fundamental flaw with native pairing

    • Acknowledged on
    • 2 Comments
    It is clear that Garmin wants apps to use native pairing with sensors and has created a SensorDelegate for this in system 5.1. In fact it is stated that this is *needed*. See https://developer.garmin.com/connect-iq/core-topics/pairing-wireless-devices...
  • bug: Connect IQ app displays This app requires access to: without telling WHAT

    • Under Review on
    • 2 Comments
    I uploaded a new beta version of a datafield and when I tried to update it in Connect IQ android app I got this popup: I don't remember if I added any new permissions lately to the manifest (probably not), but regardless, it should display which permission...
  • Phone app messages communication with Android SDK doesn't work

    • Acknowledged on
    • 0 Comments
    With SDK 8.3.0, phone app messages does not work, from the simulator and from an actual device. To reproduce the issue: - open the Comm sample project given with the SDK in VSCode - build the app for your device or open it in the simulator - clone...
  • On-top-of-map square data fields NOT in simulator nor device reference

    • Acknowledged on
    • 4 Comments
    I have been receiving ERA reports, from which I could tell that my app crashed due to unexpected ObscurityFlags=0 (square field) in the round device fr970. A kind user reported to me that it happens for fields on-top-of map. I learned that these on...
  • Is it possible to nest barrels?

    • Acknowledged on
    • 0 Comments
    More specifically: Is it possible to configure a barrel from within another barrel? From a procedural point of view, this seems to be possible: If I have two barrels, OuterBarrel and InnerBarrel, VS Code lets me create a reference from OuterBarrel to...