Avatar for bb5

bb5

Member since May 2023 • Last active Oct 2023
  • 1 conversations
  • 20 comments

Most recent activity

  • in Bangle.js
    Avatar for bb5

    I believe that long is not necessary. I found that first tries even after draining, it still turn on for a minute after that.
    Last i have done that I drained it to the point it was dead silent.

  • in Bangle.js
    Avatar for bb5

    VICTORY!
    ~12 hours after battery draining did the trick.
    I tried to turn it on couple of times to confirm battery is fully drained. At first I didn't found it cause i removed pedometer widget and clock_info was swtiched to battery.
    accel_graph app shows 3 lines instead of 2 now and i have believable no. of steps ;)

    @Gordon @user140377 @HughB
    thanks for support!

  • in Bangle.js
    Avatar for bb5

    This is great example for me to work with. Thanks ;)

  • in Bangle.js
    Avatar for bb5

    As I yesterday find out about Cradle let me present:
    App / improvement idea - cradle detection
    This is ugly code but seems to work ;)
    I would like to made g.flip() works but no luck so I used first method I think is suitable (return to clock) to proof of concept my idea.

    Bangle.on('charging', function(charging) {
      const storage = require('Storage');
      tmpset = storage.readJSON("setting.json");
      if (charging) {
        g.setRotation(1,false);
        Bangle.showClock();
      } else {
        g.setRotation(tmpset.rotate,false);
        Bangle.showClock();
      }
    
    });
    
  • in Bangle.js
    Avatar for bb5

    Yeah. I run it flat, power it on to drain it once again and when it not even keep on for a seconds i left it for a 3 hours walk.
    Then I charged it up and no luck. At least my problem with random disconnects from app loader is now gone but this is bittersweet victory.

  • in Bangle.js
    Avatar for bb5

    Did you try factory reset via the Settings / Utils menu for a full wipe ?

    Yes.

    In order for the step counter to work it uses SQRT(X^2 + Y^2 + Z^2).

    I noticed when I realy hard shake watch in rythm it will count but no z axis activity sadly.

    You could always step sideways (sorry could not resist the image in my head).

    I imagined Quicksilver wall walk ;)

  • in Bangle.js
    Avatar for bb5

    I will flatten battery again. Previous attempt not helped as i wrote before.
    I am not giving up but in the meantime I contacted BerryBase as this was official seler mentioned on website.

  • in Bangle.js
    Avatar for bb5

    @HughB
    Sorry I wasn't able to do proper workout but I can confirm that z axis is broken and constantly shows

    -3.99987792968
    

    any advice?

  • in Bangle.js
    Avatar for bb5

    No luck either. I will top up a bit and go for a walk to gather data.

Actions