Skip to content

Instantly share code, notes, and snippets.

@lilac
Last active March 6, 2016 23:36
Show Gist options
  • Save lilac/89d8fa3b072e9e255d58 to your computer and use it in GitHub Desktop.
Save lilac/89d8fa3b072e9e255d58 to your computer and use it in GitHub Desktop.
Pull files in the app's internal data dir
#!/usr/bin/env bash
adb shell "run-as $1 cp '/data/data/$1/$2' '/sdcard/$3'"; adb pull "/sdcard/$3"; adb shell "rm '/sdcard/$3'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment