Skip to content

Instantly share code, notes, and snippets.

@kokoye2007
Last active December 11, 2015 11:14
Show Gist options
  • Save kokoye2007/a6720ef98148b325e69c to your computer and use it in GitHub Desktop.
Save kokoye2007/a6720ef98148b325e69c to your computer and use it in GitHub Desktop.
APK Extract via ADB
adb shell pm list packages | awk -F":" '{print $2}' | grep -i $package
adb shell pm path
adb pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment