Skip to content

Instantly share code, notes, and snippets.

@sibelius
Last active October 9, 2018 02:58
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 sibelius/b060c415604c52c2a94e to your computer and use it in GitHub Desktop.
Save sibelius/b060c415604c52c2a94e to your computer and use it in GitHub Desktop.
Get sqlite Android app database without root
#!/bin/bash
adb shell "run-as com.example chmod 666 databases/db.name"
adb pull /data/data/com.example/databases/db.name .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment