Universite-Gustave-Eiffel / NoiseCapture

Android App dedicated to the measurement of environmental noise.
http://noise-planet.org/fr/noisecapture.html
GNU General Public License v3.0
93 stars 45 forks source link

Qu Storage and access of recorded data #333

Closed Oldfield007 closed 2 years ago

Oldfield007 commented 3 years ago

Hi, I will be recording at least 30 records in an area and would like to know where they are stored on the android file system for easy access

nicolas-f commented 3 years ago

Hi.

The noise indicators are stored in a sql lite database in a private storage space of Android. This is only readable using Android adb software.

Methods of accessing the data are available at https://noise-planet.org/noisecapture_exploit_data.html