AndroidHow To

How to Debloat Verizon Moto E4 (Remove Sim Notification)

How to: Debloat Verizon Moto E4 (Remove Sim Notification): The Verizon Moto E4 is one hell of a device for the $50 BestBuy is selling it for. You can get an unlock code for $2 from eBay and you have a $55 smartphone with a fingerprint scanner, removable battery, MicroSD card support, and a 3.5mm headphone jack. The downside of using a non-Verizon sim is you get a constant non-Verizon sim notification. Also, you have a bunch of Verizon bloatware installed. In this post, we are going to show you how to debloat Verizon Moto E4 without root.

debloat verizon moto e4

How to Debloat Verizon Moto E4 (Remove Sim Notification)

Warning

We are not responsible for any bricked devices. You are doing this at your own risk.

Make sure your Moto E4 is charged 70-80 percent. 

Pre-Requisites

Moto E4 with model number XT1767 (Settings -> About Phone -> Hardware information -> SKU).

Next, please ensure you have enabled USB debugging and OEM unlock. To do so, Navigate to Settings -> About on your Moto E4 and tap on build number seven times. Once you see a message saying “You are now a developer” go back to Settings and you will see an option called Developer Options. Open developer options and enable USB debugging and OEM Unlock.

Make sure ADB and fastboot are set up on your computer (Windows, Mac, or Linux) and working. Hit the link below to learn how to set up ADB and fastboot on Windows, Mac, and Linux.

How to Setup ADB and Fastboot

Download and Install Motorola USB Drivers for Android from the below link.

Download Motorola USB Drivers for Android

How to Debloat Verizon Moto E4

Step 1 – Connect Moto E4 to Computer

  1. Connect Moto E4 to the computer using a USB cable.
  2. Open command prompt (for Windows) or Terminal (for Mac and Linux).
  3. Navigate to the platform-tools folder and issue the below command.

Windows

adb devices

Mac or Linux

./adb devices

Your device should be listed after this command. If it’s not listed then drivers are not installed properly. In this case, you need to find the correct drivers for your Moto E4.

Step 2 – Debloat Verizon Moto E4

Once the device is listed successfully we are good to go. The issue below commands to debloat your Verizon Moto E4.  

Windows

adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice
adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon
adb shell pm uninstall -k --user 0 com.verizon.messaging.vzmsgs
adb shell pm uninstall -k --user 0 com.motorola.vzw.cloudsetup
adb shell pm uninstall -k --user 0 com.vzw.qualitydatalog
adb shell pm uninstall -k --user 0 com.verizon.mips.services
adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions
adb shell pm uninstall -k --user 0 com.vznavigator.Generic
adb shell pm uninstall -k --user 0 com.motorola.vzw.provider
adb shell pm uninstall -k --user 0 com.gotv.nflgamecenter.us.lite
adb shell pm uninstall -k --user 0 com.vcast.mediamanager

adb shell pm uninstall -k --user 0 com.verizon.settings.secure
adb shell pm uninstall -k --user 0 com.verizon.vzwavs
adb shell pm uninstall -k --user 0 com.verizon.obdm_permissions
adb shell pm uninstall -k --user 0 com.motricity.verizon.ssodownloadable
adb shell pm uninstall -k --user 0 com.verizon.obdm
adb shell pm uninstall -k --user 0 com.verizon.llkagent
adb shell pm uninstall -k --user 0 com.motorola.email
adb shell pm uninstall -k --user 0 com.motorola.vzw.loader
adb shell pm uninstall -k --user 0 com.motorola.vzw.phone.extensions
adb shell pm uninstall -k --user 0 com.vzw.apnservice
adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions
adb shell pm uninstall -k --user 0 com.customermobile.preload.vzw

Mac or Linux

./adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice
./adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon
./adb shell pm uninstall -k --user 0 com.verizon.messaging.vzmsgs
./adb shell pm uninstall -k --user 0 com.motorola.vzw.cloudsetup
./adb shell pm uninstall -k --user 0 com.vzw.qualitydatalog
./adb shell pm uninstall -k --user 0 com.verizon.mips.services
./adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions
./adb shell pm uninstall -k --user 0 com.vznavigator.Generic
./adb shell pm uninstall -k --user 0 com.motorola.vzw.provider
./adb shell pm uninstall -k --user 0 com.gotv.nflgamecenter.us.lite
./adb shell pm uninstall -k --user 0 com.vcast.mediamanager

./adb shell pm uninstall -k --user 0 com.verizon.settings.secure
./adb shell pm uninstall -k --user 0 com.verizon.vzwavs
./adb shell pm uninstall -k --user 0 com.verizon.obdm_permissions
./adb shell pm uninstall -k --user 0 com.motricity.verizon.ssodownloadable
./adb shell pm uninstall -k --user 0 com.verizon.obdm
./adb shell pm uninstall -k --user 0 com.verizon.llkagent
./adb shell pm uninstall -k --user 0 com.motorola.email
./adb shell pm uninstall -k --user 0 com.motorola.vzw.loader
./adb shell pm uninstall -k --user 0 com.motorola.vzw.phone.extensions
./adb shell pm uninstall -k --user 0 com.vzw.apnservice
./adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions
./adb shell pm uninstall -k --user 0 com.customermobile.preload.vzw

Step 3 – Reboot

Once you have completed all the commands mentioned above, you need to reboot your Verizon Moto E4. Just issue the below command.

Windows

adb reboot

Mac or Linux

./adb reboot

Congratulations peeps! We are done with Verizon Moto E4 debloat. You will no longer get the nagging non-Verizon sim notification.

Related Articles

Leave a Reply

Back to top button