CoolADB icon indicating copy to clipboard operation
CoolADB copied to clipboard

MyClient.Execute() instead MyClient.Command()

Open mpechoto opened this issue 7 years ago • 0 comments

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);

mpechoto avatar Nov 24 '18 21:11 mpechoto