AdvancedSharpAdbClient
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.
### 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....
### 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....
### 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...