Swind / pure-python-adb

This is pure-python implementation of the ADB client.
MIT License
553 stars 104 forks source link

emulator issue #101

Open ferouzkassim opened 1 year ago

ferouzkassim commented 1 year ago

has any one realised that the documentation has no way of starting the server of 127.0.0.1 u have to either run adb.exe and then be able to start the server at127.0.0.1:5037 i opt to use subprocess.run("/adb.exe location","start-server") the daemon starts then i can start communicating with the device am i using it the wrong way or