pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

This is pure-python implementation of the ADB client.

Results 69 pure-python-adb issues
Sort by recently updated
recently updated
newest added

Please look picture ![image](https://github.com/Swind/pure-python-adb/assets/73210704/72cc6cd6-f3b5-4d44-9d93-bfb9a5928881)

![image](https://github.com/Swind/pure-python-adb/assets/73210704/f884cbdc-24fa-441c-a305-023917af0001) 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"