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. 

  • vivomove luxe freeze once a day on Android whatsapp call

    • Acknowledged on
    • 0 Comments
    I have use my vivomove luxe with ios, no freeze at all, But using vivomove with android with Whatsapp app whatsapp call, screen freeze, 1-2 restart per day.
  • Strange results with class constants

    • Acknowledged on
    • 1 Comment
    Given module Tests { class X { const K1 = 1; } class Y extends X { function initialize() { X.initialize(); } const K2 = K1 + 1; static function getK1() as Number { return K1; } static function getK2() as Number { return K2;...
  • bad names of func in profiler

    • Acknowledged on
    • 0 Comments
    eclipse Version: 2022-09 (4.25.0) Build id: 20220908-1902 windows 10 plugin 4.1.2 sdk 4.1.6 e.g. getSystemStats instead of getClockTime() dc.drawElipse() instead of dc.clear() abs() instead of format() ...
  • Bug: makeWebRequest returns UNKNOWN_ERROR when in simulator media mode Sync

    • Acknowledged on
    • 5 Comments
    System: Ubuntu 22.10 Visual Studio Code v1.73.1 Monkey C extension v1.0.7 SDK v4.1.6 A makeWebRequest does a callback with responseCode 200 and data is some dictionary from the server json. When starting the Media Mode -> Sync from the menu, the exact...
  • Bug report: static Lang.Dictionary class variable broken in SDK 4.1.6

    • Acknowledged on
    • 1 Comment
    With previous versions, it was possible to have static dictionaries inside classes. With SDK version 4.1.6, it is not working anymore. Previously working: class Test { static private var some_variable = {}; static function test(some_arg){ return;...
  • Out Of Memory Error on Forerunner 255 Music: 12.27

    • Acknowledged on
    • 5 Comments
    f6p: app peek 86.3, free ~23kB fr255: app peek 65.3 (additional mem to graphic pool) and free ~60kb but form time to time: Error Name: Out Of Memory Error Occurrences: 2 First Occurrence: 2022-11-10 Last Occurrence: 2022-11-14 Devices: Forerunner...
  • Connect IQ causes watch face to crash

    • Acknowledged on
    • 8 Comments
    If you comment out settings elements in the settings.xml it will cause the watch face to crash inexplicably when that version is distributed to the watch by Connect IQ. It should be noted that the simulator version works correctly with commented out...
  • Connect IQ Settings don't match installed app version

    • Acknowledged on
    • 2 Comments
    For some reason the App Settings displayed is not that of the corresponding installed App version And the App version installed does not correspond to the App version displayed by Connect IQ [which already is not the latest] Running the update may...
  • Phantom heart rate

    • Acknowledged on
    • 0 Comments
    When I remove my Garmin forerunner 735xt it still reads a heart rate for about 2 more minutes while the watch is not anywhere near any of my skin. Aka a phantom reading where it's creating readings out of thin air. This annoys me because it somewhat...
  • Button simulation got broken for some devices on 4.1.6 sdk

    • Acknowledged on
    • 2 Comments
    Looks like button simulation is broken for some devices I'm building same app on 4.1.6 sdk and launching on simulator - for fenix 5s plus buttons presses are not intercepted - for venu 2 button presses are intercepted. When the same code is launched on...