JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
543 stars 60 forks source link

Is it possible to support multiple streams? #163

Closed Suwolia closed 3 years ago

Suwolia commented 3 years ago

hi, is it possible to support multiple streams? I noticed that "We don't support multiple streams..." in adb_shell.adb_device.py[row: 922].

JeffLIrion commented 3 years ago

It should be possible, but it's complicated. I don't plan to add that functionality, but if someone wants to contribute it, that would certainly be welcome.

Suwolia commented 3 years ago

okay, tks