CoolADB
CoolADB copied to clipboard
A C# ADB client.
Results
1
CoolADB issues
Sort by
recently updated
recently updated
newest added
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);