adb_client
adb_client copied to clipboard
feat: adb list
ADB List (ls) for both direct device communication and for communication though the ADB server.
I have tested this with both ADB server USB and direct USB communication. I have not tested it through TCP connection.
Hi @J05HM0N5TER , thanks for the PR ! Will have a look at it this week :)
I rebased latest main changes on your branch
Also removed duplicate list command that was causing cargo run --bin adb_cli -- local --help to fail
@cocool97 I think I might have messed up your rebase. I happened to be working on it as you did your stuff and I thought I messed up my branch though some local moving of get repos, and did a git push --force-with-lease.
Can you please re-push your local version to undo my undo of the rebase you did? I have the fixes for some of your comments locally, but I'll just stash them for now to not make the git history more complicated.
If it is too much of a mess, we can just squash merge this at the end and remove all the extra stuff.
Also removed duplicate
listcommand that was causingcargo run --bin adb_cli -- local --helpto fail
Thanks for that. I was a bit confused on how there seemed to be two different places that the commands a defined in. I thought that the definitions of the commands that were against the ADB server were completely disconnected from the ones that interacted directly with the device.
Thanks for you recent changes, I'll review it asap :)
Can you fix the failing fmt job ?
Thanks for you recent changes, I'll review it asap :)
Can you fix the failing
fmtjob ?
I just pushed the changes to fix the fmt, could you please rerun the workflow?