-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does the pair command work? #1
Comments
I have not implemented the pair functionality yet, no. This is a rewrite of the protocol from scratch in flutter, I simply used cgutman's library for the protocol basics, and ended up somewhat copying his class structure, hence why I added the attribution. Both of the libraries you linked to are vastly more complex, so would not make a lot of sense for a simple library like this which is rewritten from scratch in native dart code, and at least for me my usecases are all already covered by this simple implementation. I don't think for the basic functionality of opening a shell and running some commands there is any functional difference. Feel free to submit a pull request with the addition of the pair functionality if that is useful to you, I don't expect to be working on any new functionality for this library any time soon, aside from fixing bugs or reviewing pull requests, as I am busy with other projects. |
I was looking for a complete implementation of ADB in Dart, because yes it is relatively complicated. I currently use libadb-android, but it doesn't work for iOS. |
i'm waiting too for pair function. pair ip:port code |
Is flutter_adb currently supporting the ADB pair command for recent devices?
Also, you're basing your work on the very old AdbLib project. Why not basing it on recent ones like Kadb or libadb-android?
The text was updated successfully, but these errors were encountered: