I'm trying to download the files from my android device with adb shell command, and when I typed:
/adb pull /sdcard/DCIM/Camera/2014.jpg ~/Downloads/temp
and got the feedback as below:
remote object '/sdcard/DCIM/Camera/*.jpg' does not exist
so, I'm wondering why does adb shell not support wildcard as a common sense with linux shell script environment ?
Thanks of all ....