• Stars
    star
    843
  • Rank 53,866 (Top 2 %)
  • Language
    Java
  • Created over 14 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

App for Android phones that counts your steps.

android-pedometer

No Maintenance Intended

Android app, that watches your every step

Pedometer is an application for Android phones.

Features

It counts your steps by using the sensors in the phone.

It calculates the pace (steps per minute), and can help you maintain a desired pace by speaking to you.

Changelog

New in v1.4 (2010-12-25):

  • Using built-in TTS
  • Fix binding to the service
  • Layout extends to the screen, supports various screen sizes
  • Adjust default sensitivity, add more options
  • Fix division by 0 bug

New in v1.3 (2010-04-25):

  • option for keeping screen always on
  • fixed TTS auto installation
  • fixed multiple activity starts

New in v1.2 (2010-04-25):

  • fixed to work on new phones (tested on HTC Desire)

New in v1.1 (2009-06-14):

  • calculate distance and speed based on user’s step length
  • calculate approx. calories burned based on step length & body weight
  • repeated voice notifications about any displayed value
  • pause and resume the service
  • reset all values

Installation

  • using the Market application on your phone or
  • by downloading the Pedometer.apk file and issuing adb install Pedometer.apk

FAQ

Question: How did you arrived at the formula for the step detection?
Answer: It’s completely a result of experimentation. I know this is lame, but this was a weekend hack I made just for myself.

Question: How does the step detection algorithm work?
Answer: Basically, it aggregates the sensor values, finds the maximum and minimum, and if the difference is bigger than a value (which depends on the sensitivity setting) then it counts it as a step. There’s is some additional optimization, which I arrived to through experimentation.

Question: In some other place, it says it’s licensed under GPL, but here it says “No restrictions”; which one is true?
Answer: The one attached to the source code applies, so for this version “No restrictions”. Previously it was under GPL, so some forks may still be under GPL.

License

No restrictions. You are free to do anything with the source code.

Links

Pedometer at Google Code – screenshots, issue tracker
Comments from Market

More Repositories

1

docx_builder

Compose docx file (Microsoft Word 2007) based on a template XML
Ruby
46
star
2

nutrients

Rails 3 plugin providing a database and models for querying nutrition information about food items
Ruby
8
star
3

uptom

Uptime monitoring application written in Elixir/Phoenix
Elixir
7
star
4

bs-decimal

Decimal number utilities for ReasonML
JavaScript
6
star
5

feedback_popup

Simple popup feedback form – Rails 3 engine
Ruby
5
star
6

mysql-cookbook

Chef cookbook for installing MySQL server, forked from https://github.com/opscode/cookbooks/tree/master/mysql
Ruby
4
star
7

wikindle

Wikipedia articles optimized for Kindle
Ruby
4
star
8

routr

Finds the shortest path in a graph, allowing unusual cost definitions
Ruby
4
star
9

adjektivendungen

Tiny Rails hack to generate a colour-coded table of German adjective declensions and articles
Ruby
3
star
10

fluff-gem

Runs RSpec in parallel and optionally displays the results on a web UI.
Ruby
3
star
11

diaspora-cookbook

Chef cookbook for setting up a DIASPORA* pod
Ruby
3
star
12

grove

Run and invoke DRb services on the same box with no configuration.
Ruby
2
star
13

diaspora-installer

Installs DIASPORA* on a clean server with Chef Solo
Shell
2
star
14

homefiles

Shell
1
star
15

typer

Touch typing practice for developers/sysadmins
Ruby
1
star
16

threebalance

Simple tool for getting UK Three PAYG phone and internet balances
Ruby
1
star
17

relaxedwiki

Rails plugin adding wiki functionality to a RelaxDB model.
Ruby
1
star
18

adventofcode2018

My solutions for Advent of Code 2018 written in Elixir
Elixir
1
star
19

anagram_finder

Anagram Finder Rails App
Ruby
1
star
20

elastic_attributes

Flexible attribute mapping
Ruby
1
star
21

fluff-web-ui

Web UI for displaying Rspec results reported by fluff-gem.
JavaScript
1
star
22

jsonbrowser

Web app for browsing a JSON
JavaScript
1
star