Skip to content

Instantly share code, notes, and snippets.

@jugutier
Created February 28, 2017 13:57
Show Gist options
  • Save jugutier/b89afccd813515dad1433107584e4a12 to your computer and use it in GitHub Desktop.
Save jugutier/b89afccd813515dad1433107584e4a12 to your computer and use it in GitHub Desktop.
Commands to inspect and download files from a running Android app.
adb shell
run-as com.example.myapp
ls
#To pull a file - Needs root
adb pull data/data/com.example.myapp/path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment