AdvancedSharpAdbClient icon indicating copy to clipboard operation
AdvancedSharpAdbClient copied to clipboard

AdvancedSharpAdbClient is a .NET library that allows .NET, Mono and Unity applications to communicate with Android devices. It's improved version of SharpAdbClient.

Results 29 AdvancedSharpAdbClient issues
Sort by recently updated
recently updated
newest added

### What can we do for you? System.IO.EndOfStreamException:“Unable to read beyond the end of the stream.”

help wanted

### Describe the bug If you call `DumpScreen(DeviceData device)` on `AdvancedAdbClient` it'll return null if the dumped Xml contains "ERROR" anywhere inside, even if it's just text in an element...

bug

### Describe your feature request Is it possible to capture screen devices faster?Feature title ```cs static async void Main(string[] args) { ... System.Drawing.Image img = client.GetFrameBufferAsync(device, CancellationToken.None).GetAwaiter().GetResult(); ... } ```...

enhancement

i like this project and i had been using recently to do some stuff with phones, but actually we need a better readable documentation because the library has a ton...

enhancement

### What can we do for you? When I'm using GetDirectoryListing for the second time, it shows me an empty exception. What's wrong? ![image](https://user-images.githubusercontent.com/16743370/170848513-048731de-4be1-4ca1-9031-7f3315cf1172.png)

help wanted

add method to connect device via wifi (with security code) on android 11+

![Image 4](https://user-images.githubusercontent.com/43975116/146801532-bcc44c63-d38a-47c5-b125-4d134e6af282.png)

bug

Доброго времени суток, использую библиотеку для автоматизации эмулятора Memu, переписал код нахождения IP эмулятора Memu (порты начинаются на 215), но программа работает через раз иногда с разными ошибками, но с...

bug

### Describe the bug The new 3.2.11 release is really good,but it's still has bugs ,such as I cannot pull a folder that it's name contains dots in it(such as...

bug

### Describe the bug It is not possible convert implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image' when build using .NET 8.0. ### Steps to reproduce the bug Try implicitly convert type...

bug