openatx / adbutils

pure python adb library for google adb service.
MIT License
761 stars 175 forks source link

no "disconnect" #20

Closed zxpyzsj closed 3 years ago

zxpyzsj commented 4 years ago

no "disconnect" , how to disconnect device ?

mo-han commented 3 years ago

disconnect param addr should be omissible, as per the cli adb disconnect command: disconnect [<host>[:<port>]]