Android projects by Chris Smith

Context-aware framework

The goal of the context-aware framework is to create an open, easy-to-use framework for application developers to retrieve information about the user's context. This context information includes low-level activites (walking, sitting, running, etc), places (home, work, travelling), nearby people (friends, strangers, etc) and more.

At present the project is in a research and data-collection phase. The applications presented below are intended to assist in gathering data which can be analysed to determine suitable algorithms and parameters to perform the detection necessary to correctly classify and extract context information. While they are published on the Android market and freely available to download, they do not provide any benefit to end users, so it is not anticipated that they will be widely used outside a small set of voluntary testers.

Issues, suggestions and feedback can be sent to me directly (either via the address published on the application's market page, or the details on my home page), or raised as issues on the project page over at GitHub.

SensorLogger.apk QR code

Sensor logger

Logs changes in accelerometer and magnetic field readings over a 50 second period. This data is combined with a user-supplied activity description, and uploaded for use in development, training and evaluation of an activity detection algorithm.

The application provides a link to a web-based portal where users can see a graph of their uploaded data, and the results of the activity detection algorithm will also be surfaced there.

Changelog

  • 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.1.1: Add 10s delay at start, disable auto start, disable manual stopping, fix various uploader bugs