Josh
Josh
> Hello Josh, > > Unfortunately, the only solution for this to work is to write the `Query` by hand. This bug will be fixed in the future. Thanks for...
I have tested this with both ADB server USB and direct USB communication. I have not tested it through TCP connection.
@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...
> Also removed duplicate `list` command that was causing `cargo run --bin adb_cli -- local --help` to fail Thanks for that. I was a bit confused on how there seemed...
> Thanks for you recent changes, I'll review it asap :) > > Can you fix the failing `fmt` job ? I just pushed the changes to fix the `fmt`,...
@Odonno I don't understand, what do you mean by it doesn't support it? Is this something to do with the cbor communication or something? I linked documentation on how to...
> Let me try to find my android test device, but not sure if it has a folder big enough to reasonably test with - in the meantime, did you...
Here are some further performance tests: A directory with 4000 0 byte text files ``` Entries in list_dir 4000 and took 424.253193ms Entries in manual ls parse: 4000 and took...
Does there look to be any way to reuse the existing connection, or maybe run them on multiple threads?
After hours of tinkering. I am fairly confident that this is not possible to be made any more performant while using the ADB client⇿server infrastructure. Based on my research, it...