Smartphone users Honor and Huawei often encounter with a situation where important documents, photographs or system logs simply disappear from view. In fact, they have not gone away, but have only acquired the attribute of “hidden”. The operating system Androidon which these devices operate allows you to hide files and folders to protect them from accidental deletion or prying eyes. However, the standard interface often masks these elements, creating the illusion of their absence.
Searching for such data may be necessary both to free up memory space and to restore lost information. In this article we will examine in detail the mechanisms for working with hidden objects in the shell MagicOS (formerly EMUI). You will learn how to enable the display of invisible elements through standard tools, as well as what third-party tools may be needed to access system partitions.
The nature of hidden files in the Android system
The file system Linuxon which Android is based is based on a simple principle: any file or directory whose name begins with a dot (.) automatically becomes hidden. This system rule applies to all devices, including models Honor 90, Honor Magic5 and older versions. Developers use this mechanism to store application configurations, cache and temporary data that should not interfere with the user.
However, not all hidden files are system files. Users often hide media files themselves by creating special albums or using the Vault functions. It is important to understand the difference between system hidden folders, the deletion of which can lead to malfunctions of the software, and user data that you have hidden intentionally. File Manager by default, ignores objects with a dot in the name unless a special viewing mode is activated.
⚠️ Warning: Interference with operation system hidden folders (for example, .android, .data) without understanding their purpose can lead to unstable operation of the operating system or loss of application settings.
It is worth noting that modern versions of shells from Honor have enhanced privacy protection. Some files may be hidden not just by a name attribute, but encrypted or moved to a secure container. In such cases, simply turning on the display of hidden files will not help - you will need to enter a password or biometric authentication to access the content.
Activating viewing mode through a standard manager
The easiest and safest way to see hidden elements is to use the built-in “Files” application (or “File Manager”), which is pre-installed on every smartphone Honor. The interface may differ slightly depending on the version MagicOS, but the logic of actions remains the same for all models.
First, open the application and go to the “Internal memory” or “Storage” section. At the top of the screen, usually in the right corner, is an icon with three dots or a menu icon. By clicking on it, you will see a drop-down list of display settings. This is where the switch responsible for the visibility of protected objects is hidden.
- 📂 Find the “Show hidden files” or “Display settings” item in the menu.
- 👁️ Activate the slider next to the corresponding item so that the system starts rendering hidden directories.
- 🔄 Refresh the view folders by swiping down if the files do not appear instantly.
After enabling this option, all folders whose names begin with a dot will become translucent or have a special lock icon. This allows you to distinguish them from ordinary directories. You will be able to view their contents, copy or move, but deleting such files should be done with extreme caution.
If the standard manager does not show files even after enabling the option, try restarting the smartphone - sometimes the interface cache requires updating to apply new display settings.
In some cases, especially on older firmware versions, this setting may be located deeper in the menu. If you don't find the switch right away, look for the Settings section inside the file manager app itself. There may be a separate checkbox “Hidden files and folders” that must be activated manually.
Using the “Safe” function and protected albums
A separate category of “hidden” files on devices Honor is not in the general file system, but in a special encrypted storage known as "Safe." This feature is designed to maximize the protection of personal photos, videos and documents from unauthorized persons, even if the phone is unlocked.
Files moved to the Vault completely disappear from the gallery and standard folders. They are not displayed even if the view hidden files mode in the manager is enabled, since they are physically located in an encrypted container. They can only be accessed through a special Safe application, which requires entering a separate password, PIN code or fingerprint.
To check the presence of files in this storage, find the Safe application in the apps menu or in the security settings. If you have previously set a password, the system will prompt you to enter it. Inside you will find sections for images, videos, audio and documents. Moving files back to the shared storage makes them visible to all applications again.
⚠️ Attention: If you have forgotten the Vault password, it is almost impossible to recover files using standard methods. Resetting the password often leads to the permanent deletion of all data inside the protected container.
Users often confuse regular hidden folders with the Vault. Remember: a regular hidden folder (with a dot in the name) is visible to an advanced file manager, and the contents of the Safe are not visible anywhere without authorization. These are two different levels of data protection on your device Honor.
☑️ Checking access to hidden data
Advanced search through third-party applications
Standard tools are not always convenient for in-depth analysis of the file system. If you need to find a specific file among hundreds of hidden directories or audit the space occupied, it is better to use specialized software. Third-party file managers, such as FX File Explorer, Solid Explorer or Total Commander, provide more flexible tools.
These applications allow you not only to show hidden files, but also to sort them by size, date modified, or type. Some of them have a built-in disk analyzer that visually shows which hidden folders are taking up the most space. This is especially useful for finding junk files left behind by uninstalled applications.
When installing such a manager, you will need to give it permission to access all files on the device. In new versions of Android, this security requirement is mandatory. After granting rights, you will have full access to the root directory of the internal drive, where all hidden elements are located.
Material Design, encryptionClassic interface, pluginsJunk cleaning, simplicity| Application | Features | Complexity | Presence of advertising |
|---|---|---|---|
| FX File Explorer | Powerful search, network access | Average | No (in the paid version) |
| Solid Explorer | Low | No (trial period) | |
| Total Commander | High | No | |
| Files by Google | Low | No |
Using third-party tools gives an advantage in search speed. The Search function in such applications scans the entire memory, including hidden areas, based on a given file name or extension. This saves time compared to manually browsing each directory.
Accessing system files via ADB
For users with technical knowledge, there is a method of accessing the most protected areas of memory through the tool ADB (Android Debug Bridge). This method allows you to work with the file system directly from your computer, bypassing the restrictions of the mobile interface. It is necessary if you need to find system logs or files in protected sections.
First, you need to activate the developer mode on your smartphone Honor. Go to Settings → About phone and quickly click on “Build number” seven times. After this, a new section “For Developers” will appear in the settings menu, where you need to enable USB debugging.
adb shellls -la /sdcard/
find /sdcard/ -name ".*" -type d
By connecting the phone to the PC and launching the ADB console, you can execute the command to display a list of all files, including hidden ones. Flag -a in the team ls shows all elements, and the dot in the search query filters hidden directories. This is the deepest level of access without obtaining superuser rights (Root).
Risks of using ADB
Incorrect deletion of system files via ADB can lead to a “bricked” device or a cyclic reboot. Use this method only if you understand the purpose of the files being deleted.
This method requires the ADB driver to be installed on the computer and basic knowledge of the command line. However, it is the only way to check the integrity of system hidden files that are not displayed even in advanced file managers on the smartphone itself.
Cleaning and managing found objects
After you have found hidden files, a logical question arises: what to do with them? Most of the hidden folders are application caches (for example, folders for photo thumbnails or folders for browsers). They can be safely deleted if you want to free up space, but remember that apps will recreate them over time. .thumbnails for photo thumbnails or .cache for browsers). They can be safely deleted if you want to free up space, but remember that apps will recreate them over time.
If you find hidden files of unknown origin, check their size and creation date. Files with the extension .apk in hidden folders may be a sign of malware. In this case, it is recommended to scan the device with the built-in antivirus or a third-party solution before deleting.
- 🗑️ Delete cache files only if you are critically short of free space.
- 🔒 Do not delete configuration files (usually with the extension .xml or .json) if you do not know their purpose.
- 📁 Move personal documents from hidden folders to open ones if you want to have quick access to them.
Managing hidden files is a balance between system cleanliness and its stability. Regularly checking such folders every few months helps maintain order in the storage and timely detect anomalies in the operation of your software. Honor.
Regular audit of hidden folders helps to free up to 2-5 GB of space occupied by outdated cache and logs, without affecting important user data.
⚠️ Attention: Interface and Menu item names may differ depending on the MagicOS version. If you do not find the described settings, check the official user manual for your specific smartphone model.
Frequently asked questions
Why can’t I see the .android folder even after enabling hidden files?
Some system folders may have additional security attributes or be located in sections that are restricted from access without permission. root access. Also check that you are in the internal memory and not on the SD card, if it is installed.
Is it possible to recover files deleted from a hidden folder?
Yes, if little time has passed since the deletion and the data has not been overwritten. Use special applications for data recovery, but success is not guaranteed, especially on modern drives with TRIM technology.
Is it safe to rename hidden files by removing the period?
For user files (photos, documents) - yes, this will make them visible. For system files and application folders, this is strictly not recommended, since the apps will no longer find their settings and may stop working.
Where is the folder with hidden photos on Honor?
If you used the “Safe” function, the photos are located in the encrypted container of the Safe application. If you simply hid them through the gallery, they may be located in a folder .hidewordex or similar, depending on the version of the shell.
How to hide the file back after viewing?
Just rename the file or folder by adding a dot at the very beginning of the name. For example, rename photo.jpg to .photo.jpg, and the system will automatically hide it the next time you update the folder view.