• RE: Are must pay apps good for Garmin?

    Yes, on Samsung they test every update, at least on two or three devices. They even log in to our service, go outside and record a short tour on a GPS. They were able to catch one bug that happened only on a new Galaxy Watch 3.

    Even on Google Play, when…

  • Battery drainage in custom watchfaces

    What's the reason all (at least those I tried) custom watchfaces use more battery than the stock ones?

    E.g. stock Fenix 6 watchface let the watch for for ~13 days as for my usage but Phoenix V2 lasts for max 10-11 days and that's quite good. 

    2nd…

  • RE: GPS Position Accuracy

    so I don't believe nothing is better than something in this case .

    On that point I have to take you to task. Continuing to publish a feature that you know doesn't work is tantamount to false advertising. By publishing your app you join…

  • RE: Watchface: DigitStorm

    Hi,
    
    Love your DigitStorm watchface and would gladly purchase ifyou're able to correct 2 Info Field Types.
    
    1. Info Feld 3 Type - I put CURRENT HR in this field but it only updates once per minute. If I put Current HR in Info Field 1 Type, HR is updated…
  • RE: Calorie Burn BUG

    Nope - the Garmin Device accurately reflects the exercise calorie burn, which corresponds to the well-known formula: 3.6 * PwrAvg * HoursPedaled.

    Here is a proof-point: If you did that same activity without a power meter, then Garmin would show an Activity…

  • RE: How to get realtime HRM (Wirst) on watchface ?

    To do 1hz HR, you start with Activity.Info.currentHeartrate.

    if that's null, then fall back to getheartRateHistory and use the newest sample.

    You want to include the fallback, as on devices like the f5x, Activity.Info.currentHeartRate might might…

  • RE: Watchface: M1

    Thanks for doing those tests, and I'm glad it is working (for now at least!)

    It seems like it was a problem sending changed settings values back from the watch to the phone app (for some reason …) If you experience this a lot or discover a way to…

  • Bluetooth communication

    Hi,
    I am completely new to developing for Garmin but do have a few years of development experience.
    When I read the api documentation it seems like Bluetooth communication requires the Garmin app to be installed on the phone.

    At least that is one possible…

  • bluetooth communication

    Hi,
    I am completely new to developing for Garmin but do have a few years of development experience.
    When I read the api documentation it seems like Bluetooth communication requires the Garmin app to be installed on the phone.

    At least that is one possible…

  • RE: IQ 3.1.0 Beta 2 BLE - Can't connect

    I was able to get your example (the one you posted in the other thread) going. However, the sample app in the SDK that connect's to the thingy won't work for me... I added some debugging messages it seems like it never scans for devices.

    In the…