How to use adb pull command? [duplicate]

那年仲夏 提交于 2019-12-04 15:41:18

问题


Possible Duplicate:
How to copy selected files from Android with adb pull

I am using adb pull command like this:

adb pull /sdcard/*.trace C:/

but i show me remote object '/sdcard/*.trace' does not exit i check trace files are in the sdcard.Now how to pull these files from sdcard.Can you help me How to fix?


回答1:


I don't think adb pull handles wildcards for multiple files. I ran into the same problem and did this by moving the files to a folder and then pulling the folder.

I found a link doing the same thing. Try following these steps.

How to copy selected files from Android with adb pull



来源:https://stackoverflow.com/questions/12995030/how-to-use-adb-pull-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!