I wanted to make an Android application that records all accelerometer, gyroscope and GPS data and stores it in a file. This version only includes the accelerometer data being recorded and stored..
IMUTest is hosted in the following web site
https://github.com/gtdevel/IMUTest
If you think the Android project IMUTest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of IMUTest.
Item | Value |
---|---|
Java File Count | 9 |
Minimum SDK Version | 9 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.WRITE_EXTERNAL_STORAGE |
IMUTest has the following Java source files.
com.android.joro.testapp.BluetoothCommService.java com.android.joro.testapp.DeviceListActivity.java com.android.joro.testapp.MainActivity.java com.android.joro.testapp.ResultsData.java com.android.joro.testapp.StartupApplication.java com.joro.imutest.activity.MainActivity.java com.joro.imutest.application.IMUTest.java com.joro.imutest.database.MotionData.java com.joro.imutest.service.TrackingService.java