I have installed quick heal mobile security on my android device(Micromax Canvas A110) android version 4.1.4. I am trying to uninstall it, but not able to do so. After further googling, I found out that we would have to deactivate it from device administrator menu in settings. I tried doing it, only to find that the window with options "cancel" and "deactivate" does not go away on clicking the "deactivate" button.
I tried to uninstall the app using the adb uninstall
command after finding out the installed packages using: adb shell pm list packages
which gave quick heal's package name as com.quickheal.platform
.
But adb uninstall com.quickheal.platform
command gives Failure
So how do I do it using adb?