Tutorial for Debloating useless apps from Infinix Zero 5G (XOS 10 Android 11/XOS10.6 Android 12) >>
Prerequisite (Requirements) :-
PC/Laptop with Windows XP or newer/MacOS/Linux
Platform tools guide to install
Phone with type-C usb cable
Developer options and Usb debugging should be turned on
Steps to get to shell in order to debloat phone:-
- Connect phone to laptop with USB Debugging turned ON on the phone
- In Powershell do
./adb devices
in order to check if your phone is detected or not - If you see device name then do
./adb shell
and do the commands given below to debloat your phone.
If you are using cmd remove ./
from the commands given above
Safe to remove list:-
Command | Description |
---|---|
pm uninstall --user 0 com.transsnet.store |
Palm Store |
pm uninstall --user 0 com.transsion.carlcare |
Carlcare |
pm uninstall --user 0 tech.palm.id |
Infinix ID , keep if you use Infinix ID |
pm uninstall --user 0 com.talpa.hibrowser |
HiBrowser |
pm uninstall --user 0 com.talpa.share |
Xshare Mini |
pm uninstall --user 0 com.zaz.translate |
HiTranslate |
pm uninstall --user 0 com.transsion.magazineservice.xos |
Lock screen magzine service |
pm uninstall --user 0 com.transsion.insync |
Insync |
pm uninstall --user 0 com.transsion.smartpanel |
Smart Panel feature, don't remove if needed |
pm uninstall --user 0 com.transsion.wezone |
Wezone, some junk gaming app |
pm uninstall --user 0 com.transsion.phonemaster |
Phonemaster app, don't remove if you use it |
pm uninstall --user 0 com.transsion.letswitch |
Spyware |
pm uninstall --user 0 com.trassion.infinix.xclub |
Xclub |
pm uninstall --user 0 com.transsion.notebook |
Notes app,don't remove if needed |
pm uninstall --user 0 net.bat.store |
Aha Games |
pm uninstall --user 0 com.transsion.wifiplaytogether |
Some random party app |
pm uninstall --user 0 com.transsion.mol |
Some social media translation app |
pm uninstall --user 0 com.transsion.plat.appupdate |
System apps updater |
pm uninstall --user 0 com.facemoji.lite.transsion |
Remove if you use Gboard |
pm uninstall --user 0 com.smartlife.nebula |
Welife app |
pm uninstall --user 0 com.transsion.healthlife |
My Health app |
pm uninstall --user 0 com.transsion.beez |
Beez App |
Optional Google apps to remove:-
Command | Description |
---|---|
pm uninstall --user 0 com.google.android.apps.wellbeing |
Digital Wellbeing |
pm uninstall --user 0 com.google.android.feedback |
Feedback app |
pm uninstall --user 0 com.android.chrome |
you can use Kiwi or Brave instead |
pm uninstall --user 0 com.google.android.apps.youtube.music |
Youtube Music app use Auxio instead |
pm uninstall --user 0 com.google.android.youtube |
YouTube app use Revanced or Puretuber instead |
In case you want to install removed app again:-
./adb shell cmd package install–existing apppackagename
If you have any more apps to be added or want to give suggestions please do so by requesting admins.