Skip to content

Instantly share code, notes, and snippets.

@msomu
Last active March 22, 2017 17:45
Show Gist options
  • Select an option

  • Save msomu/feab87f22f192d9caa6a2e4743069299 to your computer and use it in GitHub Desktop.

Select an option

Save msomu/feab87f22f192d9caa6a2e4743069299 to your computer and use it in GitHub Desktop.
pull db from mobile
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
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