Many users are faced with a situation where when, after purchasing an inexpensive smartphone from a popular Chinese brand, the device turns out to be full of incomprehensible software. These apps are often called bloatware or system garbage. They not only take up precious space in the internal memory, but also consume RAM, drain the battery and display intrusive advertising.

The problem is aggravated by the fact that such applications are often impossible to remove using standard system tools. The "Delete" button in the settings is simply inactive or absent altogether. However, there are proven ways to get rid of intrusive software, ranging from simple settings to advanced methods via a computer.

In this article we will look at all the current methods for cleaning your gadget. You will learn how to safely remove Chinese apps on Android without disrupting the main system or voiding your warranty. The main thing is to act consistently and understand the risks of each step.

Why manufacturers install unnecessary software

Chinese smartphone manufacturers, such as Xiaomi, Huawei, Oppo i Vivo, often sell devices at a minimal price, with virtually no markup. The main source of income for them is the ecosystem of services and pre-installed applications. Developers pay brands to have their software installed on every device sold by default.

The user receives a device with an already configured environment, but often this environment turns out to be redundant. The firmware may contain duplicate apps: several browsers, different application stores, news aggregators and cleaning services, which in fact only slow down the operation of the operating system operating system.

โš ๏ธ Attention: Some system components, even with Chinese names, may be responsible for the operation of the network, Bluetooth or camera. Be careful when deleting applications whose purpose you are not 100% sure of.

In addition, in global versions of firmware (Global ROM) there are often traces of the Chinese version (China ROM) if the conversion was performed poorly. This leads to the appearance of assistants in Chinese and services that do not work outside of China, but continue to hang in the background.

Standard methods of removal and disabling

Before resorting to complex tools, it is worth checking the capabilities of the operating system itself. In modern versions of Android, the settings interface has become more flexible. Go to the menu Settings โ†’ Applications โ†’ All applications and carefully study the list.

If the delete button is active, the problem is solved in one click. However, most often you will only see a โ€œDisableโ€ or โ€œStopโ€ button. Disabling an application prevents it from launching, hides its icon from the menu, and blocks receiving updates. This is an effective way to deal with system junk without using superuser rights.

  • ๐Ÿ“ฑ Find the unnecessary application in the list and click on it.
  • ๐Ÿšซ Select the "Disable" or "Force stop" option.
  • ๐Ÿ—‘๏ธ Confirm the action if the system prompts resolution.
  • ๐Ÿ”„ Reboot your device to apply the changes.

It is important to understand the difference between deleting and disabling. When disabled, application files remain in the internal memory, taking up space. To completely free up space, deeper methods of interfering with the deviceโ€™s file system will be required.

Some manufacturers are cunning and hide system applications in separate folders or profiles. Check for guest mode or second space. Sometimes โ€œChinese garbageโ€ lives there, and deleting it from the main profile will not work.

๐Ÿ“Š Have you encountered uninstallable applications on a new smartphone?
Yes, there were a lot of them
There were a couple of them, they didnโ€™t interfere
No, thatโ€™s all was deleted immediately
I donโ€™t buy Chinese brands

Removal via computer and ADB (without root access)

The most effective and safe way to remove system applications is to use the toolkit Android Debug Bridge (ADB). This method does not require root access, which preserves the warranty on the device, but allows you to remove packages at the system level.

First, you need to enable developer mode on your smartphone. Go to Settings โ†’ About phone and quickly click 7 times on the "Build number" item. After this, a new section โ€œFor Developersโ€ will appear in the settings menu, where you need to activate the item USB debugging.

adb devices

adb shell pm list packages

adb shell pm uninstall -k --user 0 package_name

Connect your smartphone to the computer cable. ADB drivers must be installed on the PC. Open a command prompt or terminal in your tools folder. Enter the command to test the connection. If the device is shown in the list, you can start searching for package names.

The command pm list packages will display a complete list of all installed apps. The names of Chinese applications often contain words cn, miui, oppo or names of specific services like Baidu. Copy the exact name of the package (for example com.android.bbklink) for removal.

โ˜‘๏ธ Preparing for removal via ADB

Executed: 0 / 4

The uninstall command is executed with the flag --user 0, which means the application is uninstalled for the current primary user. Physically, the files remain on the system partition, but the system stops seeing and using them. This is a reversible procedure: a factory reset will return all applications to their place.

How to return a deleted application?

If you accidentally deleted an important component, you can restore it with the command: adb shell cmd package install-existing package_name. This will only work if the application was not physically erased from the system partition, but only deleted for the user.

Using specialized utilities

Manually entering commands in the terminal may seem difficult for an untrained user. Luckily, enthusiasts have created graphical interfaces on top of ADB that make the process much easier. The most popular tool is Universal Android Debloater.

This app automatically detects the connected device, scans the list of packages and divides them into categories: safe for removal, recommended for removal and dangerous system components. The interface is intuitive and allows you to control the software in a few clicks.

Utility name Root required Complexity Risk of error
ADB AppControl No Low Minimum
System App Remover Yes Medium High
Universal Debloater No Low Medium
Titanium Backup Yes High High

When using third-party software, always make a backup copy of your data. Although modern tools have protection against deleting critical system files, the human factor has not been canceled. Accidentally clicking on the wrong checkbox can lead to unstable operation of the interface.

โš ๏ธ Attention: app interfaces and lists of safe packages are constantly updated. What could be removed on Android 11 may become a critical component on Android 14. Always check the latest knowledge bases before cleaning.

๐Ÿ’ก

Before mass deleting applications through utilities, try disabling one of them using standard means and using the phone for a couple of days. This will help you understand whether this service affects the operation of other functions.

Reset to factory settings and flashing

If methods with ADB seem too risky, and the standard shutdown does not help, a radical option remains - resetting the settings. However, a simple Factory Reset often does not remove pre-installed Chinese software, since it is hardwired into the system image.

A more effective method is to flash the device to the global version of the software (Global ROM). Official global firmware is usually devoid of specific Chinese software and has a clean interface. This process requires unlocking the bootloader, which can take from 3 to 7 days of waiting on the manufacturer's servers.

The flashing procedure is as follows:

  • ๐Ÿ”“ Unlocking the bootloader through the manufacturer's official utility.
  • ๐Ÿ’พ Downloading the global firmware image from official website.
  • โš™๏ธ Installing Fastboot mode and connecting to a PC.
  • ๐Ÿš€ Running the firmware script and waiting for the process to complete.
๐Ÿ’ก

Flashing to the global version is the only way to be sure to get rid of Chinese software without using complex commands, but it takes time to unlock bootloader.

Frequent errors and user questions

During the cleaning process, users often make common mistakes that lead to applications reappearing or malfunctioning. The most common mistake is deleting system components responsible for the operation of frameworks.

For example, deleting services Google Play or system input libraries may render the phone unusable. Also, many people forget that after resetting the settings, all applications deleted via ADB will return to their places, since they are physically present in the system partition.

Another nuance concerns system updates. After a major firmware update (OTA), the list of packages may change and some previously removed applications may be reactivated or require re-uninstallation. Regularly checking the list of installed apps helps keep the system clean.

Is it safe to remove applications via ADB?

Yes, it is safe as long as you do not remove critical system components. The flag method --user 0 is reversible and does not make changes to the system partition of memory, deleting applications only for your user profile.

Will applications return after a system update?

Yes, when updating the firmware over the air (OTA), the system partition is overwritten and all standard applications, including Chinese may come back. A repeat cleaning procedure will be required.

Are root access required for complete removal?

To completely physically remove files from the system partition, root access is required. However, for an ordinary user, uninstalling via ADB is enough, since the application stops working and consumes resources.

What to do if the phone stops turning on after uninstallation?

Try to boot into Recovery mode and reset to factory settings. This will return the system to its original state. If this does not help, you will need to flash the device via a computer.

Is it possible to delete the Chinese application store Mi GetApps?

Yes, the Mi GetApps store (or similar ones from other brands) can be safely deleted via ADB if you use the official Google Play. It is not a critical component of the system.