We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This presupposes that you correctly installed the Android SDK have set up your $PATH and sqlite3 installed.
$PATH
sqlite3
Tested on Android 9 use the command:
adb -d shell 'run-as org.akvo.flow cat /data/data/org.akvo.flow/databases/surveydata' > surveydata
will save surveydata to your current folder
sqlite3 surveydata
examples of commands to use:
.tables
.help
.schema tablename
About Akvo Flow app
Developer Guides
Tests