Skip to content

Instantly share code, notes, and snippets.

@voltazor
Created March 5, 2018 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voltazor/61873eae71ffa9c286c97c9556e9d98f to your computer and use it in GitHub Desktop.
Save voltazor/61873eae71ffa9c286c97c9556e9d98f to your computer and use it in GitHub Desktop.
$ adb shell
$ run-as {app-package-name}
$ cd /data/data/{app-package-name}
$ chmod 777 {file}
$ cp {file} /mnt/sdcard/
After this you can run
$ adb pull /mnt/sdcard/{file}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment