Last active
October 9, 2018 02:58
-
-
Save sibelius/b060c415604c52c2a94e to your computer and use it in GitHub Desktop.
Get sqlite Android app database without root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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