We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code:
import adbutils
adb = adbutils.AdbClient(host="127.0.0.1", port=5037) for event in adb.track_devices(): print(event.present, event.serial, event.status)
result: True WRU6R20603000237 offline False WRU6R20603000237 absent True WRU6R20603000237 device False WRU6R20603000237 absent True WRU6R20603000237 offline False WRU6R20603000237 absent True WRU6R20603000237 device False WRU6R20603000237 absent True WRU6R20603000237 offline False WRU6R20603000237 absent True WRU6R20603000237 device False WRU6R20603000237 absent True c69d9b9f9ac7175b offline False c69d9b9f9ac7175b absent True WRU6R20603000237 offline False WRU6R20603000237 absent True WRU6R20603000237 device False WRU6R20603000237 absent True WRU6R20603000237 offline False WRU6R20603000237 absent True WRU6R20603000237 device
The text was updated successfully, but these errors were encountered:
要么是adb出什么毛病了,要么是设备出什么毛病了
Sorry, something went wrong.
同样遇到这个问题,adb 用的安卓开发工具里的
锅甩给adb
adbutils里默认带了adb,不知道为啥不会用我环境变量里的,我下载最新的adb替换包里的,目前确实没有出这个问题
No branches or pull requests
code:
import adbutils
adb = adbutils.AdbClient(host="127.0.0.1", port=5037)
for event in adb.track_devices():
print(event.present, event.serial, event.status)
result:
True WRU6R20603000237 offline
False WRU6R20603000237 absent
True WRU6R20603000237 device
False WRU6R20603000237 absent
True WRU6R20603000237 offline
False WRU6R20603000237 absent
True WRU6R20603000237 device
False WRU6R20603000237 absent
True WRU6R20603000237 offline
False WRU6R20603000237 absent
True WRU6R20603000237 device
False WRU6R20603000237 absent
True c69d9b9f9ac7175b offline
False c69d9b9f9ac7175b absent
True WRU6R20603000237 offline
False WRU6R20603000237 absent
True WRU6R20603000237 device
False WRU6R20603000237 absent
True WRU6R20603000237 offline
False WRU6R20603000237 absent
True WRU6R20603000237 device
The text was updated successfully, but these errors were encountered: