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 33 AdvancedSharpAdbClient issues
Sort by recently updated
recently updated
newest added

### Describe the bug When AdvancedSharpAdbClient is used as part of the bigger app, e.g. an app with listen sockets, starting adb server would make it inherit all open handles....

bug

### Describe your feature request When using ADB from the command line you can emulate a long key press: `shell input keyevent --longpress ` I'm using this for certain keys....

enhancement

### Describe the bug I use ExecuteRemoteCommand to execute nohup ./filename & to run the executable library. It is executed successfully in Windows PowerShell, but ExecuteRemoteCommand cannot be executed. It...

bug