• RE: Simulator - Poor Image Quality

    Try just doing a screen shot, trimming it, and sizing it for the store.  I use 400x400 for store images, but they won't display at that size in the store (they are smaller), and whatever graininess you see in the sim probably won't be seen in the store…

  • GPS stops continuously reading after 10 seconds

    Hello,

    I have been working on an app which shows the compass heading while a user is moving.  I've used this code:-

    Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition));

    to ensure that the user is constantly informed of…

  • RE: How to enable an "always-on" mode for Venu/AMOLED

    , I've even tried drawing just a border of the hands when on low-power (with a black fill color in the middle), but it still doesn't work as those border pixels still get lit on the same repeated pixel even after the center location movement…

  • RE: APICall

    I've tried it out, it works. Great job!

    Even http requests are working via wifi, no enforcement of https (at least in my local network). Unfortunately, now I have to turn off Bluetooth on my phone before I can send a http request with my watch, as…

  • RE: I downloaded the SDK app for Mac. Where is Eclipse?

    Does the readme file automatically open when you install the SDK? (No, it doesn't)

    Is that information on the Get The SDK page which asks you install the Eclipse plugin? (No.)

    Is it ever possible to improve anything at all? (I guess not.)

    Garmin found…

  • RE: Why does this work in the Simulator but not on the watch?

    Thanks for a very quick reply.  Part of the reason that I used tabletSeconds, initially set to 59 was to cancel out (at least initially) any potential variations of the seconds, in part on the assumption that there would be times when onUpdate was going…

  • pushing memory limit in simulator

    Former Member
    Former Member

    trying to squeeze in yet one more feature for some low memory devices and i'm right on the edge of available memory now (26 out of the theoretical 28.6k).  My code runs fine as long as I leave the simulator in single data field mode.  But as soon as…

  • Any way to see downloads by device or language?

    Just had a look at the "stats" section in the developer portal for the DataField I've recently released. There doesn't seem to be any data about which devices my DataField has been installed onto or what languages they are using. I'm…

  • Make localisation menus usable!

    Hi,

    While I appreciate the gesture in translating the language names in the "add language" drop down, please remember that at least some of the people adding translations are dependent on Google translate!

    While the difference between 中國傳統的…

  • RE: BLE scan not finding Android advertisement unless initially paired

    Former Member
    Former Member

    jim - thanks for the quick response.

    To clarify, I am able to see the BLE advertisements if I've already paired with the phone. I am not able able see them if I have not paired with the phone at least once. After the initial pairing, I can see the advertisements…