What's new

Closed Remove bloatwares in Asus zenfone max prô m1

Status
Not open for further replies.

da_keviec

Eternal Poster
Joined
Dec 4, 2016
Posts
141
Reaction
2,461
Points
362
Age
26
Asus Zenfone has stock android without bloatware ..

Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster than individually selecting and disabling apps.

You need to enable USB debugging and have ADB setup. (Refer You do not have permission to view the full content of this post. Log in or register now. is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.




Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.


adb shell pm uninstall -k --user 0 com.asus.soundrecorder # You do not have permission to view the full content of this post. Log in or register now.
adb shell pm uninstall -k --user 0 com.caf.fmradio # FM radio
adb shell pm uninstall -k --user 0 com.huaqin.FM # FM radio
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.generalmobi.go2pay # Go2Pay
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 Added with update 305
Added below as per user requests :

adb shell pm uninstall -k --user 0 com.google.android.keep # Google Keep
adb shell pm uninstall -k --user 0 com.google.android.YøùTùbé # YøùTùbé
adb shell pm uninstall -k --user 0 id.co.babe # BaBe - Baca Berita
adb shell pm uninstall -k --user 0 com.asus.calculator # Asus Calculator
adb shell pm uninstall -k --user 0 com.pure.indosat.care # myIM3 Added with update 331
adb shell pm uninstall -k --user 0 com.shopee.id # ShopeeBloatware app for online shopping in ZB602KL
[22-November-2018]

adb shell pm uninstall -k --user 0 com.android.dreams.basic # Basic Wallpaper Live Wallpaper
adb shell pm uninstall -k --user 0 com.google.android.tts # Google Text To Speech
adb shell pm uninstall -k --user 0 com.android.dreams.phototable # PhotoTable Wallpaper
adb shell pm uninstall -k --user 0 com.android.stk # Sim Tool Kit
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback # Talkback Service
adb shell pm uninstall -k --user 0 com.android.providers.calendar # Calender Provider
adb shell pm uninstall -k --user 0 com.google.android.ims # Carrier Services


credits: from xda furoms
 
as a technician..ingats sa asus mo ..malapit ka sa bootloop and its hard sometimes to recover..make backup para iwas aberya
 
yung inuninstall kulang pla dyan yung mga gapps lang at facebook, wag nyu na itry yung mga ibang apps na built in tlga ng system ng asus like calc and fm radio etc.
 
Status
Not open for further replies.
Back
Top