• RE: Simulator not responding

    Coleman.ConnectIQ I think I found out what's going on and I've already lost 50% of my remaining hair (and I didn't have much to start with)
    So first, see this bug I was explaining to Brian.ConnectIQ : https://forums.garmin.com/forum/developers…
  • RE: Help with makeWebRequest for a beginner

    While you say you want a widget, it appears that you are doing a watchface - at least in part (you're extending Ui.Watchface, onEnterSleep(), onExitSleep(), etc). Doing something like comm isn't available for watch faces, and is likely why you're getting…
  • Persistence Issue in Widgets

    I'm seeing some weird behavior around whether the ObjectStore truly persists data in the case of widgets.

    In cases where the widget times-out, I'm seeing the key persisted, so that on opening next opening of the widget, the value is there.

  • RE: Oregon Battery Reading Wrong

    I've tried some things on an Oregon 700 (2.70 FW) with the Garmin rechargeable AA batteries (you can also use normal AA's), and what you see could be due to the different battery techs (other devices use LiIon.)

    CIQ at least right now, sees the…
  • RE: SDK 2.2.1 Simulator crashes when trying to view memory

    I'm checking this out right now on my mac and will be filing a ticket with my finding and your.

    Thanks,

    -Coleman

    UPDATE: We tested this on OS X 10.9.5 and 10.12 and haven't been able to reproduce. Is this happening with sample apps or with your…
  • RE: Code Overlays

    The memory part is kind of being addressed with 2.1 device. Apps there can be 122k. I doubt you'll see any change from 64k on 1.2/1.3 devices

    As far as your case, is the 57k peak memory? How about idle memory and what's thedifferent in amounts…
  • Pokemon Go Plus - Garmin App?!

    Hello there,

    a few days ago, Nintendo and Niantic Labs started a new "fitness" hype. Some you know it by the name Pokemon Go. ;)

    Today I red that they will also release a wearable called "Pokemon Go Plus".

    The wearable will connect…
  • RE: Documentation Request - Device Button Behaviour

    Former Member
    Former Member
    Try running the "input" sample from the SDK on the watch, as that shows all the input you can get.

    What kind of a delegate do you have? And maybe you are returning "true" on something you shouldn't..

    The code I posted for KEY_START…
  • RE: App-Settings-Problem (SET file deleted after send settings to simulator)

    I plugged your properties resource into one of my projects and I don't have any problem with it. I can load up the App Settings Editor, change settings, save, close the app, re-open the app, see the saved settings, change them again, ... It all just works…
  • App: SMS and Call Log

    Former Member
    Former Member
    Very useful (at least for me) application. It's the second alternative to a full dialer, next to the speed dialling app.

    Many people do actually use the call log more often than the actual address book on their phones. That is the idea behind this…