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

The `pull()` function does not support pulling directories: ``` # ... omitted dev.pull("/sdcard/Download/com.mwr.dz_2019.10.27_11.45.28", "com.mwr.dz_2019.10.27_11.45.28") Out[10]: 'read failed: Is a directory' ``` It would be nice if this gets added.

Hi! I am trying to work with two phones simultaneously but they have equal serial numbers. However their transport id or usb-ports differ. When I try to connect to this...

```> devices = adb.devices() > Traceback (most recent call last): > File "", line 1, in > File "C:\Users\x\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ppadb\command\host\__init__.py", line 23, in devices > result = self._execute_cmd(cmd) > File "C:\Users\x\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ppadb\command\host\__init__.py",...

This is the same as https://github.com/Swind/pure-python-adb/pull/55 for the`DeviceAsync` class.

screencap truncated in game“王者荣耀” https://pvp.qq.com/ https://gitee.com/DaveBoy/Pics/raw/master/Typora%E5%9B%BE%E5%BA%8A/screen.png ![图片链接](https://gitee.com/DaveBoy/Pics/raw/master/Typora图床/screen.png)

File "/usr/lib/python2.7/site-packages/adb/device.py", line 77, in install self.push(path, dest) File "/usr/lib/python2.7/site-packages/adb/device.py", line 53, in push sync_conn = self.sync() File "/usr/lib/python2.7/site-packages/adb/command/transport/__init__.py", line 36, in sync conn.send(cmd) File "/usr/lib/python2.7/site-packages/adb/connection.py", line 77, in send...

When we push an audio file normally (using Cygwin terminal) there's a progress % that gets printed every 50 milliseconds on the shell's stdout. Was wondering how can I get...

Hi, Love the library. Super easy to use. Could we get support for 'adb bugreport ' added? I can use 'adb shell bugreport' with this library but thats deprecated. Seems...

I have found it useful to implement: - the host:track-devices to provide a continues socket feed of device connections -extend Device so that host:devices can pass back the device status,...

enhancement