Users often encounter a situation where app icons disappear on the Honor 10 device or suspicions arise about the presence of unwanted software. Hidden apps can take up valuable memory space, consume bandwidth, or even threaten the security of personal data. In the EMUI operating system installed on Honor 10, the mechanisms for hiding interface elements are implemented quite deeply, which requires a specific approach to their detection.

In this guide, we will look at a comprehensive approach to identifying all installed packages, starting from simple desktop settings and ending with the use of debugging tools. Understanding where exactly the data is hidden will allow you not only to free up your smartphone's resources, but also to regain control of the device. This is especially true for those who purchased the gadget secondhand or noticed strange behavior of the system.

It is necessary to distinguish between the concepts of โ€œhidden applicationโ€ and โ€œdisabled applicationโ€. The first one can work in the background, but not have a shortcut, the second one is completely deactivated by the system. Our task is to find all active processes that the user does not see in the standard menu. Device security Directly depends on your awareness of what exactly is installed on it.

Standard privacy settings in EMUI

The easiest way to hide applications on Huawei and Honor smartphones is built directly into the EMUI shell. This feature is often activated accidentally or intentionally by the previous owner. To check, you need to go to the launcher settings, where the list of apps excluded from public access is stored.

The procedure for finding hidden ones through the interface is as follows: you need to open the main screen settings. Depending on the firmware version, the path may differ slightly, but the logic remains the same. If you find an activated function here, then you have a list of everything that is not currently displayed in the application menu.

Please note that access to this section may be protected by a password or fingerprint if such a setting was previously enabled. In this case, the system will ask for authentication before displaying the list. Ignoring this step will not allow you to see the contents of the hidden folder.

  • ๐Ÿ” Open Settings on the main screen.
  • ๐Ÿ”’ Go to Security and privacy or Privacy.
  • ๐Ÿ“ฑ Select Hidden apps or Hide apps.
  • ๐Ÿ‘๏ธ Enter a password or use biometrics if required access.

After entering this section, you will see switches next to each installed application. Those that are active will not appear in the general launcher list. This is a standard mechanism privacy protectionand not a sign of a virus or a glitch.

๐Ÿ’ก

If you have forgotten the password for the hidden applications section, try entering it incorrectly several times - sometimes the system suggests resetting it through your Huawei ID account if such a link has been completed previously.

Analysis via Application Manager

Even if the application is hidden from the desktop, it must be listed in the system registry of installed apps. Application Manager is the most reliable source of truth about what is physically in your memory Honor 10. Absolutely all packages are displayed here, including system services.

For in-depth analysis, you must enable the display of system processes. By default, many versions of Android hide utility utilities so as not to scare the user with complex names. However, it is in this list that malware often hides, masquerading as system components.

In the application management menu, you can sort the list by size or installation date. This helps to identify suspicious objects that appeared at an unknown time or take up an abnormally large amount of space. Task Manager Also allows you to see which of the hidden apps are currently active and consuming resources.

โš ๏ธ Attention: Do not delete applications with names containing the words "System" "Framework", "Google Services" or "Huawei" if you are not 100% sure of their purpose. Removing critical system components may make it impossible to boot the device.

Particular attention should be paid to applications without an icon or with a name consisting of a set of characters. This is often what malicious scripts look like when trying to remain undetected. If you find such an object, it is recommended to study its permissions before any actions.

๐Ÿ“Š Have you encountered missing icons on Honor?
Yes, it's a virus
No, just settings
Accidentally hidden by myself
Never had a problem

Using Developer Mode and ADB

For users with advanced skills, the most effective search tool is USB debugging and the ADB (Android Debug Bridge) utility. This method allows you to see a list of all packages, including those that are completely disabled or hidden at a system level that is inaccessible to the normal interface.

To use this method, you must first activate developer mode. This is done by repeatedly clicking on the build number in the "About phone" menu. After activation, a new section will appear in the settings where you need to enable USB debugging.

Having connected your smartphone to the computer and installed the drivers, you can run a command that will display a complete list of installed packages. The command filters the output to only package names, making analysis easier. This is professional tool diagnostics.

adb shell pm list packages

If you want to find hidden or disabled applications, you can use command modifiers. For example, the flag -d will show only disabled packages, and the flag -s will filter only system applications. Combining these parameters gives a complete picture of the software status.

  • ๐Ÿ’ป Connect Honor 10 to the PC via the original cable.
  • โš™๏ธ Allow debugging in the pop-up window on the smartphone screen.
  • ๐Ÿ“ Enter the command adb shell pm list packages -d for search for disabled apps.
  • ๐Ÿ”Ž Compare the resulting list with the applications visible in the menu.
How to interpret package names?

Package names usually look like com.android.camera or com.huawei.health. The first parts indicate the developer (android, huawei, google, com.facebook), and the last parts indicate the function of the application. If you see com.randomstring.app, this is a cause for concern.

Search through special access settings

Modern malware and some legitimate battery saving utilities often use special permissions to run on top of other windows or ignore power saving mode. These settings are located in deep system menus and can indicate the presence of hidden activity.

The "Special Access" section contains a list of apps that have elevated privileges. Here you can find applications that have the right to be drawn on top of other windows. If you see an unknown application here that should not have such rights, this is a clear sign of hidden activity.

It is also worth checking the "Battery Usage" section. Even if an application is hidden from the menu, it cannot hide its power consumption from the System Monitor. Abnormally high energy consumption by an unknown process is a sure signal for further investigation.

Access type Where to find it in settings Risk of detection What we check
On top of other windows Applications โ†’ Special access High Unknown launchers
Access to notifications Special. access โ†’ Access to notifications Medium Spy modules
Device administrators Security โ†’ Administrators Critical Deletion blockers
Ignoring optimization Battery โ†’ Launching applications Medium Background miners

Checking device administrator rights is critical. Malware often requests these rights to prevent the user from removing it normally. If there is something suspicious in the list of administrators, immediately revoke its rights.

๐Ÿ’ก

Applications with the "Device Administrator" status cannot be removed until you remove this status from them in the corresponding security menu.

Third-party detectors and scanners

When the built-in tools do not give a clear answer, help comes from specialized utilities from the store Google Play. There are applications designed solely to detect hidden processes, Trojans and spyware. They scan the system deeper than a standard dispatcher.

One โ€‹โ€‹effective method is the use of shortcut detectors. Some apps create invisible shortcuts or use transparent icons. Interface scanners can highlight areas on the desktop that respond to touches, but do not have a visual display.

Anti-virus solutions with the "Anti-Theft" or "Privacy Audit" function are also able to find applications that hide their icon. They analyze application signatures and check them against known threat databases. This allows you to identify not just hidden, but also dangerous objects.

โš ๏ธ Attention: Download scanners only from the official Google Play store. Third-party sites may distribute fake antiviruses that are themselves viruses. Avoid unverified sources.

Remember that installing too many security utilities can itself slow down your work. Honor 10. One reliable solution with good reviews and up-to-date signature databases is enough. Regular updating of databases is critical for the effectiveness of scanning.

โ˜‘๏ธ Scanning with third-party utilities

Done: 0 / 4

What to do if the application is not removed

Sometimes after detecting a hidden application, it turns out that the "Delete" button is inactive or missing. This means that the app has administrator rights or is a system component built into the firmware. In such cases, more drastic measures are required.

The first step should always be to revoke administrator rights. Go to your security settings and find the permissions section. Uncheck the suspicious application. After that, it will become a regular user application that can be uninstalled.

If the application is system (bloatware) and haunts you, you can โ€œfreezeโ€ it via ADB. The command pm disable-user deactivates the package for the current user without physically removing it from the system. It is safe and reversible.

adb shell pm disable-user --user 0 com.example.hiddenapp

In extreme cases, where malware is deeply embedded and locks up the device, a full factory reset may be necessary. However, before doing this, be sure to save important data, as this procedure will delete all information from the internal memory.

Prevention and future safety

After cleaning the device, it is important to take measures to prevent the situation from happening again. The main reason for the appearance of hidden applications is the installation of software from unreliable sources. Try to stick to official stores and carefully check permissions when installing new apps.

Regular auditing of installed applications will help keep the situation under control. Once a month, itโ€™s useful to go through the list of apps in settings and remove what you donโ€™t use. This not only frees up space, but also reduces the surface area for potential attacks.

Setting up application installation password in the Google Play store will add another layer of protection. This will prevent children or other users from accidentally or unauthorized installing apps. If you just hid it through the EMUI settings, just disable the hiding function, and the icon will return to its place. Honor 10.

Is it possible to recover deleted hidden applications?

If you deleted an application completely, you can only restore it by reinstalling it from the store or a backup copy. If you simply hid it through the EMUI settings, just disable the hiding function and the icon will return to its place.

Do hidden applications affect the speed of the Honor 10?

Yes, if a hidden application is actively running in the background, it consumes RAM and processor time. This can lead to a slower interface, rapid battery drain, and heating of the device case.

How to distinguish a system application from a virus?

System applications are usually signed by Google, Huawei or Honor and are located in protected memory sections. Viruses often have strange names, ask for excessive permissions (for example, access to SMS for a flashlight) and have a low rating in the store.

Do you need root access to search for hidden apps?

No, for most of the methods described in the article (EMUI settings, Application Manager, ADB), obtaining root access is not required. Root may only be needed to deeply remove some system components, but this increases the risks.