Last active
March 22, 2017 17:45
-
-
Save msomu/feab87f22f192d9caa6a2e4743069299 to your computer and use it in GitHub Desktop.
pull db from mobile
This file contains hidden or 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
| adb shell "run-as in.justickets.android.staging chmod 666 /data/data/in.justickets.android.staging/files/justickets.realm" | |
| adb -d shell 'run-as in.justickets.android.staging cp /data/data/in.justickets.android.staging/files/justickets.realm /sdcard/justickets.realm' | |
| adb pull /sdcard/justickets.realm |
This file contains hidden or 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
| adb shell "run-as com.msomu.binaryfreak chmod 666 /data/data/com.msomu.binaryfreak/databases/weather.db" | |
| adb -d shell 'run-as com.msomu.binaryfreak cp /data/data/com.msomu.binaryfreak/databases/weather.db /sdcard/weather.db' | |
| adb pull /sdcard/weather.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment