Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvarez-ov/fe04c21359007b98002f2a260e7ad992 to your computer and use it in GitHub Desktop.
Save calvarez-ov/fe04c21359007b98002f2a260e7ad992 to your computer and use it in GitHub Desktop.
copy a database file using adb
adb -d exec-out run-as com.example.app cat databases/db.db > /tmp/db.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment