I created an Android application then installed the apk on my ASUS Zenfone 2. When I tried to uninstall it, the logo of my application is shown (full screen) but the application was not removed/uninstalled. The confirmation message is not even displayed. I tried to install/uninstall my application on other phone and it worked. What seems to be the problem with Zenfone 2?
Asked
Active
Viewed 317 times
1
-
Try using [ADB](http://stackoverflow.com/questions/12949609/adb-shell-command-to-make-android-package-uninstall-dialog-appear) – Madhukar Hebbar Aug 16 '16 at 08:31
-
I tried uninstalling apk using adb shell with the following commands from [link](http://stackoverflow.com/questions/12949609/adb-shell-command-to-make-android-package-uninstall-dialog-appear): adb shell am start -a android.intent.action.UNINSTALL_PACKAGE -d "package:PACKAGE" adb shell am start -n com.android.packageinstaller/.UninstallerActivity -d "package:PACKAGE" adb shell am start -a android.intent.action.DELETE -d "package:PACKAGE". The result is the same. – user123456 Aug 17 '16 at 03:04
-
Hi, can anyone help me on this? – user123456 Aug 22 '16 at 02:22
-
@user123456 no solution yet? – elham shahidi Mar 06 '19 at 12:06