Android Open Source - GPS data IMUTest






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of IMUTest.

ItemValue
Java File Count9
Minimum SDK Version9
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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