In this guide, we will show you how to remove bloatware or system apps from Realme C11, C12, C15, and C17. The Realme smartphone company is a part of the BBK Electronics group and has an impressed quite a large audience. The company’s unique selling proposition of providing its customers with devices equipped with amazing features at a reasonable price has gathered the company a lot of admirers, especially in Asian countries. But, users get a little annoyed when they see the large number of pre-installed applications that come with almost all of their devices.
Bloatware present on devices not only takes up a lot of space, but they also are a cause of concern regarding the security of the user. The OEM also regards them as system applications, so this means that you can not even get rid of them by uninstalling them. But there exists another effective method using which you can successfully remove bloatware or system apps from a lot of Realme devices. In this tutorial, we will be showing you how you can remove bloatware or system apps from Realme C11, C12, C15, and C17. Read on for further instructions!
Remove Bloatware or System apps from Realme C11, C12, C15, and C17
Before you proceed with the process, you should take note of some important things. First of all, you should make sure that you do not delete any important system applications as this can result in some negative results on your device such as frequent system crashes, other apps not responding, and other problems.
Also be informed that if you perform a factory reset on your Realme device, all of the system apps that you uninstalled will be installed on your device again. You should also keep in mind that some of the more significant system apps such as Market and Game Center can not be permanently uninstalled from your phone. All you can do is disable them. So now that’s over, you can begin with the tutorial on how to remove bloatware or system apps from Realme C11, C12, C15, and C17.
Prerequisites
- First of all, you need to enable USB debugging mode on your device. By this, your PC will be able to recognize your device when it is connected to your PC while in ADB mode. So for this, head over to your device’s Settings > About Phone > Tap on Build Number 7 times > Return to Settings > System > Advanced > Developer Options > Enable USB Debugging.
- After that, you need to download Android SDK Platform-tools on your PC. They will contain the necessary ADB and Fastboot drivers that you require for the process.
- In addition to that, in order to uninstall a system application or disable it, you will need to get access to the app’s package. A third-party app like Package Name Viewer 2 will get this job done for you.
Uninstalling | Disabling System Apps and Bloatware
STEP 1: First you have to connect your Realme device to your PC using a USB cable.
STEP 2: Then on your PC, head over to the Android SDK Platform-tools folder. Over there, type in CMD in the search bar and then hit Enter. With this, the command prompt will be launched.
STEP 3: Next, type in the command given below to check your device’s ADB connection. If the command gives an alphanumeric string with the device name at the end, it means that your device has properly established an ADB connection. If not, then check if the ADB driver has been correctly installed.
adb devices
STEP 4: After that, key in the following command, and then it should display a line, with the format of RMXxxxx:/ $.
adb shell
STEP 5: Then in order to uninstall any application, type in the command below. Do not forget to replace the <name of the package> with the application’s package name.
pm uninstall -k –user 0 <name of the package>
STEP 6: Then in order to disable any application, key in the command below. Make sure that you replace the <name of the package> with the app’s package name.
pm disable-user –user 0 <name of the package>
That is it! This is how you can remove bloatware or system apps from Realme C11, C12, C15, and C17. But if you want some of those uninstalled system applications back on your phone, just follow the instructions given below.
Reinstall Uninstalled Apps | Enable Disabled Apps
STEP 1: In order to reinstall any uninstalled system app, use the command given below and also include the app’s package name in place of <name of the package>.
pm install-existing <name of the package>
STEP 2: Similarly, you can also enable any disabled applications by entering the following command:
pm enable <name of the package>
At this note, we end our guide on how to remove bloatware or system apps from Realme C11, C12, C15, and C17 devices. If you have any questions or queries, feel free to let us know in the comment section below.