How To

Remove Stock Apps of Zenfone Max Pro M2

In this guide, I describe how to remove stock apps of Asus Zenfone Max Pro M2. Although this device is a game changer and successor of the Zenfone Max Pro M1. Even this device comes with stock Android but Asus pre-installed some bloatware in this new device. So, how you can remove stay tune and follow the proper steps to remove bloatware.

This thing We Need?

First, make sure your device USB Debugging is enabled. in some of the cases, you can’t find this option if you’re a newbie in this process.

Just go to setting and search About device, and then click tap 5-6 times on Build Number after that you can find Developer Option into your setting.

Download this ADB SDK driver 

With that out of the way, we can enable USB debugging.

  1. Open Settings
  2. Go to System > Developer options or just Developer options
  3. Scroll until you find USB debugging
  4. Toggle the switch on

Now run the command “adb devices” without quotes, and the copy and run the commands from the below lists.

Note: the app which you want to remove. 
This will remove apps for the current user and will return in case of factory reset. So if you mess something up, do a factory reset to get out of trouble.
In case the command fails then the app is already removed .. so no negative impact/issue in that case
  • adb shell pm uninstall -k –user 0 com.asus.soundrecorder # Sound Recorder
  • adb shell pm uninstall -k –user 0 com.facebook.appmanager # Facebook App Manager
  • adb shell pm uninstall -k –user 0 com.facebook.katana # Facebook App
  • adb shell pm uninstall -k –user 0 com.facebook.orca # Facebook Messenger
  • adb shell pm uninstall -k –user 0 com.facebook.system # Facebook App Installer
  • adb shell pm uninstall -k –user 0 com.google.android.apps.docs # Google Drive
  • adb shell pm uninstall -k –user 0 com.google.android.apps.maps # Google Map
  • adb shell pm uninstall -k –user 0 com.google.android.apps.messaging # Google Messaging
  • adb shell pm uninstall -k –user 0 com.google.android.apps.photos # Google Photos
  • adb shell pm uninstall -k –user 0 com.google.android.apps.tachyon # Google Duo
  • adb shell pm uninstall -k –user 0 com.google.android.calendar # Google Calendar
  • adb shell pm uninstall -k –user 0 com.google.android.googlequicksearchbox # Google Search App
  • adb shell pm uninstall -k –user 0 com.google.android.music # Google Music
  • adb shell pm uninstall -k –user 0 com.google.android.videos # Google Movies
  • adb shell pm uninstall -k –user 0 com.google.android.webview # AOSP webview
  • adb shell pm uninstall -k –user 0 com.instagram.android # Instagram
  • adb shell pm uninstall -k –user 0 com.asus.ia.asusapp # Asus Service Center 
  • adb shell pm uninstall -k –user 0 com.google.android.keep # Google Keep
  • adb shell pm uninstall -k –user 0 com.google.android.youtube # YouTube
  • adb shell pm uninstall -k –user 0 com.asus.calculator # Asus Calculator

Final Words

I hope this article will help you to remove all the bloatware. If you’re stuck any where to install ADB driver feel free comment below

Leave a Comment