-
-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
Support for fastboot mode #343
Comments
有可能,谷歌做过。 fastboot 和 adb 的设备标识符不一样,改一下就能搜索 fastboot 设备。 fastboot 和 adb 通信协议一样,但是支持的 service 不一样,需要重新写。 但是我不想搞坏我的手机,所以不会做 fastboot 支持。 |
Close as no further response |
@chs72 @yume-chan 我之前用另一个库的时候实现过。回头我来搞一下。 |
https://kdrag0n.github.io/fastboot.js/demo/ |
error: Type '{ vendorId: number; productId: number; }' is not assignable to type 'AdbDeviceFilter' I see the current master code support, when will it be released?
|
@huxudong Is your question related to fastboot mode? The new version just merges in the ADB filter for you. If you want to select fastboot mode devices you still need to specify We don't have a release schedule, but before publishing a new version I need some time to test out all the changes. |
adb, fastboot mode can find device. I don't think EDL mode requires |
You can use |
Very much appreciate your serious reply! I think we should develop another set of |
如题
The text was updated successfully, but these errors were encountered: