• Is there a way to auto-resize drawables?

    When I have the following drawable:

    <bitmap id="LauncherIcon" filename="launcher-icon.svg" />
    
    It's conveniently resized to the launcher icon size of the device.
    I have more drawables:
    <bitmap id="alert" filename…
  • RE: EDGE MapFields

    Attention!

    I have to remove the option „Average Power for Minutes“. 

    If this option is important to you and does not cause any problems, then do not update - at least for the clone you are using.
    There will hardly be any more updates anyway…

  • RE: Struggling a bit with Views and how stuff gets on the screen

    But those shouldn't be symbols in the context of :symbol... 

    Let me try it and introduce a var called locX.

    Omg, the namespacing in MonkeyC is somewhat interesting to say the least. You can call System.println() from anywhere in your code without…

  • How to start continues oxygen saturation measurement (Sensor.SENSOR_PULSE_OXIMETRY) ?

    In my companion app I use next code 

    Sensor.setEnabledSensors( [Sensor.SENSOR_HEARTRATE, Sensor.SENSOR_PULSE_OXIMETRY] );
    Sensor.enableSensorEvents(method(:onSensor));

    This start continues HR measurement (about 1 per second).
    But for SpO2 I get old value…
  • RE: drawLine() issue

    Strange, because from what you wrote it sounds like this is a "given" thing (which would at least enable me adding 1 to to x2, y2 and that would fix it), but from what I saw yesterday in the simulator newer devices don't have the problem - but I didn…

  • RE: Rotate Text Label

    I guess there is the difference between "possible" and "sensible". ;) My best guess is that at least some of the developers here would accuse me of heading further to the wrong end of that line...

    But I did Roundular | Garmin Connect…

  • RE: checkerboard for AOD display I made

    hey Jim, is there a difference between pixel that works for 2 minutes everytime to a pixel that works for 1 minute maximum? Because if there is, I will change the post. I tried to create the least number of black squares so it won't colapse in the program…

  • RE: Tests on new System5 API (Stress and BodyBattery)

    hopefully the values will make more sense for body battery than for the spo2 history iterator (it's been a while I looked, but at least last time I looked the spo2 history was still very much off on a real device). 

    anyway good that body battery finally…

  • RE: why x-face watchface is deleted from IQ Store

    Too Bad it is.... deleted? Discontinued? Abandoned? Banned? 

    Seems strange there is not at least a note or something. Just an error page....

    Best watchface ever, Clean and so many options.... Haven't found a replacement for FR945 yet. Hope there is something…

  • RE: BLE & problems while learning

    I've used up to three profiles at the same time, but all are for the same device.  Some sensors use two-3 profiles.

    ANT and BLE seem to be completely separate for at least some things where you can pair to a watch with ant and a phone with BLE for…