-
Notifications
You must be signed in to change notification settings - Fork 57
feat: add find_all_connected_adb_devices
function
#135
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
base: main
Are you sure you want to change the base?
Conversation
Tested with my Android device connected to Macbook via USB.
I wonder if it’s possible to maintain CLI compatibility with the adb command. For instance, the command to list devices using adb is |
You already have |
Sorry, but I don't see it there.
|
Yes sorry this is |
I can try to see if everything can be merged under a single subcommand |
Achieving adb CLI compatibility would be awesome IMO. If you divide the tasks into issues, I'd happy to help you with some of them. |
This should not be something too big :) |
This PR add
find_all_connected_adb_devices()
function, returning a list ofADBDeviceInfo
with vendor_id, product_id and a device_description.[adb_cli] Also adds a
--list
argument to usb subcommand to list all connected ADB devicesBREAKING
get_single_connected_adb_device
Close #133