Created
November 23, 2016 19:09
-
-
Save eduardobc88/349174da98b5ae88a74ae9a4783d84ef to your computer and use it in GitHub Desktop.
Android ADB Shell Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copy some file from android device system with adb. It will be hide | |
adb shell run-as com.g4a.quadratin cp /data/data/com.g4a.quadratin/databases/quadratin_app.db /sdcard/DB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment