CoolADB
CoolADB copied to clipboard
MyClient.Execute() instead MyClient.Command()
I think readme is wrong here: -Exececute command on device(2nd boot is if root is needed) MyClient.Command("rm -rf /system/app/myApp.apk", true);
Should be: MyClient.Execute("rm -rf /system/app/myApp.apk", true);