The Sensor Logger logs data from your device's accelerometer, magnetic field, and orientation sensors. It then uses some of this data to try and determine what activity you were performing.
Once you've confirmed or corrected the activity prediction, the sensor data, guessed activity, and any corrections made are sent to this website, where they can be analysed to help improve the algorithm in the future.
At present, the Sensor Logger can (try to!) classify: walking (normally, up stairs, and down stairs), standing, sitting, travelling by bus, travelling by car, and dancing. If you regularly perform any other activity with your phone on you, please run the application and submit a correction and it can be included in future versions!
You can review the data you submit on this website. Just follow the unique link from the Sensor Logger application to see graphs of your sensor readings, details about how the data has been manually classified (if applicable), and a graphical representation of how the data is split up into discrete windows.
Changelog
- 0.2.3 → 0.2.4: Added analytics
- 0.2.2 → 0.2.3: Fix another force close, updated model for classification
- 0.2.1 → 0.2.2: Fix force close, add reporting of exceptions
- 0.2.0 → 0.2.1: Bug fix related to turning display off
- 0.1.6 → 0.2.0: Near-complete rewrite: much improved UI, classification on device, bug fixes
- 0.1.5 → 0.1.6: Fix force close on devices that use MEIDs not IMEI numbers
- 0.1.4 → 0.1.5: Make edit boxes single line only
- 0.1.3 → 0.1.4: Add support for horizontal layout
- 0.1.2 → 0.1.3: Added link to portal webpage
- 0.1.1 → 0.1.2: Fix force close when no magnetic field sensors are available, disable upload button
- 0.1.0 → 0.1.1: Add 10s delay at start, disable auto start, disable manual stopping, fix various uploader bugs