AdvancedSharpAdbClient is a .NET library that allows .NET, Mono and Unity applications to communicate with Android devices. It's improved version of SharpAdbClient.
adbd will reply with "adbd restarting as root" string but in the current implementation the response message is compared with "restarting" only. This will always fail and result in an AdbException even in the case the root operation is as expected.
adbd will reply with "adbd restarting as root" string but in the current implementation the response message is compared with "restarting" only. This will always fail and result in an AdbException even in the case the root operation is as expected.