pure-python-adb
pure-python-adb copied to clipboard
This is pure-python implementation of the ADB client.
Please look picture 
 the last one activity is current activity, not first, it's more meanful I think
Hi, at each HomeAssistant restart, I get those warning: ``` 2024-05-17 16:02:45.541 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/device.py:34: SyntaxWarning: invalid escape sequence '\s' INSTALL_RESULT_PATTERN = "(Success|Failure|Error)\s?(.*)" 2024-05-17 16:02:45.547 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/command/transport/__init__.py:95:...
Hi, when using waydroid with hardware acceleration screencap doesn't create readable files anymore. The issue with waydroid and hardware acceleration is that, the native screencap in adb shell is writing...
Fix SyntaxWarning during build
some platform timestamp is a float number, but this argument required int
I've noticed (I think for larger files) if they are currently being pulled and then the device is disconnected ppadb hangs indefinitely instead of throwing.
Sometimes (mostly, after a devices goes offline and returns back) adb server goes crazy and starts responding " \f proto:port proto:port" to "host:list-forward" instead of specified " proto:port proto:port"