This command adb pull
to copy files from your phone to my computer. How can I use it to copy all files in the android device into a folder on my computer?
While adb push command copies a file from local to remote, adb shell cp is used for copying a file from one location of the Android device to another.
give only the directory name it will copy the whole file. The dot at the end is the destination directory of my host pc (. means present working directory)
adb pull "/data/data/com.pkg.test/files/" .
output
/data/data/com.pkg.test/files/: 20 files pulled. 0 files skipped. 4.9 MB/s (31176666 bytes in 6.062s)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With