Hello,
I am trying adb to remove bloatware, this is the situation:
ex. package to uninstall com.google.android.apps.books :
~$ adb shell pm uninstall com.google.android.apps.books //enter
Failure //output
Why can't adb uninstall this package?
I am trying adb to remove bloatware, this is the situation:
- Android 4.4.4, Samsung Galaxy Lite (SM T113)
- USB cable is connected, can see tablet files
- USB debugging is enabled on the tablet
- adb is installed, start-server ok
ex. package to uninstall com.google.android.apps.books :
~$ adb shell pm uninstall com.google.android.apps.books //enter
Failure //output
Why can't adb uninstall this package?