The update to Android 14 brought not only new visual improvements and privacy features, but also significantly tightened the rules for working with the file system. Many users are faced with the fact that the standard file manager no longer allows viewing the contents of critical directories. This limitation was introduced by Google in previous versions of the OS for the sake of security, but it was in the fourteenth version that it became an almost insurmountable barrier for those who are used to managing files manually. Android/data And Android/obb. This limitation was introduced by Google in previous versions of the OS for the sake of security, but it was in the fourteenth version that it became an almost insurmountable barrier for those who are used to managing files manually.
The need to access these directories arises often: users want to transfer the cache of heavy games, clear space from “garbage” that is not removed by standard means, or restore backup copies of instant messengers. The system blocks direct access by displaying the message “Folder is empty” or simply not opening the directory. However, there are proven ways to bypass this limitation without having to obtain root accesswhich may void the device's warranty.
In this material we will examine in detail all the current methods for gaining complete control over the file system of your smartphone. We will look at using specialized applications, working via USB debugging and using advanced tools like Shizuku. It's important to understand that tampering with system files requires caution, but with the right approach, you can safely manage the data on your device. Why Android 14 blocks access to system folders Beginning with Google, Google implemented a "Scoped Storage" policy. The essence of this technology is that each application has access only to its own files and cannot freely scan or change the data of other apps. In
Why Android 14 blocks access to system folders
Starting from Android 11, Google has implemented a “Scoped Storage” policy. The essence of this technology is that each application has access only to its own files and cannot freely scan or change the data of other apps. IN Android 14 these rules were taken to their logical conclusion: even file managers with all permissions see folders data and obb empty.
This is done to protect user data from malware. If any installed app could read the contents of another app's folder, it would open the door to theft of logins, access tokens, and personal communications. However, such overprotection has created inconvenience for advanced users and enthusiasts who need to manually manage cache files or modify games.
⚠️ Attention: Attempts to change files inside a folder
Android/datamanually can lead to incorrect operation of applications. The system expects a certain file structure, and a violation of data integrity can cause apps to crash or lose progress in games.
It is worth noting that the blocking applies specifically to third-party file managers. A system explorer built into the manufacturer's shell (for example MIUI, OneUI or ColorOS) is also subject to these restrictions, unless the manufacturer has added special hacks to bypass it, which is becoming increasingly rare.
Using specialized file managers
The easiest and most affordable way to regain access to treasured folders - installation of third-party file managers that use special APIs or workarounds to obtain access rights. These applications do not require complex setup and work on the “install and use” principle.
One of the most popular solutions is the application Files (from the developer Marc apps & software) or its forks, such as Material Files. When you first launch and try to enter the folder Android such an application will ask for special permission. You will be asked to go to the system menu, where you will need to click the “Use this folder” button and confirm the action.
- 📂 Files (Marc apps): A lightweight manager that often bypasses restrictions by using outdated but still working methods for requesting access rights in certain scenarios.
- 🚀 Total Commander: A classic combine that, in conjunction with plugins, can provide expanded access, although in its pure form on Android 14 may also encounter blocking.
- 🔓 X-plore File Manager: A powerful tool with a tree structure that allows you to see hidden files and has built-in functions for working with system partitions.
It is important to understand that Google is constantly closing these “loopholes” in security updates. What worked a month ago may no longer function after the next security patch. Therefore, always have an alternative option on hand.
If an app asks for permission to access all files in Android settings, be sure to grant it. Without this “Access to all files” flag, any manager will be useless.
Connection method via PC and ADB
If mobile applications do not cope with the task, the “heavy artillery” comes to the rescue - USB debugging (ADB). This method is the most reliable, since the computer is perceived by the system as a trusted device with elevated privileges, especially if you confirm the RSA key fingerprint on the smartphone screen.
First, you need to activate developer mode. 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. In it, find and enable the “USB Debugging” item.
adb shellrun-as com.android.shell
ls /sdcard/Android/data
Connect your smartphone to the computer with a cable and enter the command in the terminal. If everything is done correctly, you will have access to the file system. You can copy files from your phone to your PC and back using commands adb push and adb pull, or simply view the contents via the command line.
| ADB command | Description of action | Required rights |
|---|---|---|
adb devices |
Checking device connection | USB debugging |
adb shell |
Entering the Android command shell | USB debugging |
ls /sdcard/Android |
Viewing the contents of the Android folder | Standards |
adb pull /path/to/file |
Copying a file from a phone to a PC | Standard |
This method is ideal for one-time operations, such as bulk copying the game cache to a computer to free up space. However, for daily use it may be inconvenient due to the need to constantly keep the phone connected with a cable.
Advanced access through the Shizuku application
For those who want to get maximum comfort without connecting to a PC every time, there is technology Shizuku. This is a service that allows ordinary applications to execute commands with elevated privileges, using the mechanism ADB, but running directly on the device.
The way it works is as follows: you activate Shizuku once (via wireless debugging or PC), and then install a file manager that supports this technology, for example ZArchiver or FV File Manager. These applications will request rights not from the system directly, but from the Shizuku service, which already has the necessary permissions.
☑️ Activating Shizuku
Setting up wireless debugging may seem complicated the first time. You need to go to the developer settings, select “Wireless Debugging”, click on “Pair device using pairing code” and enter this code in the Shizuku app. After successful pairing, the service will be launched.
⚠️ Attention: The Shizuku service only works while the device is turned on. After a complete reboot of the smartphone, it must be restarted. On some firmware, it may be disabled when clearing memory in the background.
Using the link Shizuku + ZArchiver is currently the “gold standard” for Android 14 users. This allows you to archive, unpack and move files in protected directories as if you had root access, but without the risk of system breakdown.
Features of working with different shells
Not all smartphones strictly follow Google's rules. Manufacturers often modify Android by adding their own features. For example, on devices Xiaomi with a shell HyperOS or MIUI access to folders may be open by default for some managers, or, conversely, blocked even more strictly.
Smartphone owners Samsung s shell One UI may encounter the fact that even if you have access rights, the system prohibits the creation of files in the folder Android. In such cases, creating an empty marker file via ADB helps, after which file managers begin to “see” the folder.
Secret marker file for Samsung
To unlock writing to the Android folder on Samsung, create an empty file called .nomedia in the root of the Android folder via ADB. Command: "touch /sdcard/Android/.nomedia". This sometimes resets the blocking flag for third-party applications.
Devices from Google Pixel and smartphones with “pure” Android (for example Motorola, Nokia) adhere to security policies most strictly. Here it is almost impossible to do without using Shizuku or ADB. Always check the forums dedicated to your specific phone model, as the community often finds unique bugs or workarounds for specific firmware versions.
Precautions and Backups
Once you have access to system files, you assume responsibility for their integrity. Deleting a random configuration file may cause the application to stop launching or reset all its settings. Therefore, before any manipulations, it is extremely important to create a backup copy.
The best way to protect yourself is to copy the entire folder Android/data or a specific subfolder of the desired application to your computer or cloud storage. If after your actions something goes wrong, you can simply return the files to their place.
- 💾 Full copy: Copy the entire directory before starting work, it will take more time, but guarantees safety.
- 📝 Spot copy: Save only those files that you plan to edit or delete.
- 🔄 Checkpoints: Make a backup after each significant change so that you can roll back a step.
Remember that some files in the folder obb may encrypted or tied to a unique device identifier. Simply copying such files to another phone may not work, and the game will require re-downloading the data.
The main rule for modifying system files: never delete the originals immediately. First, move them to another folder, check the operation of the system, and only then clear the temporary storage.
⚠️ Attention: Settings interfaces and menu item names may vary slightly depending on the firmware version and smartphone model. If you do not find the described item, use the search in the settings.
Frequently asked questions (FAQ)
Why does the Android/data folder show that it is empty, although the games are installed?
This is standard Android behavior 11-14. The system hides the contents of this folder from applications that do not have special privileges. The files physically exist, but standard Explorer does not have the right to display them. Use ZArchiver with Shizuku or connect to PC to view.
Do you need root access to access obb on Android 14?
No, root access is not required. Methods using ADB and the Shizuku service allow you to get the required level of access without unlocking the bootloader and obtaining superuser rights, which is safer for the device warranty.
Is it possible to transfer the obb folder to a memory card on Android 14?
In most cases, on Android 14 this option is officially closed. The system forces application data to be stored in internal memory. Even if you manually move the files to the SD card, the application may not see them and will require you to download them again.
Is it safe to use third-party file managers for these purposes?
Using trusted applications from Google Play (for example, ZArchiver, Solid Explorer) is safe. They do not modify the system, but only use permitted APIs to access files. Avoid downloading modified versions of explorers from dubious sites.
What to do if the game does not start after deleting files from data?
You need to restore the deleted files from a backup copy. If there is no copy, try clearing the cache and application data in the Android settings (Settings → Applications → [Game name] → Storage → Clear data), which will force the game to create the configuration files again, but progress may be lost.