NoiseCapture icon indicating copy to clipboard operation
NoiseCapture copied to clipboard

Enhancement of the application

Open Picaut opened this issue 4 years ago • 4 comments

One can be useful for data analysis and exploiting data for evaluating the noise environnement to have access to new information:

  • [ ] accuracy on speed: see https://developer.android.com/reference/android/location/Location#setSpeedAccuracyMetersPerSecond(float)
  • [ ] information on user activity: IN_VEHICLE , ON_BICYCLE, ON_FOOT... see https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity#constants
  • [ ] additional sensors: accelerometer, gyroscope: can be useful for determining the kind of transportation mode (see https://doi.org/10.1002/wcm.2702)

Picaut avatar Jan 20 '21 10:01 Picaut

@pierromond @gpetit @ebocher @nicolas-f What do you think about using this API for detecting the user activity (vehicle, FOOT, RUNNING...) https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity#constants Il will require to accept the "activity tracking" when installing/using the application

Picaut avatar Nov 07 '22 13:11 Picaut

Screenshot_2022-11-07-14-48-02-858_com example transitionapi A live test with walking transition (indoor) https://github.com/darrylyip/ActivityTransitionAPIExample

nicolas-f avatar Nov 07 '22 13:11 nicolas-f

Nice idea :)

pierromond avatar Nov 07 '22 15:11 pierromond

Don't you think it would make them uninstall the application when they see this request?

Screenshot_2022-11-08-10-57-30-587_com google android permissioncontroller

nicolas-f avatar Nov 08 '22 09:11 nicolas-f