Add support for WearOS #111
Closed
SashaMilic
started this conversation in
General
Replies: 1 comment 3 replies
-
But it should be adbClient.Pair("127.0.0.1:62001", 243559); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This one should be strait forward. I work with WearOS (android based OS for wearables).
Question:
Can you update Nuget packet and/or the project to support command to connect to watch using same process and command for connecting but used additional attribute to be able to pair to watch?
Explanation:
The adb command for pairing and connecting is (
adb pair ip:port pairingCode
):I think everything should be the same as for connect function, but with additional parameter .
Example:
Beta Was this translation helpful? Give feedback.
All reactions