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. 

  • Garmin Express does not implement fallback to default language (english) resources

    • Acknowledged on Feb 20, 2025
    • 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...
    • Jan 28, 2021 4:36 PM
  • Toybox.Weather.CurrentConditions.observationLocationName returning null as string

    • Ticket Created on Feb 5, 2021
    • 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...
    • Jan 27, 2021 6:57 PM
  • makeImageRequest() in sync mode causes Array Out Of Bounds Error

    • Ticket Created on Jan 27, 2021
    • 2 Comments
    Hi guys, I’m encountering an error when using Toybox.Communications.makeImageRequest() with wifi / sync mode. Problem: When downloading images with makeImageRequest() via wifi in sync mode in a subclass of Communications.SyncDelegate the app tends...
    • Jan 27, 2021 3:05 PM
  • Custom Menu renders differently in Simulator and Real Device on touch screen devices

    • Ticket Created on Jan 27, 2021
    • 0 Comments
    Custom Menu from Menu2 subsystem renders differently in Simulator and on Real Device when targeting touchscreen-based devices (tested on Vivoactive 3 and Venu Sq). When on Simulator, extra 2 pixels added in between all menu items, including Title and...
    • Jan 27, 2021 10:57 AM
  • Fix the android connect app (installation/uninstallation of watchfaces)

    • Ticket Created on May 27, 2021
    • 0 Comments
    Currently there are 2 problems: Problem 1 - installation/update of watchfaces It would be nice to install and update watchfaces in a blocking way or via a background service with a feedback notification (e.g. "10% of watchface X download" and "Watchface...
    • Jan 27, 2021 7:03 AM
  • error bug getHeartRateZones

    • Ticket Created on May 27, 2021
    • 2 Comments
    Today I've probably found another error on some type of devices (for sure on fenix 5X 006-B2604-00 FV21.00 ciq 3.1.8 and probably on Venu Sq) . this code: using Toybox.UserProfile as USP; var U = USP.getHeartRateZones(USP.HR_ZONE_SPORT_GENERIC...
    • Jan 25, 2021 9:06 PM
  • error in Toybox.Activity

    • Ticket Created on May 27, 2021
    • 1 Comment
    After few days of fight with crash my wf on some type of devices (for sure on fenix 5X 006-B2604-00 FV21.00 ciq 3.18 and probably on Venu Sq) I 've discover cause - return null instead value. getActivityInfo() ⇒ Toybox.Activity.Info Get the current Activity...
    • Jan 24, 2021 9:45 PM
  • Crash when playing animation

    • Ticket Created on May 27, 2021
    • 2 Comments
    Hey guys, I'm getting this crash in GARMIN/Debug/err_log.txt when trying to play a pretty big animation (5 mb) I downloaded via wifi before. The crash only occurs on a physical venu. It works fine on the simulator. could the animation simply be too...
    • Jan 17, 2021 4:13 PM
  • Bug: Media / Communications SyncDelegate blocks charging

    • Ticket Created on May 27, 2021
    • 5 Comments
    Media.SyncDelegate and Communications.SyncDelegate should have the same behaviour. The Media.SyncDelegate is marked as 'deprecated' and therefore I moved the app to the Communications.SyncDelegate version. This caused the syncs that are started automatically...
    • Jan 17, 2021 12:37 PM
  • add onSleep() / onWakeup() hooks to AppBase

    • Ticket Created on Jan 15, 2021
    • 0 Comments
    At least BLE and ANT+ connections need to be reinitialized after a device woke up from sleep - so far the only way to detect when this is necessary is to look for errors while handling the communication which is not very intuitive ...
    • Jan 14, 2021 11:43 AM