This file contains 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
# Wrong | |
root@g3:/storage/sdcard0/Download $ adb pull "/LMT icon" | |
error: device not found | |
#Right | |
C:\adb\adb pull "/storage/sdcard0/Download/LMT icon" "LMT icon" | |
pull: building file list... | |
pull: /storage/sdcard0/Download/LMT icon/pie10.png -> LMT icon/pie10.png | |
1 file pulled. 0 files skipped. | |
550 KB/s (19169 bytes in 0.034s) |
android - adb pull -> device not found - Stack Overflow android - How do i adb pull ALL files of a folder present in SD Card - Stack Overflow