Garmin Forums
Garmin Forums
  • Site
  • User
  • Site
  • Search
  • User
  • Apps & Software
  • Outdoor Recreation
  • Sports & Fitness
  • Pilots
  • Developer
  • Beta Program
  • German Forum
  • More
  • Cancel
  • RE: Widgets for Fenix 6

    jim_m_58
    jim_m_58

    Something else to note here, is when in glance mode, Ui.requestUpdate() doesn't work the same on f6 pro devices vs non-pro (lower memory devices), so even if you could fire up GPS, on non pro devices, the glance itself wouldn't be updated as you expect…

    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • Error -300 on Fenix 3 and Fenix 3HR (7/31 workaround identified)

    sabeard
    sabeard

    In the past 2 weeks, I have been getting an unusually large number of Fenix3/Fenix3HR users (4-5) contacting me with problems using my Weather Radar Widget.  All of them are reporting getting an error -300 when doing the image download.  There is not really…

    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: fit files corrupted

    MoxyRoger
    MoxyRoger

    This is an ugly brute force method, but I have used the following excel macro to open a fit file in excel.  It puts all of the bytes in a column as a decimal number.  Then you can step through the fit specification byte by byte and see what's gone wrong…

    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Processing Settings Best Practices?

    jim_m_58
    jim_m_58

    You can simply your msToString a bit, like this:

        function msToString(ms) {
            var sign=(ms<0) ? "-" : "";
            var secs=(ms/1000).abs();
        	var hr = secs/3600;
        	var min = (secs-(hr*3600))/60;
        	var sec = secs%60;
        	if(hr…

    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: working with accelerometer

    ekutter-dnu
    ekutter-dnu
    I smoothed out the curve with the following FIR values: 50,100,200,300,200,100,50

    I then somewhat brute force broke the y wave into
    flat - holding the club steady
    rise - the back swing acceleration
    fall - the back swing deceleration
    rise - the actual swing…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Toybox.Activity.Info.offCourseDistance is always null when Off Course Warnings is off

    dpawlyk
    dpawlyk
    I can't say what the edge800 does or did, but it sounds like you're saying Dist. to Next is reported on that device as the distance from nearest point on course to next point on course? That doesn't make any sense to me. Imagine that you are on…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Monkey C: 0.0 treated as true value

    flowstate
    flowstate
    Brian.ConnectIQ thanks for the explanation. I've coded in a lot of languages, but I have to admit I probably think in terms of C/C++/C# and Javascript most often, although I like a lot of things about other languages.

    Ironically, I can (almost) relate…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: onTap() Weirdness

    flowstate
    flowstate
    If you add debug statements to onTap() and onUpdate(), you'll find that onUpdate() is triggered immediately after onTap(), as well as during the normal 1-second cycle:
    System.println("onTap now = " + System.getTimer());
    //...
    System.println…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Is the 124kB limit forever?

    WillNorthYork
    WillNorthYork
    The devices you mention all have WiFi support. There are some differences in behavior when making requests over WiFi versus over Bluetooth. We're trying to find and eliminate all of them, but there is still work to do.
    ...
    If you want to ensure that…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: MapTrackView issues - just the simulator or is it the design

    Former Member
    Former Member
    Hi there,

    Honestly - I was so far so much disappointed that decided to wait till further implementation - hoping - Garmin will implement most important features.

    I have to fully agree with you - the major problem I can recognize at the moment is - no way…
    • over 7 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
<>
Copyright © 1996-2023 Garmin Ltd. or its subsidiaries
  • Site Map
  • Terms of Use
  • Privacy
  • Security