openatx / adbutils

pure python adb library for google adb service.
MIT License
761 stars 175 forks source link

adb pull command not work #37

Closed TE-HA closed 3 years ago

TE-HA commented 3 years ago

command "adb shell screencap -p > 1.png" can work in terminal,but can not work with d.shell("screencap -p > 1.png")... And,d.shell("screencap -p /sdcard/1.png") works,BUT d.shell("pull /sdcard/1.png 1.png")

codeskyblue commented 3 years ago

d.sync.pull("/sdcard/1.png", "1.png")