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.
### What can we do for you? Hello, Is there a way to send simple adb commands? I would like to retrieve a folder from my device but I can't...
## Announcing We have packaged this project into winrt. With the winrt version, we can use it in cpp/winrt and other projects. You can find the winrt version in [`winrt...
### Describe your question May I ask how to execute adb tcpip 5555 and other adb commands without predefined methods? Thank you!
### Describe your feature request Very offen some apps need to change device parameters ### How important is this to you? Nice-to-have ### Describe the solution you'd like It would...
Readme update, as there is now documentation on a separate site
### What can we do for you? I'm keeping getting an error code -1 when running command start-server using the example code below: This code works only if I initiate...
### Describe the bug Эмулятор LDPlayer 9 крайней сборки с сайта авторов. Пытаюсь накидать автоматизацию. В процессе прикручиваю redsocks2. Там нужно "крутить" iptables. adb.adbClient.ExecuteRemoteCommand("echo -n > /data/local/tmp/rs/iptables.rules", adb.deviceData); не отрабатывает....
### Describe the bug I connect to multiple devices using the code shown. The devices connect and are to be seen via 'adb devices' command, but they all disconnect around...
### Describe the bug The readme claims that this repo can be used in Unity (the game engine, I'm assuming). However, this is not the case (tested in 2020.3). This...
### What can we do for you? _await client.StartAppAsync("com.my.app");_ Doesnt start the app. I have also tried the command: _adb -s 192.168.0.36:5556 shell monkey -p com.daerigame.magicknight 1_ Output: bash arg:...