Skip to content

Instantly share code, notes, and snippets.

@khacanh
Created February 23, 2016 06:56
Show Gist options
  • Save khacanh/7640c0ccc525d1f3a569 to your computer and use it in GitHub Desktop.
Save khacanh/7640c0ccc525d1f3a569 to your computer and use it in GitHub Desktop.
adb -s emulator-55 shell
su -
cp /data/data/com.app.yo/databases/mydb.db /sdcard/Download/
# exit adb shell
adb pull /sdcard/Download/mydb.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment