Home > Vivo

How to Debloat/Remove Bloatware from Vivo X90 Pro

In this guide, we will show you the steps to debloat/remove bloatware from your Vivo X90 Pro. When it comes to the flagships domain, then the discussion usually surrounds the likes of Google, Samsung, and OnePlus. However, as of late, Vivo is also churning out some pretty impressive devices, with its latest offering beholding quite a power-packed specs sheet.

However, it’s the OS where it tends to fall short for some users. The Funtouch (Global) and Origin OS 3 (China) come with a slew of preinstalled apps, most of which you would never interact with. These apps not only consume unnecessary storage space, but some of them tend to constantly run in the background, thereby exhausting system resources and leading to battery drain as well.

To make matter worse, these are installed as system apps and hence you wouldn’t be able to remove them the native way. And that’s not it. Even the generic ADB Commands that are used to remove bloatware don’t work with most of the Vivo apps. So in this guide, we will make you aware of a new set of ADB commands that shall help you debloat/remove bloatware from your Vivo X90 Pro. Follow along.

How to Debloat/Remove Bloatware from Vivo X90 Pro

remove bloatware vivo x90 pro

The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps. [Images used here are just for reference purposes].

STEP 1: Install Android SDK

  1. Download and extract Android SDK Platform Tools on your PC.
  2. install adb platform tools windows
  3. Next up, you will have to enable USB Debugging on your device
  4. remove bloatware vivo x90 pro
  5. Now connect your device to the PC via a USB cable.
  6. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
    command-prompt-inside-adb
  7. Now in the following command in the CMD window to verify the ADB connection. If you get the device ID, then the connection stands successful.
    adb devices

    remove bloatware vivo x90 pro

  8. Now type in the below command to open the Shell environment:
    adb shell

STEP 4: Debloat/Remove Bloatware from Vivo X90 Pro

  1. First and foremost, execute the below command to get the list of all the apps installed and their package names [the bloatware output list has been shared below as well]:
    pm list packages

    remove bloatware vivo x90 pro

  2. Now, the generic command to uninstall any bloatware from a device is:
    pm uninstall -k --user 0 PackageName
  3. For example, if I want to remove the Heytap Accessory with package name com.heytap.cloud, then its removal command will be:
    pm uninstall -k --user 0 com.heytap.cloud

    Debloat OnePlus 9 Pro

  4. With that said, you will not be able to uninstall all the bloatwares using the aforementioned commands. Soe Vivo system apps will require you to execute the below command:
    adb shell service call package 131 s16 PackageName i32 0 i32 0
  5. In the above command, the value 131 is the transaction number that the developers found out from the IPackageManager.java after decompiling framework.jar.
  6. Moreover, the first i32 0 stands for uninstall whereas i32 1 stands for reinstall [refer to the reinstall section]. The final i32 0 stands for user 0, which will remain constant throughout.

Vivo X90 Pro: ADB Commands to Uninstall all Pre-Installed Apps

Given here are the list of the pre-installed apps on your Vivo X90 Pro. Go through them once and only use the commands corresponding to the app that you want to remove from your device. If you mistakenly end up removing an app, then you could easily reinstall it as well using the instructions given in the next section [Credits: XDA Senior Members raimondomartire, pervokur, and luontokoodaus].

New Debloat Script

adb shell service call package 131 s16 com.vivo.agent i32 0 i32 0
adb shell service call package 131 s16 com.vivo.browser i32 0 i32 0
adb shell service call package 131 s16 com.vivo.smartremote i32 0 i32 0
adb shell service call package 131 s16 com.vivo.easyshare i32 0 i32 0
adb shell service call package 131 s16 com.android.bbkmusic i32 0 i32 0
adb shell service call package 131 s16 com.android.VideoPlayer i32 0 i32 0
adb shell service call package 131 s16 com.vivo.translator i32 0 i32 0
adb shell service call package 131 s16 com.iqoo.secure i32 0 i32 0
adb shell service call package 131 s16 com.vivo.simplelauncher i32 0 i32 0
adb shell service call package 131 s16 com.vivo.hiboard i32 0 i32 0
adb shell service call package 131 s16 com.baidu.input_vivo i32 0 i32 0
adb shell service call package 131 s16 com.bbk.calendar i32 0 i32 0
adb shell service call package 131 s16 com.vivo.car.networking i32 0 i32 0
adb shell service call package 131 s16 com.vivo.smartlife i32 0 i32 0
adb shell service call package 131 s16 com.vivo.ai.ime.nex i32 0 i32 0
adb shell service call package 131 s16 com.vivo.pem i32 0 i32 0
adb shell service call package 131 s16 com.tencent.mobileqq i32 0 i32 0
adb shell service call package 131 s16 com.tencent.mm i32 0 i32 0
adb shell service call package 131 s16 com.kugou.android i32 0 i32 0
adb shell service call package 131 s16 com.qiyi.video i32 0 i32 0
adb shell service call package 131 s16 com.taobao.taobao i32 0 i32 0
adb shell service call package 131 s16 com.youku.phone i32 0 i32 0
adb shell service call package 131 s16 com.baidu.BaiduMap i32 0 i32 0
adb shell service call package 131 s16 com.eg.android.AlipayGphone i32 0 i32 0
adb shell service call package 131 s16 com.baidu.searchbox i32 0 i32 0
adb shell service call package 131 s16 com.sina.weibo i32 0 i32 0
adb shell service call package 131 s16 com.shoujiduoduo.ringtone i32 0 i32 0
adb shell service call package 131 s16 com.tencent.qqlive i32 0 i32 0
adb shell service call package 131 s16 com.tencent.mtt i32 0 i32 0
adb shell service call package 131 s16 com.tencent.qqmusic i32 0 i32 0
adb shell service call package 131 s16 com.sohu.sohuvideo i32 0 i32 0
adb shell service call package 131 s16 com.smile.gifmaker i32 0 i32 0
adb shell service call package 131 s16 com.sankuai.meituan i32 0 i32 0
adb shell service call package 131 s16 com.uc.browser.en i32 0 i32 0
adb shell service call package 131 s16 com.eg.android.AlipayGphone i32 0 i32 0
adb shell service call package 131 s16 com.tencent.qqlive i32 0 i32 0
adb shell service call package 131 s16 com.zhihu.android i32 0 i32 0
adb shell service call package 131 s16 com.dragon.read i32 0 i32 0
adb shell service call package 131 s16 com.taobao.taobao i32 0 i32 0
adb shell service call package 131 s16 com.baidu.carlife.vivo i32 0 i32 0
adb shell service call package 131 s16 ctrip.android.view i32 0 i32 0
adb shell service call package 131 s16 com.xingin.xhs i32 0 i32 0
adb shell service call package 131 s16 com.xtc.originwidget i32 0 i32 0
adb shell service call package 131 s16 com.achievo.vipshop i32 0 i32 0
adb shell service call package 131 s16 tv.danmaku.bili i32 0 i32 0
adb shell service call package 131 s16 com.jingdong.app.mall i32 0 i32 0
adb shell service call package 131 s16 com.ximalaya.ting.android i32 0 i32 0
adb shell service call package 131 s16 com.sina.weibo i32 0 i32 0
adb shell service call package 131 s16 com.kaixinkan.ugc.video.atom i32 0 i32 0
adb shell service call package 131 s16 com.vivo.wallet.appwidget i32 0 i32 0
adb shell service call package 131 s16 com.kaixinkan.ugc.video i32 0 i32 0
adb shell service call package 131 s16 com.vivo.browser.novel.widget
adb shell service call package 131 s16 com.unionpay.tsmservice i32 0 i32 0
adb shell service call package 131 s16 com.smile.gifmaker i32 0 i32 0
adb shell service call package 131 s16 com.vivo.minigamecenter i32 0 i32 0
adb shell service call package 131 s16 com.vivo.vhome i32 0 i32 0
adb shell service call package 131 s16 com.vivo.video.widget i32 0 i32 0
adb shell service call package 131 s16 com.vivo.familycare.widget i32 0 i32 0
adb shell service call package 131 s16 com.baidu.searchbox i32 0 i32 0
adb shell service call package 131 s16 com.autonavi.minimap i32 0 i32 0
adb shell service call package 131 s16 com.vivo.weather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widgetweather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.dream.weather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.weather.provider i32 0 i32 0
adb shell service call package 131 s16 com.android.notes i32 0 i32 0
adb shell service call package 131 s16 com.vivo.space i32 0 i32 0
adb shell service call package 131 s16 com.vivo.wallet i32 0 i32 0
adb shell service call package 131 s16 com.vivo.email i32 0 i32 0
adb shell service call package 131 s16 com.vivo.game i32 0 i32 0

Old Debloat Script

adb shell service call package 131 s16 com.bbk.appstore i32 0 i32 0
adb shell service call package 131 s16 com.vivo.smartanswer i32 0 i32 0
adb shell service call package 131 s16 com.vivo.are i32 0 i32 0
adb shell service call package 131 s16 com.android.notes i32 0 i32 0
adb shell service call package 131 s16 com.vivo.agent i32 0 i32 0
adb shell service call package 131 s16 com.vivo.browser i32 0 i32 0
adb shell service call package 131 s16 com.vivo.easyshare i32 0 i32 0
adb shell service call package 131 s16 com.android.bbkmusic i32 0 i32 0
adb shell service call package 131 s16 com.android.VideoPlayer i32 0 i32 0
adb shell service call package 131 s16 com.vivo.translator i32 0 i32 0
adb shell service call package 131 s16 com.vivo.simplelauncher i32 0 i32 0
adb shell service call package 131 s16 com.vivo.hiboard i32 0 i32 0
adb shell service call package 131 s16 com.baidu.input_vivo i32 0 i32 0
adb shell service call package 131 s16 com.bbk.calendar i32 0 i32 0
adb shell service call package 131 s16 com.vivo.car.networking i32 0 i32 0
adb shell service call package 131 s16 com.vivo.smartlife i32 0 i32 0
adb shell service call package 131 s16 com.vivo.wallet i32 0 i32 0
adb shell service call package 131 s16 com.android.bbklog i32 0 i32 0
adb shell service call package 131 s16 com.tencent.soter.soterserver i32 0 i32 0
adb shell service call package 131 s16 com.yozo.vivo.office i32 0 i32 0
adb shell service call package 131 s16 com.android.bbklog i32 0 i32 0
adb shell service call package 131 s16 com.bbk.photoframewidget i32 0 i32 0
adb shell service call package 131 s16 com.bbk.scene.launcher.theme i32 0 i32 0
adb shell service call package 131 s16 com.vivo.puresearch i32 0 i32 0
adb shell service call package 131 s16 com.vivo.doubletimezoneclock i32 0 i32 0
adb shell service call package 131 s16 com.vivo.quickpay i32 0 i32 0
adb shell service call package 131 s16 com.vivo.dream.weather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.boxres i32 0 i32 0
adb shell service call package 131 s16 com.vivo.safecenter i32 0 i32 0
adb shell service call package 131 s16 com.vivo.gametrain i32 0 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.box i32 0 i32 0
adb shell service call package 131 s16 com.vivo.vivokaraoke i32 0 i32 0
adb shell service call package 131 s16 com.vivo.favorite i32 0 i32 0
adb shell service call package 131 s16 com.vivo.setupwizard i32 0 i32 0
adb shell service call package 131 s16 com.vivo.smartLife i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widget.calendar i32 0 i32 0
adb shell service call package 131 s16 com.vivo.weather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.weather.provider i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widget.cleanspeed i32 0 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behavior i32 0 i32 0
adb shell service call package 131 s16 com.vivo.remoteassistant i32 0 i32 0
adb shell service call package 131 s16 com.vivo.dream.music i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widget.timemanager i32 0 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behaviorcity i32 0 i32 0
adb shell service call package 131 s16 com.vivo.magazine i32 0 i32 0
adb shell service call package 131 s16 com.vivo.globalsearch i32 0 i32 0
adb shell service call package 131 s16 com.vivo.vhomeguide i32 0 i32 0
adb shell service call package 131 s16 com.vivo.gamewatch i32 0 i32 0
adb shell service call package 131 s16 com.vivo.carlauncher i32 0 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behaviormountain i32 0 i32 0
adb shell service call package 131 s16 com.vivo.space i32 0 i32 0
adb shell service call package 131 s16 com.vivo.countdownwidget i32 0 i32 0
adb shell service call package 131 s16 com.vivo.dream.clock i32 0 i32 0
adb shell service call package 131 s16 com.vivo.desktopstickers i32 0 i32 0
adb shell service call package 131 s16 com.vivo.healthwidget i32 0 i32 0
adb shell service call package 131 s16 com.vivo.musicwidgetmix i32 0 i32 0
adb shell service call package 131 s16 com.vivo.appfilter i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widget.gallery i32 0 i32 0
adb shell service call package 131 s16 com.vivo.widgetweather i32 0 i32 0
adb shell service call package 131 s16 com.vivo.timerwidget i32 0 i32 0
adb shell service call package 131 s16 com.vivo.simpleiconthemeres i32 0 i32 0
adb shell service call package 131 s16 com.vivo.healthcode i32 0 i32 0

adb shell pm uninstall --user 0 com.vivo.pem
adb shell pm uninstall --user 0 com.tencent.mobileqq
adb shell pm uninstall --user 0 com.tencent.mm
adb shell pm uninstall --user 0 com.kugou.android
adb shell pm uninstall --user 0 com.qiyi.video
adb shell pm uninstall --user 0 com.taobao.taobao
adb shell pm uninstall --user 0 com.youku.phone
adb shell pm uninstall --user 0 com.baidu.BaiduMap
adb shell pm uninstall --user 0 com.eg.android.AlipayGphone
adb shell pm uninstall --user 0 com.baidu.searchbox
adb shell pm uninstall --user 0 com.sina.weibo
adb shell pm uninstall --user 0 com.shoujiduoduo.ringtone
adb shell pm uninstall --user 0 com.tencent.qqlive
adb shell pm uninstall --user 0 com.tencent.mtt
adb shell pm uninstall --user 0 com.tencent.qqmusic
adb shell pm uninstall --user 0 com.sohu.sohuvideo
adb shell pm uninstall --user 0 com.smile.gifmaker
adb shell pm uninstall --user 0 com.sankuai.meituan
adb shell pm uninstall --user 0 com.uc.browser.en
adb shell pm uninstall --user 0 com.eg.android.AlipayGphone
adb shell pm uninstall --user 0 com.tencent.qqlive
adb shell pm uninstall --user 0 com.zhihu.android
adb shell pm uninstall --user 0 com.dragon.read
adb shell pm uninstall --user 0 com.taobao.taobao
adb shell pm uninstall --user 0 com.baidu.carlife.vivo
adb shell pm uninstall --user 0 ctrip.android.view
adb shell pm uninstall --user 0 com.xingin.xhs
adb shell pm uninstall --user 0 com.xtc.originwidget
adb shell pm uninstall --user 0 com.achievo.vipshop
adb shell pm uninstall --user 0 tv.danmaku.bili
adb shell pm uninstall --user 0 com.jingdong.app.mall
adb shell pm uninstall --user 0 com.ximalaya.ting.android
adb shell pm uninstall --user 0 com.sina.weibo
adb shell pm uninstall --user 0 com.kaixinkan.ugc.video.atom
adb shell pm uninstall --user 0 com.vivo.wallet.appwidget
adb shell pm uninstall --user 0 com.kaixinkan.ugc.video
adb shell pm uninstall --user 0 com.vivo.browser.novel.widget
adb shell pm uninstall --user 0 com.unionpay.tsmservice
adb shell pm uninstall --user 0 com.smile.gifmaker
adb shell pm uninstall --user 0 com.vivo.minigamecenter
adb shell pm uninstall --user 0 com.vivo.vhome
adb shell pm uninstall --user 0 com.vivo.video.widget
adb shell pm uninstall --user 0 com.vivo.familycare.widget
adb shell pm uninstall --user 0 com.baidu.searchbox
adb shell pm uninstall --user 0 com.autonavi.minimap

How to Reinstall Bloatware Apps on Vivo X90 Pro

If you have uninstalled any bloatware app but after that, your device or any of its apps isn’t functioning along the expected lines, then you could easily reinstall that app. All you need to do is just copy-paste the required command into the CMD window [that should be opened in the platform-tools folder].

adb shell service call package 131 s16 com.android.notes i32 1 i32 0
adb shell service call package 131 s16 com.vivo.agent i32 1 i32 0
adb shell service call package 131 s16 com.vivo.browser i32 1 i32 0
adb shell service call package 131 s16 com.vivo.smartremote i32 1 i32 0
adb shell service call package 131 s16 com.vivo.easyshare i32 1 i32 0
adb shell service call package 131 s16 com.android.bbkmusic i32 1 i32 0
adb shell service call package 131 s16 com.android.VideoPlayer i32 1 i32 0
adb shell service call package 131 s16 com.vivo.translator i32 1 i32 0
adb shell service call package 131 s16 com.iqoo.secure i32 1 i32 0
adb shell service call package 131 s16 com.vivo.simplelauncher i32 1 i32 0
adb shell service call package 131 s16 com.vivo.hiboard i32 1 i32 0
adb shell service call package 131 s16 com.bbk.appstore i32 1 i32 0
adb shell service call package 131 s16 com.baidu.input_vivo i32 1 i32 0
adb shell service call package 131 s16 com.bbk.calendar i32 1 i32 0
adb shell service call package 131 s16 com.vivo.car.networking i32 1 i32 0
adb shell service call package 131 s16 com.vivo.smartlife i32 1 i32 0
adb shell service call package 131 s16 com.vivo.ai.ime.nex i32 1 i32 0
adb shell service call package 131 s16 com.vivo.wallet i32 1 i32 0
adb shell service call package 131 s16 com.android.bbklog i32 1 i32 0
adb shell service call package 131 s16 com.android.BBKCrontab i32 1 i32 0
adb shell service call package 131 s16 com.tencent.soter.soterserver i32 1 i32 0
adb shell service call package 131 s16 com.yozo.vivo.office i32 1 i32 0
adb shell service call package 131 s16 com.bbk.theme i32 1 i32 0
adb shell service call package 131 s16 com.bbk.facewake i32 1 i32 0
adb shell service call package 131 s16 com.android.bbklog i32 1 i32 0
adb shell service call package 131 s16 com.bbk.photoframewidget i32 1 i32 0
adb shell service call package 131 s16 com.bbk.scene.databaseprovider i32 1 i32 0
adb shell service call package 131 s16 com.bbk.scene.launcher.theme i32 1 i32 0
adb shell service call package 131 s16 com.bbk.theme.resources i32 1 i32 0
adb shell service call package 131 s16 com.vivo.deformer i32 1 i32 0
adb shell service call package 131 s16 com.vivo.aiengine i32 1 i32 0
adb shell service call package 131 s16 com.vivo.puresearch i32 1 i32 0
adb shell service call package 131 s16 com.vivo.upnpserver i32 1 i32 0
adb shell service call package 131 s16 com.vivo.doubletimezoneclock i32 1 i32 0
adb shell service call package 131 s16 com.vivo.globalanimation.resources i32 1 i32 0
adb shell service call package 131 s16 com.vivo.nightpearl i32 1 i32 0
adb shell service call package 131 s16 com.vivo.quickpay i32 1 i32 0
adb shell service call package 131 s16 com.vivo.aiservice i32 1 i32 0
adb shell service call package 131 s16 com.vivo.dream.weather i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.boxres i32 1 i32 0
adb shell service call package 131 s16 com.vivo.safecenter i32 1 i32 0
adb shell service call package 131 s16 com.vivo.sps i32 1 i32 0
adb shell service call package 131 s16 com.vivo.gametrain i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.box i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vivokaraoke i32 1 i32 0
adb shell service call package 131 s16 com.vivo.tam i32 1 i32 0
adb shell service call package 131 s16 com.vivo.sos i32 1 i32 0
adb shell service call package 131 s16 com.vivo.uwbtest i32 1 i32 0
adb shell service call package 131 s16 com.vivo.favorite i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vivo3rdalgoservice i32 1 i32 0
adb shell service call package 131 s16 com.vivo.setupwizard i32 1 i32 0
adb shell service call package 131 s16 com.vivo.smartLife i32 1 i32 0
adb shell service call package 131 s16 com.vivo.widget.calendar i32 1 i32 0
adb shell service call package 131 s16 com.vivo.weather i32 1 i32 0
adb shell service call package 131 s16 com.vivo.multinlp i32 1 i32 0
adb shell service call package 131 s16 com.vivo.weather.provider i32 1 i32 0
adb shell service call package 131 s16 com.vivo.widget.cleanspeed i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behavior i32 1 i32 0
adb shell service call package 131 s16 com.vivo.hover i32 1 i32 0
adb shell service call package 131 s16 com.vivo.epm i32 1 i32 0
adb shell service call package 131 s16 com.vivo.remoteassistant i32 1 i32 0
adb shell service call package 131 s16 com.vivo.tam.tamserver i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vdfs i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behaviorskylight i32 1 i32 0
adb shell service call package 131 s16 com.vivo.fuelsummary i32 1 i32 0
adb shell service call package 131 s16 com.vivo.smartanswer i32 1 i32 0
adb shell service call package 131 s16 com.vivo.dream.music i32 1 i32 0
adb shell service call package 131 s16 com.vivo.widget.timemanager i32 1 i32 0
adb shell service call package 131 s16 com.vivo.globalanimation i32 1 i32 0
adb shell service call package 131 s16 com.vivo.connbase i32 1 i32 0
adb shell service call package 131 s16 com.vivo.phonehandoff i32 1 i32 0
adb shell service call package 131 s16 com.vivo.SmartKey i32 1 i32 0
adb shell service call package 131 s16 com.vivo.seservice i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behaviorcity i32 1 i32 0
adb shell service call package 131 s16 com.vivo.are i32 1 i32 0
adb shell service call package 131 s16 com.vivo.magazine i32 1 i32 0
adb shell service call package 131 s16 com.vivo.globalsearch i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vhomeguide i32 1 i32 0
adb shell service call package 131 s16 com.vivo.gamewatch i32 1 i32 0
adb shell service call package 131 s16 com.vivo.moodcube i32 1 i32 0
adb shell service call package 131 s16 com.vivo.carlauncher i32 1 i32 0
adb shell service call package 131 s16 com.vivo.third.numbermark i32 1 i32 0
adb shell service call package 131 s16 com.vivo.familycare.local i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vms i32 1 i32 0
adb shell service call package 131 s16 com.vivo.livewallpaper.behaviormountain i32 1 i32 0
adb shell service call package 131 s16 com.vivo.xspace i32 1 i32 0
adb shell service call package 131 s16 com.vivo.cipherchain i32 1 i32 0
adb shell service call package 131 s16 com.vivo.space i32 1 i32 0
adb shell service call package 131 s16 com.vivo.countdownwidget i32 1 i32 0
adb shell service call package 131 s16 com.vivo.sdkplugin i32 1 i32 0
adb shell service call package 131 s16 com.vivo.dream.clock i32 1 i32 0
adb shell service call package 131 s16 com.vivo.desktopstickers i32 1 i32 0
adb shell service call package 131 s16 com.vivo.healthwidget i32 1 i32 0
adb shell service call package 131 s16 com.vivo.musicwidgetmix i32 1 i32 0
adb shell service call package 131 s16 com.amap.android.location i32 1 i32 0
adb shell service call package 131 s16 com.vivo.assistant i32 1 i32 0
adb shell service call package 131 s16 com.vivo.appfilter i32 1 i32 0
adb shell service call package 131 s16 com.vivo.permissionmanager i32 1 i32 0
adb shell service call package 131 s16 com.vivo.dr i32 1 i32 0
adb shell service call package 131 s16 com.vivo.widget.gallery i32 1 i32 0
adb shell service call package 131 s16 com.vivo.hybrid i32 1 i32 0
adb shell service call package 131 s16 com.vivo.devicereg i32 1 i32 0
adb shell service call package 131 s16 com.vivo.vtouch i32 1 i32 0
adb shell service call package 131 s16 com.vivo.card i32 1 i32 0
adb shell service call package 131 s16 com.vivo.daemonService i32 1 i32 0
adb shell service call package 131 s16 com.vivo.doubleinstance i32 1 i32 0
adb shell service call package 131 s16 com.vivo.widgetweather i32 1 i32 0
adb shell service call package 131 s16 com.vivo.timerwidget i32 1 i32 0
adb shell service call package 131 s16 com.vivo.simpleiconthemeres i32 1 i32 0
adb shell service call package 131 s16 com.vivo.iotserver i32 1 i32 0
adb shell service call package 131 s16 com.vivo.healthcode i32 1 i32 0
adb shell pm install-existing --user 0 com.bbk.SuperPowerSave
adb shell pm install-existing --user 0 com.vivo.secime.service
adb shell pm install-existing --user 0 com.vivo.pem
adb shell pm install-existing --user 0 com.vivo.smartshot

That’s it. These were the steps to debloat your Vivo X90 Pro by removing bloatwares from it. Likewise, we have also listed the steps to reinstall these bloatwares, if required. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.

Share:
  • V2219:/ $ pm uninstall -k –user 0 com.bbk.theme
    Failure [DELETE_FAILED_USER_RESTRICTED]

    1|V2219:/ $ service call package 131 s16 com.bbk.theme i32 0 i32 0
    Result: Parcel(00000000 00000001 ‘……..’)

    not sure if bbk.theme is deleted.

  • ilkertr

    Failure [DELETE_FAILED_INTERNAL_ERROR]

    adb shell “pm uninstall –user 0 com.baidu.carlife.vivo” 1>CON
    adb shell “pm uninstall –user 0 com.xtc.originwidget” 1>CON
    adb shell “pm uninstall –user 0 com.vivo.browser.novel.widget” 1>CON
    adb shell “pm uninstall –user 0 com.unionpay.tsmservice” 1>CON
    adb shell “pm uninstall –user 0 com.vivo.familycare.widget” 1>CON