How do I copy a folder from my Android device to a certain folder of my computer?
If I use this command:
adb pull efs
It copies the contents of the efs
folder to my computer's root directory. I want to copy the whole folder with its contents to a certain destination on my computer.
I have tried with the following for instance, without success:
adb pull efs C:\Users
(my Android device is rooted)
I am using a window shell