Uninstall bloatware with ADB

Search This thread

endleesss

Senior Member
Feb 19, 2011
117
16
I can't uninstall some of these bloatwares via ADB
com.amazon.appmanager error: Failure: package is non-disable
com.motorola.launcherconfig error: Failure: package is non-disable
com.verizon.mips.services error: Failure: package is non-disable
com.customermobile.preload.vzw error: Failure: package is protected
com.motorola.paks error:Failure: package is protected

Anyone know why?

I was able to uninstall these below:
com.android.bookmarkprovider
com.android.cellbroadcastreceiver
com.android.companiondevicemanager
com.android.dreams.basic
com.android.egg
com.android.emergency
com.android.hotwordenrollment.xgoogle
com.android.htmlviewer
com.android.providers.userdictionary
com.discoveryscreen
com.google.android.apps.docs
com.google.android.apps.nbu.files
com.google.android.apps.tachyon
com.google.android.apps.turbo
com.google.android.apps.wellbeing
com.google.android.calculator
com.google.android.feedback
com.google.android.googlequicksearchbox
com.google.android.music
com.google.android.onetimeinitializer
com.google.android.partnersetup
com.google.android.tag
com.google.android.videos
com.google.android.webview
com.google.android.youtube
com.google.ar.core
com.lenovo.lsf.user
com.LogiaGroup.LogiaDeck
com.motorola.android.nativedropboxagent
com.motorola.cameramod
com.motorola.ccc.devicemanagement
com.motorola.ccc.notification
com.motorola.demo
com.motorola.demo.env
com.motorola.genie
com.motorola.help
com.motorola.InductiveChargeUI
com.motorola.ltebroadcastservices_vzw
com.motorola.marleyenrollmentservice
com.motorola.modservice
com.motorola.modstore
com.motorola.mot5gmod
com.motorola.motocit
com.motorola.motosignature.app
com.motorola.projectormod
com.motorola.vzw.mot5gmod
com.motorola.wallpaper.parallax
com.securityandprivacy.android.verizon.vms
com.telecomsys.directedsms.android.SCG
com.vcast.mediamanager
com.verizon.llkagent
com.verizon.messaging.vzmsgs
com.verizontelematics.verizonhum
com.vzw.apnlib
com.vzw.ecid
com.vzw.hss.myverizon
qualcomm.com.vzw_msdc_api
com.motorola.launcher3

Do NOT uninstall com.android.documentsui ; required to give SDcard write rights to other apps, like camera, etc.
 
I am also trying to remove this mysterious amazon app manager system app, what could it be doing? I can't remove as root from twrp recovery, and I can't use any of the adb pm uninstall methods, it always says "Failure: package is non-disable".
You could try the method mentioned by theportal2 which is to connect to usb debugging, open an adb shell, and do pm disable-user --user 0 then the package name. Admittedly, this method does not uninstall, but merely disables the app. It did the trick though for stopping com.dti.cricket. Although, with root access theoretically you should be able to uninstall it.
 
  • Like
Reactions: TaZeR369

Lubo99

Senior Member
May 26, 2017
157
25
You could try the method mentioned by theportal2 which is to connect to usb debugging, open an adb shell, and do pm disable-user --user 0 then the package name. Admittedly, this method does not uninstall, but merely disables the app. It did the trick though for stopping com.dti.cricket. Although, with root access theoretically you should be able to uninstall it.
guys disable does not work for non-disable packages starting android 12...

you may have root but this will not work this is your error when try
Failure: package is non-disable


package can be completely removed by following you have to delete this file com.amazon.appmanager.mdip.xml from non-disable folder in (once you search for file you will see folders where it is stored) on dubai motorola its stored in
/product/etc/nondisable

then pm uninstall works . however you have to have RW filesystem ability and mount it as RW( there is systemRW tool who will make this happen onandroid 11+ systems)
 
Last edited:

protechtedd

Senior Member
Jun 17, 2014
275
198
OnePlus 5
OnePlus 7 Pro
however you have to have RW filesystem ability and mount it as RW( there is systemRW tool who will make this happen onandroid 11+ systems)
Can you recommend a tool for me to do this? I have a Moto phone and I need to delete the "nondisable" files. I can access the folder using MiXplorer, but I cant delete them. I have Magisk installed. I'm not sure if there is a module, or an app? I tried "OverlayFS" magisk module, but I don't think my kernel is compatible because it doesn't work.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I am also trying to remove this mysterious amazon app manager system app, what could it be doing? I can't remove as root from twrp recovery, and I can't use any of the adb pm uninstall methods, it always says "Failure: package is non-disable".
    You could try the method mentioned by theportal2 which is to connect to usb debugging, open an adb shell, and do pm disable-user --user 0 then the package name. Admittedly, this method does not uninstall, but merely disables the app. It did the trick though for stopping com.dti.cricket. Although, with root access theoretically you should be able to uninstall it.