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. 

  • float.format() works bad

    • Ticket Created on
    • 4 Comments
    as I understand format with precision works like round(float,precision), so this code run bad (from time to time) var f1 = 1.545, f2=1.445; SYS.println(MAT.round(f1) + " " + MAT.round(f2)); SYS.println(f1.format("%.0f") + " " + f2.format("%.0f")); SYS...
  • Edit Properties and Storage not working on Mac

    • Acknowledged on
    • 8 Comments
    The error i get is "No settings file found for this app. This app may not have settings." Storage does not work either: "This app does not have any saved any objects from Application.Storage.setValue()" I'm on sdk 4.0.9 but none of them works.
  • Watchface diagnostics shows 0 on Mac

    • Acknowledged on
    • 3 Comments
    The mac tools have lots of bugs, this is one of them, can't figure out if my watchface is efficient or not.
  • Bug: Problems with cover photo in Connect IQ Store (Browser)

    • Ticket Created on
    • 0 Comments
    I developed a watch face, and I've discovered there are several bugs with displaying the cover photo in the Connect IQ Store via web browser. These issues do not appear in the iOS app—but there is no forum for the web browser interface. First, the cover...
  • Bug with Connect IQ Store website: Missing cover photos for watchfaces

    • Acknowledged on
    • 0 Comments
    The cover photo for some watch faces (including my own) don't display on the web-based Garmin Connect IQ store page: https://apps.garmin.com/en-US/apps/metaCategory/analogWatchFaces?start=30&showAllDevices=false Link to a screen shot: I've tried...
  • Connect IQ should respect setLocalOnly flag for notifications

    • Ticket Created on
    • 2 Comments
    There is flag in for android notification that marks situation when notification should not be forwarded to smart watch. https://developer.android.com/reference/android/app/Notification.Builder#setLocalOnly(boolean) But it looks like Connect IQ app...
  • Feature-request: allow mirroring images when adding to activity or sharing them in Garmin Connect app

    • Acknowledged on
    • 0 Comments
    In Garmin Connect app currently we can add pictures to an activity, and can even rotate them when we share. However we can't mirror them (you know the selfies...) It would be an easy to implement and nice feature if you could add a mirror button next...
  • Device simulator phone app message crash

    • Ticket Created on
    • 1 Comment
    I'm trying to use Communications.PhoneAppMessage and I'm following the example given in the Toybox API documentation as: using Communications; // set up somewhere to store the message var message = new Communications.PhoneAppMessage; // set up phoneMessageCallback...
  • Too Many Timers: Timer.stop() doesn't free Timer on Fenix 6

    • Ticket Created on
    • 1 Comment
    I have a view that spins up a timer in the `onShow` and tears it down in the `onHide`. On a device like the Venu 2S, this works as expected: I can show and hide the view as many times as I want. On a Fenix 6 however (and perhaps other button-based...
  • ERROR: Unsupported operation xor

    • Ticket Created on
    • 5 Comments
    SDK 4.0.7 (can't run anything more recent on Linux) /opt/connectiq-sdk-linux/bin/monkeyc -w -l 3 \ -o bin/TowplaneSK.debug.prg \ -d d2charlie \ -c 3.0.0 \ -y ../Keys/GarminConnectIQ-release-key.rsa.der \ -f ./monkey.jungle ERROR: Unsupported operation...