• @Gordon
    I extended the pedometer widget and it is going through tests now.
    You have to reach 10 steps in a given time (eg 10 seconds) to make the steps count.

    Advantages:

    • This should filter out arm movement.
    • You can display an "active" attribute to show if you are currently in active mode or not
    • The "active" attribute could be used to message you to get some movemment if some time has passed without movemnet

    Disadvantage:

    • The steps are only added in increments, eg 10
    • Widget needs timers, no idea how that affects battery life.

    Currently i am fiddling around with the amount of steps needed and with the time frame to get best results. It looks promising.

About