Hi, thanks for your great work on this project.
I would like to request the addition of adb exec-out support. Compared to adb shell, exec-out can return the raw, unfiltered binary output from a command, for example: adb exec-out screencap -p > cap.png.
A similar implementation can be found in the Python adb_shell project:
Looking forward to seeing this feature added!
Hi, thanks for your great work on this project.
I would like to request the addition of
adb exec-outsupport. Compared toadb shell,exec-outcan return the raw, unfiltered binary output from a command, for example:adb exec-out screencap -p > cap.png.A similar implementation can be found in the Python adb_shell project:
Looking forward to seeing this feature added!