windows linux – adb pull full sdcard
ADB PULL TO DUMP FILES RECURSIVELY ################################### THANKS TO: http://stackoverflow.com/questions/11074671/adb-pull-multiple-files 1 file or folder to current directory: # adb pull /sdcard/file 1 file or folder to another relative directory (linux): # adbRead More…