Xiaomi Redmi Note 4
MIUI
Conductor
In this article, we will discuss the legal and secure ways to view hidden files on Redmi Note 4 (including the Redmi Note 4X and Redmi Note 4 Pro models). Importantly, some methods require unlocking the bootloader or superuser rights, but we will show you where to do without them, and you will learn which files can not be edited without the risk of βbrickingβ the device.
Warning: System files may cause MIUI failures or loss of warranty, and all activities you perform are at your own risk.
1. Standard MIUI Explorer: Enables the display of hidden files
The easiest way is to use Xiaomiβs built-in Explorer, but by default it hides files with a dot at the beginning of the name (such as.nomedia or.thumbnails).
1. Open the Explorer application (the folder icon on the desktop).
2. Slap three horizontal lines in the upper left corner.
3. Select Settings β Additional.
4. Activate the switch Show hidden files.
Now in the root directory (/storage/emulated/0/) folders like:
- π.MIUI β shell-setting;
- π.thumbnails - miniatures for the gallery;
- π.data - cache of some applications;
- π Android β Data - data of user programs.
β οΈ Note: Do not delete files from folders.MIUI or Android/obb β This will cause malfunctions in the application or shell.
Method limitation: You will not see system partitions (/system, /vendor) and other users' files (if you have multi-user mode) and you will need root or ADB rights to do this.
2. ADB-Commands: Access to hidden folders without root
If you need to view files in /data/data (where application settings are stored) or /system, but root rights are not available, Android Debug Bridge (ADB) will help. This method works even on a locked bootloader, but requires USB Debugging enabled.
Instructions:
- Download Googleβs Platform Tools and unpack the archive.
- On your smartphone, go to Settings β About Phone and tap the MIUI version 7 times to activate Developer Mode.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect Redmi Note 4 to your PC and in the command line (in the folder with adb.exe) do: adb shell ls /data/data
To copy the file to the PC:
adb pull /data/data/com.example.app/databases/config.db C:\Temp\| ADB Team Team | What's he doing? | Needs root? |
|---|---|---|
| adb shell ls /system | Shows files in the system partition | β No. |
| adb pull /data/app | Copying APK of installed applications | β No. |
| adb shell su -c "ls /data" | View the root directory /data | β Yes. |
Important: Without root, you will only see read rights files for the current user. folders of other applications (for example, /data/data/com.whatsapp/) will not be available.
π‘
If the adb device command doesnβt show your smartphone, try reinstalling Xiaomi ADB Interface drivers through Windows Device Manager.
3. Root conductors: full access to the file system
If your Redmi Note 4 has a bootloader unlocked and Magisk or SuperSU installed, you can use dedicated root-enabled conductors:
- π± Root Explorer β a classic guide with support for editing system files;
- π± FX File Explorer - a free analogue with a built-in root browser;
- π± Solid Explorer β Plugin for root access is purchased separately.
Example of Root Explorer:
- Open the application and grant root rights when requested.
- Go to the root directory (/).
- Slip on Mount R/W in the upper tulbar to unmount the partition for recording (e.g. /system).
- You can now edit files like /system/build.prop or /data/property/.
β οΈ Note: Modifying files in /system may disrupt MIUI. For example, editing build.prop without backup often leads to bootloop (a looped download).
Create a backup copy through TWRP|
Check the free space on the device (minimum 1 GB) |
Disable automatic update of MIUI|
Download the original firmware for rollback |
-->
4.TWRP Recovery: Viewing Files in Recovery Mode
If your Redmi Note 4 has a custom TWRP recap, you can view and copy files even without a working system.This is useful if the smartphone does not turn on or you accidentally deleted important data.
How to use TWRP to access files:
- Turn off your smartphone and press Volume Up + Power to enter the Recaveri.
- Select Advanced β File Manager.
- Navigation: π /data/media/0/ β memory; π /system β system-file; π /sdcard/ β External memory card (if any).
Copy
/external_sd/backup/
The advantage of the method is that it works even if the MIUI does not load, and the disadvantage is that there is no graphical interface, only a text manager.
How to copy files from Redmi Note 4 via TWRP on PC?
Annex side: alternatives to standard conductor
If you donβt want to unlock the bootloader or use ADB, some apps from Google Play let you bypass MIUI restrictions:
| Annex | Functions | Limitations |
|---|---|---|
| Amaze File Manager | Shows hidden files, support for SMB/FTPS | Without root, you can't see /data/data |
| MiXplorer | Built-in FTP-server, archiver, access to the root | A complex interface for beginners |
| Total Commander | Cloud storage plugins, folder comparison | There is no built-in support for MIUI Hidden Folder |
An example of setting up MiXplorer to access hidden files:
- Download and install APK (app removed from Play Market, search on 4PDA).
- In the settings, enable Show hidden files and Show system files.
- To access /data without root, use the SQLite Editor plugin (read only!).
MiXplorer can connect to the device by FTP It's convenient if you want to transfer files to a PC without any problems. USB-cable:
- In the application, select FTP Server.
- Remember. IP-address and port (e.g. 192.168.1.100:2221).
- On PC, open Windows Explorer and type in the address bar: ftp://192.168.1.100:2221.
β οΈ Attention: On the Redmi Note 4 firmware MIUI 12+ folder /data/app It's encrypted. You need root or rollback to read it. MIUI 11.
7. Frequent errors and their solutions
When working with hidden files, Redmi Note 4 users often face the following problems:
| Problem. | Reason. | Decision |
|---|---|---|
| Permission denied when accessing /data | No root or SELinux permissions to block access | Use adb shell su -c "chmod 777 /data" (temporary solution) |
| You can't see the Android folder on the memory card. | .nomedia file hides content | Remove.nomedia through the root-enabled explorer |
| After editing build.prop, the phone does not turn on | Syntactic error or incorrect parameters | Restore the original file via TWRP or reflash MIUI |
| adb: device unauthorized | Unconfirmed. RSA-key | Connect to the PC and confirm the request on the smartphone screen |
If Redmi Note 4 stopped loading after the changes, try:
- Go to Fastboot (Loudness down + Power) and execute: fastboot flash boot.img (where boot.img is the original file from firmware).
- If it doesnβt work, run the full firmware through the Mi Flash Tool (select the Clean All option).