-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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:
- Issue: A few lines to add "adb exec-out" support. JeffLIrion/adb_shell#141
- PR: Add 'exec_out()' function JeffLIrion/adb_shell#142
Looking forward to seeing this feature added!
pavi2410
Metadata
Metadata
Assignees
Labels
No labels