Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlatsas/sensors-test-android
Small app to show Accelerometer/Magnetometer data, useful for testing
https://github.com/tlatsas/sensors-test-android
Last synced: 12 days ago
JSON representation
Small app to show Accelerometer/Magnetometer data, useful for testing
- Host: GitHub
- URL: https://github.com/tlatsas/sensors-test-android
- Owner: tlatsas
- License: gpl-3.0
- Created: 2012-07-28T10:17:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-28T11:20:45.000Z (over 12 years ago)
- Last Synced: 2025-01-02T10:37:23.546Z (14 days ago)
- Language: Java
- Size: 281 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
About
=====Small app to show Accelerometer/Magnetometer data. Useful for testing or as starting code.
Build
=====1. Clone the git repository::
$ git clone https://github.com/tlatsas/sensors-test-android.git
2. Create the project environment::
$ android update project --path sensors-test-android/
3. Navigate into the project folder and compile in debug mode::
$ cd ensors-test-android & ant debug
Install
=======* Install in default running emulator using `ant`::
$ ant installd
* Install in default running emulator using `adb`::
$ adb -e install -s bin/sensors_test-debug.apk
* You can combine compile and installation using `ant`::
$ ant debug install
* Install in default device::
$ adb -d install -s bin/sensors_test-debug.apk
Screenshot
==========.. image:: https://github.com/tlatsas/sensors-test-android/wiki/img/sensors-viewer-1.png
:alt: sensors test screenshot