How to remove bloatware from Realme, Xiaomi, Samsung, and other phones

Main Image
  • Like
  • Comment
  • Share

Different OEMs skin the Android software differently to their liking. While this brings meaningful features, that are otherwise not found on stock Android. More often than not, brands overdo and burden the user experience with needless apps and services. In technical lingo, such intrusive elements are called bloatware, as they get in the way and bog down the phone. Although over the years, Android skins like MIUI, One UI, Color OS, and its sibling Realme UI have trimmed down a lot, still you’d find some unwarranted app stuffed in the library.

If that bothers you, here we have laid down an easy-to-follow process to uninstall almost all of that junk. You just need a PC and a bit of patience to get this done. If you follow the steps verbatim, you shouldn’t have a problem. Having cleared that, let’s begin.

Also Check: 10 Cool ADB tricks to try on your Android phone

Uninstall System Apps from Realme, Xiaomi, and Other Phones

1. First of all, you must activate Developer Mode on your phone. Go to system settings, scroll to About Phone. Then tap 7 times on the Build Number, until you see the message — You are now in Developer mode!

2. Now, go to Additional Settings, inside where you’d find the new Developer options. Open it and you’ll see an array of toggles. You just have to enable USB debugging.

3. Connect the phone to the PC using a USB cable.

ALSO READ: How to turn punch hole on your phone into a battery indicator

4. Onto the PC now. Download the ADB Installer and Platform Tools (Windows | Mac | Linux) zip files. Once downloaded, unzip both files. Install, ADB-setup-1.4.3.exe file.

5. Go inside the Platform-tools folder. Then, Shift + right-click and click on “Open Powershell/command prompt window here”.

6. Type “adb devices”  and press enter. You’ll get a prompt box on the phone. Check the “Always allow… option” and grant permission. Then the Powershell/command prompt window should show something like the image below.

7. Enter “adb shell”, which will display your device model name. I tested it on a Realme phone. So, the code begins with RMX.

8. Then next to the $ sign, enter this “pm uninstall -k --user 0 com.heytap.browser

ALSO READ: How to use Samsung AltZLife and Secure Folder

9. If it’s done right, you’ll see a success remark. So, continue entering the same command with just the "com.heytap.browser” part changed to the respective app’s package name. You can grab the package name of all the apps on your phone using the Package Viewer app in the Google Play Store.

Here’s a list of the apps on the Realme phone that are safe to uninstall:

  • Android Auto: com.google.android.projection.gearhead
  • Realme/ColorOS browser: com.heytap.browser
  • Realme Community: com.realmecomm.app
  • DocVault: com.os.docvault
  • Default file manager: com.coloros.filemanager
  • Focus Mode: com.coloros.focusmode
  • Google One: com.google.android.apps.subscriptions.red
  • Google Play Movies & TV: com.google.android.videos
  • Google Podcasts: com.google.android.apps.podcasts
  • Heytap Cloud: com.heytap.cloud
  • Realme/ColorOS music: com.oppo.music
  • One-Tap Lock Screen: com.coloros.onekeylockscreen
  • Realme Link: com.realme.link
  • Realme PaySa: com.realmepay.payments
  • Realme Store: com.realmestore.app
  • Realme Recorder: com.coloros.soundrecorder
  • Default video app: com.coloros.video
  • Default Weather app: com.coloros.weather2 | com.coloros.weather.service

Now, if you want to reinstall any of the uninstalled apps, enter this:

cmd package install-existing [type package name]"

If you want to just disable any app:

pm disable-user --user 0 [type package name]

And enable back using:

pm enable [type package name]

Even using this method, the system won’t let you uninstall certain apps like Game Center and the Theme Store on Realme phones. But, I guess it shouldn’t be a big problem considering much of anything else can be removed. Even this —

Uninstall Facebook bloatware

You can get rid of Facebook apps from your OnePlus, Samsung, and other brand devices, by aping the above steps, but with the following ADB commands:

adb shell
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system

Note that with OTA software updates, there is a chance that the phone will be repopulated with these apps, and you may have to repeat the steps again. But, that shouldn’t take much time and after the first time, you’ll get a hang of it. So, let us know about your debloating experience down in the comments.

Vasan G.S.Vasan G.S.
An inquisitive mind who spends a big chunk of the day keenly tracking every emerging detail and is responsible for quickly passing on important developments to Smartprix followers. He loves to stay in his bubble scripting his destiny involving amazing technology and people with good character, passion, and brilliance.

Related Articles

ImageVivo T3x 5G Price Leaked Ahead Of Launch: Check More Details Here

The Chinese smartphone manufacturer is about to release another mid-range smartphone in India – the Vivo T3x 5G. While the company hasn’t revealed much information about the phone, an Indian tipster seems to have revealed its pricing before the official launch. Without any further ado, let’s discuss everything we know about the Vivo T3x 5G, …

ImageRealme UI First Impressions: A much needed face lift for ColorOS!

Realme UI has finally arrived and we have been testing it on our Realme XT and Realme X2 Pro. The new software manifests the Android 10 goodness and, as promised, brings the ColorOS a lot closer to stock Android. Speaking of which, it is still more similar to Color OS 7 rather than to stock …

ImageHow to apply Live video Wallpapers on Samsung, Vivo, Xiaomi & other Android phones

Live wallpapers are a great way of enhancing the look and feel of your phone. While many OEMs add a few native live wallpaper options or allow you to download them from there own theme stores, how can you apply live wallpapers that you pick elsewhere or port from other phones? We recently tried applying …

ImageAdd and Remove Apps from Secure Folder on Samsung Phone or Tablet

Secure Folder on Samsung devices is a great way to protect your private information and create your personal space inside your phone. You can have your own personal apps, accounts, passwords, photos, and videos, all hidden inside the Secure Folder. But how do you manage the apps within the Secure Folder? Adding and removing apps …

ImageList of Smartphones Launching in March 2024: Nothing Phone (2a), Realme 12+ 5G, Xiaomi 14 & More

As we roll into the next month – March 2024, smartphone OEMs are ready to launch a new wave of phones in the market. From budget-friendly to ultra-premium and flagship devices, here’s what this month brings to the table. If you are waiting to buy a newly released phone, this could be your go-to guide …

Discuss

14 Comments
Arjun Sharma
Arjun Sharma
@arjun_taganexo
9 months ago

If the regular adb disable/uninstall commands do not work then- For Android 13 try: adb shell service call package 131 s16 com.abc.xyz i32 0 i32 0 For Android 12 try: adb shell service call package 134 s16 com.abc.xyz i32 0 i32 0

Reply
Sidhu Vichu
Sidhu Vichu
@sidhu_noruzoca
1 year ago

honeymoon videos missing all video

Reply
vikky shaju
vikky shaju
@vikky_yisugeji
1 year ago

how to reinstall when the screen is flickering

Reply
User
Adnan Kapidzic
Anonymous
1 year ago

I must say that i love Android in every shape and form and would rather take it over any iPhone. I just wish that Android phone makers let us uninstall everything same way iPhone do. I understand why they have to put all that bloatware in. And i sm fine with it as long as i can easily just remove things that i don’t wont or have no use of it.

Reply
User
Akshar Aditya
Anonymous
2 years ago

The suggested apps in this blog are safe to uninstall. They won’t brick after uninstall. EXCEPT!!! do not uninstall the Weather services {com.coloros.weather.service}. IT will brick your phone after the restart. If the mistake is already done, do not worry, just follow the reinstallation process given in this blog of this particular service, it should restore the device, worked for me.

Reply
Show Replies (2)
User
Kishore
Anonymous
2 years ago

Hi Bro Thanks for the blog. Mainly, followed your blog I used wifi debugging, Realme X2 (Android 11) removed the below list of apps – now restarted my mobile, and screen is flickering in the lock screen, couldn’t do any thing.. any suggestion..?? like this below command pm uninstall -k –user 0 com.heytap.browser com.heytap.browser com.coloros.gallery3d com.android.chrome com.finshell.fin com.os.docvault com.coloros.alarmclock com.coloros.calculator com.coloros.filemanager com.coloros.video com.heytap.cloud com.heytap.music com.coloros.weather2 com.coloros.weather.service com.facebook.appmanager com.facebook.services com.facebook.system Thanks

Reply
Show Replies (2)
User
Joy2
Anonymous
2 years ago

I found error RMX1851:/ $ pm uninstall –user 0 com.coloros.waether2 Failure [not installed for 0]

Reply
Show Replies (1)
User
Ashutosh
Anonymous
2 years ago

I uninstalled these apps from realme 8 pro. But now time doesn’t get updated on AOD, it remains the same as when device was locked. And also dark mode note able to turn on off automatically according to sunrise and sunset time, I am guessing weather app might have something to do with it, I will try reinstalling it. Did anybody else face such issues? And if u r someone considering uninstalling app be cautious about weather app. Warning: do not remove ‘weather app service'(it is different from weather app). Otherwise your device won’t start and u will lose data.

Reply
Show Replies (1)