Realme announced RealmeUI for their latest Android device and also updating their older devices with the new Realme UI. Although Realme UI is feature-rich and it has so many bloatware that users will never be going to use some of the apps. If you are one of them and want to uninstall the particular application without rooting your device then keep reading, How to Remove System Application on Realme Devices.
The unwanted and useless applications in your device are considered bloatware. The manufacturer put that in their device by default and you can not uninstall it from setting to make money from the application developer.
Realme devices include bloatware like security keyboard, video, secure apps, share, health check, and many more. I can’t list them all here as there are many apps but can definitely help you remove them all.
The method will require you to grab a PC/ Laptop so make sure to get that before moving to the method. You won’t need to root your device to remove the system apps so don’t worry about that.
How to Remove Bloatware From Realme Devices
01. Enable Developer Option
To enable developer options, go to Settings -> About phone. Now tap seven times ColorOS version to enable Developer options. Once you will tap, you will get a message says ‘You are now a developer!’.
02. Turn on USB Debugging
To do so, go to Settings -> Additional Settings -> Developer Options -> Turn on the toggle next to the USB Debugging.
It will show a small dialogue box might say this option is only for development purposes. But, it’s okay. Tap on ‘Ok’ to proceed further.
03. Turn on Other Following Options
After turning on USB Debugging, you have to enable some other options as well. Turn on the following options except ‘Revoke USB debugging authorizations’;
- Install via USB
- USB Debugging [Security Settings]
04. Get onto the PC
Now, you will need to download platform-tools to follow up on the next steps. I have attached the link below.
Once downloaded, extract the ZIP file and paste it into the C-drive of your computer in a new folder and name that folder as ‘adb’.
05. Apply Commands
Now, connect your Android device to your computer using a USB cable. Once connected, you have to give some commands as I have written below through command prompt (cmd). You can take the help of my screenshot attached below.
cd..
cd..
cd adb
adb devices
Once you will give all of these commands, you should get a dialogue box on your smartphone screen as I have attached in the screenshot below. Simply click on ‘Ok‘.
Now, again give the following command. When you will press enter, on a second you will get your find your device connected. If you get your device connected, then you are good to go for the next step. If you don’t get, maybe you should check into developer options, if there is any setting turned off.
adb devices
06. Run Commands to Uninstall Applications
To uninstall the application:
adb shell pm uninstall -k –user 0 <package.name.of.the.app>
- Example : adb shell pm uninstall -k –user 0 com.android.bips
- Repeat for the system apps you want to un-install.
- Unplug and reboot your phone after you are done.
- Follow the below commands to do so for other applications.
// AOSP Apps adb shell pm uninstall -k --user 0 com.android.bips adb shell pm uninstall -k --user 0 com.android.bookmarkprovider adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver adb shell pm uninstall -k --user 0 com.android.email.partnerprovider adb shell pm uninstall -k --user 0 com.android.fmradio adb shell pm uninstall -k --user 0 com.android.nfc adb shell pm uninstall -k --user 0 com.android.stk adb shell pm uninstall -k --user 0 com.android.printspooler adb shell pm uninstall -k --user 0 com.debug.loggerui // ColorOS Apps adb shell pm uninstall -k --user 0 com.coloros.activation adb shell pm uninstall -k --user 0 com.coloros.activation.overlay.common adb shell pm uninstall -k --user 0 com.coloros.assistantscreen adb shell pm uninstall -k --user 0 com.coloros.backuprestore adb shell pm uninstall -k --user 0 com.coloros.backuprestore.remoteservice adb shell pm uninstall -k --user 0 com.coloros.blacklist adb shell pm uninstall -k --user 0 com.coloros.blacklistapp adb shell pm uninstall -k --user 0 com.coloros.childrenspace adb shell pm uninstall -k --user 0 com.coloros.compass2 adb shell pm uninstall -k --user 0 com.coloros.deepthinker adb shell pm uninstall -k --user 0 com.coloros.filemanager adb shell pm uninstall -k --user 0 com.coloros.floatassistant adb shell pm uninstall -k --user 0 com.coloros.gamespace adb shell pm uninstall -k --user 0 com.coloros.healthcheck adb shell pm uninstall -k --user 0 com.coloros.healthservice adb shell pm uninstall -k --user 0 com.coloros.ocrscanner adb shell pm uninstall -k --user 0 com.coloros.ocrservice adb shell pm uninstall -k --user 0 com.coloros.oppomultiapp adb shell pm uninstall -k --user 0 com.coloros.oshare adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common adb shell pm uninstall -k --user 0 com.coloros.phonemanager adb shell pm uninstall -k --user 0 com.coloros.phonenoareainquire adb shell pm uninstall -k --user 0 com.coloros.sceneservice adb shell pm uninstall -k --user 0 com.coloros.securepay adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard adb shell pm uninstall -k --user 0 com.coloros.smartdrive adb shell pm uninstall -k --user 0 com.coloros.soundrecorder adb shell pm uninstall -k --user 0 com.coloros.translate.engine adb shell pm uninstall -k --user 0 com.coloros.video adb shell pm uninstall -k --user 0 com.coloros.weather.service adb shell pm uninstall -k --user 0 com.coloros.weather2 adb shell pm uninstall -k --user 0 com.coloros.widget.smallweather // Facebook Apps adb shell pm uninstall -k --user 0 com.facebook.appmanager adb shell pm uninstall -k --user 0 com.facebook.services adb shell pm uninstall -k --user 0 com.facebook.system // Google Apps adb shell pm uninstall -k --user 0 com.android.chrome adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle adb shell pm uninstall -k --user 0 com.google.android.apps.maps adb shell pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user adb shell pm uninstall -k --user 0 com.google.android.calendar adb shell pm uninstall -k --user 0 com.google.android.gm adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox adb shell pm uninstall -k --user 0 com.google.android.feedback adb shell pm uninstall -k --user 0 com.google.android.keep adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback adb shell pm uninstall -k --user 0 com.google.android.printservice.recommendation adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead adb shell pm uninstall -k --user 0 com.google.android.tag adb shell pm uninstall -k --user 0 com.google.android.tts adb shell pm uninstall -k --user 0 com.google.android.youtube adb shell pm uninstall -k --user 0 com.google.ar.core // Heytap Apps adb shell pm uninstall -k --user 0 com.heytap.browser adb shell pm uninstall -k --user 0 com.heytap.cloud adb shell pm uninstall -k --user 0 com.heytap.habit.analysis adb shell pm uninstall -k --user 0 com.heytap.market adb shell pm uninstall -k --user 0 com.heytap.mcs adb shell pm uninstall -k --user 0 com.heytap.openid adb shell pm uninstall -k --user 0 com.heytap.pictorial adb shell pm uninstall -k --user 0 com.heytap.usercenter adb shell pm uninstall -k --user 0 com.heytap.usercenter.overlay // NearMe Apps adb shell pm uninstall -k --user 0 com.nearme.atlas adb shell pm uninstall -k --user 0 com.nearme.statistics.rom // Oppo Apps adb shell pm uninstall -k --user 0 com.oppo.atlas adb shell pm uninstall -k --user 0 com.oppo.criticallog adb shell pm uninstall -k --user 0 com.oppo.music adb shell pm uninstall -k --user 0 com.oppo.operationManual adb shell pm uninstall -k --user 0 com.oppo.partnerbrowsercustomizations adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox adb shell pm uninstall -k --user 0 com.oppo.logkit adb shell pm uninstall -k --user 0 com.oppo.qualityprotect adb shell pm uninstall -k --user 0 com.oppoex.afterservice // Realme Apps adb shell pm uninstall -k --user 0 com.realme.securitycheck // Redtea Mobile Apps adb shell pm uninstall -k --user 0 com.redteamobile.roaming adb shell pm uninstall -k --user 0 com.redteamobile.roaming.deamon // Ted Apps adb shell pm uninstall -k --user com.ted.number // Tencent Apps adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver // Block OTA Updates (Warning: For Advanced Users Only !!) adb shell pm uninstall -k --user 0 com.coloros.sau adb shell pm uninstall -k --user 0 com.coloros.sauhelper adb shell pm uninstall -k --user 0 com.oppo.otaui adb shell pm uninstall -k --user 0 com.oppo.ota
07. Disable System Apps
adb shell pm disable-user –user 0 <package.name.of.the.app>
- On some devices, these 3 apps cannot be removed using “pm uninstall –user 0” – App Market, Game Center, Theme Store.
- You need to disable them for user 0
adb shell pm disable-user --user 0 com.heytap.market adb shell pm disable-user --user 0 com.nearme.gamecenter adb shell pm disable-user --user 0 com.heytap.themestore
That’s It. Hope this method will help you to get rid of the unwanted applications. If it did then make sure to share it with your friends as well. Make sure to comment down below if you’re facing any issue.
Full credit goes to the XDA Developers for finding this method. I will attach the XDA link below if you’re interested.
Also Read,
- How to Send Auto Hide Messages on Instagram Like Snapchat
- Realme’s 65W SuperDart Charging: Everything You Need to Know!
- How to Get iOS 14 Emojis in Any Android Device
Suggestion
Join our Telegram channel for instant tech updates and smartphone news. Also, you can follow us on our Facebook page.