adb导出中文名文件

adb没法导出中文名文件,因此须要先使用重命名命令,将中文名文件重命名,而后再导出:shell

F:\>adb shell
shell@t03g:/ $ cd storage/sdcard/read/record
shell@t03g:/storage/sdcard/read/record $ ls
瀹岀編涓栫晫.txt
鏂楃闈炵.txt
鏄熻景鍙?txt
姊︽兂鍙h.txt
姝︾偧宸呭嘲.txt
鐕冮挗涔嬮瓊.txt
绌胯秺涔嬪厰榄呭悰蹇?txt
琛€鑴夌殗鑰?txt
榫欑帇浼犺.txt
shell@t03g:/storage/sdcard/read/record $ rename 瀹岀編涓栫晫.txt 1.txt
shell@t03g:/storage/sdcard/read/record $ ls
1.txt
鏂楃闈炵.txt
鏄熻景鍙?txt
姊︽兂鍙h.txt
姝︾偧宸呭嘲.txt
鐕冮挗涔嬮瓊.txt
绌胯秺涔嬪厰榄呭悰蹇?txt
琛€鑴夌殗鑰?txt
榫欑帇浼犺.txt
shell@t03g:/storage/sdcard/read/record $

而后再导出1.txt就能够了。spa