Brand smartphones Oppo are equipped with a proprietary ColorOS shell, which includes many pre-installed services. One of these components is App Market a built-in application store, which often duplicates the functionality of Google Play. Many users are faced with a situation where this store intrusively offers to install apps, sends notifications, or takes up space in the system memory.

It is impossible to remove this application using standard system tools, since it has system status. However, there are effective ways to get rid of it using a computer and special utilities. In this article, we will look in detail at how delete the App Market on Android Oppo without obtaining root access, and also consider the risks and alternative disabling options.

Before taking decisive action, you need to understand that any intervention in the system partition carries certain risks. We will look at both safe methods of hiding and radical methods of complete removal via USB debugging. It is important to act carefully so as not to disrupt the performance of your device.

Why you should remove the App Market on Oppo

The main reason why users want to get rid of it App Marketis an aggressive notification policy. The application constantly checks for updates to installed apps and offers alternatives from its catalog. This is not only distracting, but also drains battery power in the background.

In addition, having two app stores can cause conflicts when installing or updating apps. The system may offer to open the file through Oppo Software Store instead of the usual Google Play, which creates inconvenience. Removing unnecessary software frees up RAM and reduces the load on the processor.

โš ๏ธ Attention: Complete removal of system components can lead to errors in the operation of other ColorOS services. If you are not sure of your actions, start by simply turning off notifications.

It is also worth noting that in some regions App Market is the only source of updates for Oppo proprietary utilities. Before deleting, make sure that services that are critical to you are updated via Google Play or manually.

๐Ÿ“Š How much does the App Market annoy you?
Constantly sends notifications
Takes up memory space
Interferes with installation applications
I'm not worried

Preparing your smartphone to remove system applications

To successfully complete the procedure, you will need a computer with the Windows, macOS or Linux operating system. The first step is to activate developer mode on your smartphone Oppo. Without this step, connecting to a PC for debugging will be impossible.

Go to the phone settings and find the section About phone. Click on the item Build number seven times in a row. After this, the system will inform you that you have become a developer. Now a new section will appear in the settings menu Advanced settings or System settings, where you need to find For developers.

In the developer menu, you need to activate two key options. Find the switch USB debugging and turn it on. Confirm the action in the pop-up window. It is also recommended to enable the option Do not turn off the screen when connecting to charging, so that the process is not interrupted suddenly.

โ˜‘๏ธ Ready to delete

Done: 0 / 4

It is important to use a high-quality original cable for connection. Cheap cables often only support charging and do not transfer data, which will result in a connection error. Make sure that a window appears on the smartphone screen asking you to allow debugging from this computer.

Removal via ADB without root access

The most reliable and safest way to remove App Market is to use the ADB tool (Android Debug Bridge). This method allows you to remove applications for the current user without directly affecting the system partition. In case of an error, the application can be easily restored.

Download the package Platform Tools from the official Android developers website. Unzip the archive to a convenient folder on your computer. Open a command prompt or terminal in this directory. Connect your smartphone with a cable and enter the command to check the connection:

adb devices

If a device with a serial number and status deviceappears in the list, the connection has been established successfully. If the status is unauthorized, check the phone screen and confirm permission to debug. Now you can start uninstalling the package.

To remove the App Market, use the uninstall command. It is important to know the exact package name. For Oppo stores this is usually com.heytap.market or com.oppo.market. Enter the following instruction:

adb shell pm uninstall -k --user 0 com.heytap.market

โš ๏ธ Attention: The command removes the application only for the primary user (user 0). The APK file itself remains in the system, but stops running and is no longer displayed in the menu.

After executing the command, you will receive a message Success. The store will disappear from the desktop and from the list of applications. This method is reversible: when you reset the settings to factory settings, the application will return to its place.

๐Ÿ’ก

If the command produces a "Failure" error, check that the package name is spelled correctly. Use the ADB AppControl utility to visually search for packages.

Identifying packages and application names

Sometimes the names of system applications may differ on different versions of ColorOS. In order not to delete unnecessary things, it is necessary to accurately identify the package Oppo App Market. You can list all installed apps through the console, but this will take a lot of time.

A more effective way is to use filters. Enter the command to search for lines containing the word "market" or "oppo":

adb shell pm list packages | findstr market

As a result, you will see a list of packages. The required component is often hidden under names associated with the brand HeyTap or ColorOS. Please note the following possible options:

  • ๐Ÿ“ฆ com.heytap.market โ€”the main package of the application store.
  • ๐Ÿ“ฆ com.oppo.market โ€”an alternative name for older firmware versions.
  • ๐Ÿ“ฆ com.heytap.browser โ€”often associated with the store, but this is a browser.
  • ๐Ÿ“ฆ com.coloros.cloud โ€”cloud service, do not delete.

Be extremely careful when choosing a name. Removing system services, such as com.coloros.cloud or Framework, can lead to a cyclic reboot of the smartphone (bootloop). Always double-check the name before entering the uninstall command.

Package name Description Uninstallation safety Impact on the system
com.heytap.market App Market Safe No store
com.heytap.browser Oppo browser Safe Need an alternative browser
com.coloros.cloud Cloud Not recommended Loss synchronization
com.android.vending Google Play Critical Inability to install software
What to do if you deleted the wrong thing?

If after deleting the smartphone starts working incorrectly, reset the settings to factory settings. This will restore all system applications to their original state. The user's data will be deleted, so make a backup copy in advance.

Alternative methods of disabling

If you do not want to use a computer, you can try to limit the functionality of the store through the settings of the smartphone itself. This method does not completely remove the application, but makes it invisible and inactive. Go to Settings โ†’ Applications โ†’ Manage applications.

Find in the list App Market. If the button Delete is inactive (gray), click on the item Disable or Stop. Also go to the Notifications section inside the application settings and disable all types of notifications. This will get rid of pop-up windows.

Another option is to use third-party launchers. Install an alternative shell, for example Nova Launcher or Microsoft Launcher. In the settings of the new launcher, you can hide the store icon from the desktop. However, it will still remain in the general application menu.

โš ๏ธ Attention: The settings interface may differ depending on the version of ColorOS (11, 12, 13, 14). In new versions, the button to disable system applications may be hidden deeper in the menu.

For advanced users with superuser (Root) rights, it is possible to completely physically delete the APK file from the system partition. For this, file managers with access to the root are used, such as Root Explorer or Solid Explorer. The path to the file is usually located in /system/app/ or /system/priv-app/.

Restoring a deleted App Market

In a situation where the deletion was unsuccessful or you suddenly need a branded store, you can restore the application. If you used the ADB method with the flag --user 0, the recovery takes a few seconds. Connect the phone to the PC and enter the command:

adb shell cmd package install-existing com.heytap.market

This instruction forces the system to register the package again for the current user. The icon will appear on the desktop and the application will be available to launch. Application data, if it has not been erased, may remain.

If you performed a full reset (Wipe Data), all system applications will return automatically along with the factory firmware. In this case, no additional actions are required. The store App Market will be integrated into the system again.

๐Ÿ’ก

The removal method via ADB is reversible and does not require flashing the phone to restore functionality.

Frequently asked questions (FAQ)

Is it safe to delete the App Market via ADB?

Yes, it is safe if you use the command uninstall --user 0. It does not erase files from the system partition, but only hides the application for your account. When you reset the settings, the phone will return to its original state.

Are root access needed to uninstall?

No, root access is not required to uninstall via ADB. This is a standard Android debugging feature. Root is only needed to physically delete files from a protected system folder.

What happens if I delete Google Play instead of the App Market?

You will lose the ability to install applications from the official Google store. You will have to download APK files manually from your browser, which is less secure. Restoring Google Play is more difficult than the App Market.

Why did the store appear again after deletion?

This could have happened after a system update or a settings reset. System applications are restored with a full reset (Factory Reset). Repeat the uninstallation procedure via ADB.

Is it possible to disable App Market updates instead of uninstalling?

Yes, in the application settings you can disable auto-updates and disable notifications. However, the application itself will continue to take up space in memory and can run background processes.