Folder "Other" on smartphones Samsung Galaxy A01 is one of the most mysterious for users. It takes up gigabytes of memory, but is not displayed in the standard file manager, and when you try to clean it through the settings, the system warns of possible failures. Why is this happening? The fact is that this folder stores system caches, temporary application files, dalvik-cache data other service elements, without which Android may work unstably.
Many owners Galaxy A01 are faced with a problem: the phone’s memory is full, but there is nothing superfluous in the list of files. The culprit is often "Other" - it can take from 1 up to 5 GB (and sometimes more) for no apparent reason. In this article we will look at where is this folder physically locatedhow to view it safely and what can be deleted without risk to the system.
⚠️ Important: Not all files in the "Other" folder can be deleted. Some of them are critical for operation Android 10 (OS version on Galaxy A01). Before cleaning, read the section on safe practices.
What is the "Other" folder and why does it take up so much space
Folder “Other” is the collective name for files that Android cannot be classified into standard categories (“Images”, “Video”, “Audio”, etc.). It includes:
- 📁 Application cache —temporary files that apps create to speed up work. For example, Facebook or Instagram photo thumbnails are stored here.
- 🔄 Dalvik-cache —optimized versions of installed applications necessary for quick launch.
- 📊 System logs —files of error reports, memory dumps and other technical data.
- 🔒 Hidden application files —data that apps hide from the user (for example, settings or databases).
- 🗑️ Residual files —“garbage” left after uninstalling applications or updates.
On Samsung Galaxy A01 s 16 GB of memory (of which ~10 GB are available) folder “Other” can occupy up to 30-40% of the total volume. This is due to the features of Android Go Edition a lightweight version of the OS, which caches data more aggressively to save resources.
🔍 How to check how much space “Other” takes up?
- Open
Settings → Device care → Memory. - Click on "Other" —the system will show the exact volume.
- If the figure exceeds 1.5 GB, it's worth thinking about cleaning.
Where the “Other” folder is physically stored on Samsung A01
Folder "Other" is not a single directory - it is a virtual designation for disparate files scattered across different directories. Main locations:
| File type | Path in the system | Can I delete |
|---|---|---|
| Application cache | /data/data/<package_name>/cache |
Yes (partially) |
| Dalvik-cache | /data/dalvik-cache |
No (critical for the system) |
| Logs and dumps | /data/anr, /data/tombstones |
Yes (but not all) |
| Residual files | /data/app-lib, /data/app-asec |
Yes (after removing applications) |
⚠️ Attention: The folder /data is hidden and accessible only from root access. Without them, you will see only part of the files through the standard manager.
To see part of the content "Other", you can use:
- 🔍 File manager with root access (for example, Root Explorer or FX File Explorer).
- 📱 ADB commands (for advanced users).
- 🛠️ Specialized utilities like SD Maid or Files by Google.
What is ADB and why do you need it?
ADB (Android Debug Bridge) is a tool for debugging Android devices via a computer. Using it, you can access hidden folders, remove system junk, and even restore deleted ones. files. However, working with ADB requires command line skills and USB debugging enabled on your phone.
How to safely view the contents of the "Other" folder without root
If you do not have root accessyou can still partially view files from “Other” using standard ones. tools.
Method 1: Through “My File” (built-in manager)
- Open the application "My file" (yellow icon folders).
- Go to
Device → Phone memory. - Turn on display of hidden files: click on three dots in the upper right corner → Settings → Show hidden files.
- Now you will see folders like
.thumbdata(image thumbnails),.estrongs(cache of some file managers) and others.
Method 2: Through Files by Google
- 📲 Install the application Files by Google from Play Market.
- 🔍 Go to the section "Cleaning" —temporary files and cache will be displayed here, which can be safely deleted.
- 🗑️ Click "Free up space" —the utility itself will find unnecessary files from the category "Other".
Method 3: Via a computer (MTP mode)
Connect Galaxy A01 to the PC via USB, select the mode "File Transfer" (MTP) and open the phone memory in Windows Explorer Hidden folders will not be displayed, but you can see:
- 📂 Folder
Android—application data (for example, game cache) is stored here. - 📂 Folder
DCIM/.thumbnails—photo thumbnails. - 📂 Folder
Download- sometimes temporary files accumulate here.
If you connect your phone to the computer, but the folders are not displayed, try rebooting both devices or using a different USB cable. Often the problem lies in a faulty cord.
How to clear the folder. “Other” on Samsung A01 without harm to the system
You cannot delete everything from "Other" this can lead to freezes, application errors or even factory resets. even reset settings safe cleaning methods:
Method 1: Clearing the cache through settings
- Go to
Settings → Applications. - Click on three dots → Sort by size.
- Select applications with a large cache (for example, YouTube, Chrome, Facebook).
- Click "Storage" → "Clear cache".
Method 2: Using “Device Care”
- 🛡️ Open
Settings → Device Care. - 🔍 Click "Memory" → Clean (will be restored automatically)..
- 🗑️ The system will automatically delete unnecessary temporary files.
Method 3: Manual cleaning via file manager
You can manually delete the following folders (if any):
- 📁
.thumbdata— thumbnail images (will be restored automatically). - 📁
.estrongs— file manager cache ES Explorer. - 📁
temportmp—temporary files of some applications.
⚠️ Attention: Do not delete folders with names android, data, system or files with the extension .dex, .odex, .oat are Dalvik-cache components that are critical for the operation of the OS.
☑️ What can be safely deleted from "Other"
What to do if the “Other” folder quickly fills up again
If after cleaning "Other" again takes up gigabytes of memory, the problem lies in:
- 🔄 Automatic caching of applications (especially social networks and instant messengers).
- 📱 Background processesthat create temporary files.
- 🗑️ Undeleted remains after uninstalling apps.
- 🔒 Viruses or malwaremasquerading as system files.
Solutions:
- Limit the cache for applications:
- Go to Settings → Applications → Select a app → Storage
Settings → Applications → Select a app → Storage. - Click (if available). data-i="217">Disable automatic application updates: "Limit background activity" (if available).
- Disable automatic app updates:
- Go to Play Market → Settings → Automatic application updates → Never.
- Check your phone for viruses:
- Use Malwarebytes or built-in McAfee (if installed).
- This will delete everything, including "Other"but also all data has been erased. Make a backup copy!
🔹 Useful advice: If you actively use messengers (WhatsApp, Telegram), they can accumulate gigabytes of media files in the cache. Clear them manually regularly through application settings.
If the "Other" folder fills up too quickly (more than 500 MB per week), most likely 1-2 applications are to blame. Find them by sorting by cache size and limit their activity.
Advanced methods: cleaning via ADB and root
For advanced users, there are deeper cleaning methods "Other", but they require command line skills or root access.
Method 1: Clearing Dalvik-cache via ADB
If you have USB debugging and installed ADB on the computer, perform:
adb shellsu
rm -rf /data/dalvik-cache/*
reboot
⚠️ Attention: This command will remove all optimized application fileswhich may cause the phone to slow down after reboot. The system will restore them over time.
Method 2: Manual cleaning via Root Explorer
If you have root accessyou can manually delete:
- 📁 Contents
/data/log(system logs). - 📁 Folder
/data/tombstones(error dumps). - 📁 Files with the extension
.tmpin/data/local/tmp.
🔴 What NOT to do even as root:
- 🚫 Delete files from
/system—this will lead to brik (breakdown) of the phone. - 🚫 Clean
/data/data/com.android.*—system settings are stored here. - 🚫 Delete files with unknown extensions (for example,
.acdb,.qti).
What is a phone brick?
Brick (from the English "brick" - brick) is a condition in which the device stops turning on or boots only to the logo. Most often it occurs after incorrect removal of system files or firmware. On the Samsung Galaxy A01, the brick can only be fixed through the firmware in Odin mode.
Frequent. errors when working with the “Other” folder
Many users make critical mistakes when trying to free up space. Here are the most common ones:
| Error | Consequences | How to avoid |
|---|---|---|
Deleting folders Android |
Application failures, loss of game data | Clear only the cache inside folders Android/data/<package> |
Deleting files .odex or .oat |
Applications will stop launching | Do not touch files in /data/dalvik-cache |
Cleaning /data/system |
Reset all phone settings | Use only safe methods from the section above |
Deleting com.samsung.* files |
Failure of Samsung branded services | Do not delete folders with the prefix com.samsung |
⚠️ Attention: If after cleaning "Other" the phone became slow down, overheat or reboot spontaneously, then critical ones were deleted files. In this case, only reset to factory settings.
FAQ: Answers for frequently asked questions
🔹 Is it possible to completely delete the “Other” folder?
No, this is not possible - it is part of the system. However, you can reduce its size to 200-500 MB by regularly clearing the cache and temporary files.
🔹 Why does the memory fill up again after cleaning?
This is normal behavior Android. The system and applications constantly create new temporary files. To slow down the process, limit the background activity of apps and disable automatic updates.
🔹 Is it possible to transfer? folder "Other" to the memory card?
Partially - yes. Some applications (for example, Files by Google) allow you to transfer the cache to an SD card. However, system files (dalvik-cache, logs) will remain in the internal memory.
🔹 What happens if you delete all files from “Other”?
The phone will either will stop turning onor start to work with errors. Delete only those files that are listed in safe methods this article.
🔹 How to find out which files take up the most space?
Use the application DiskUsage or Storage Analyzer from Play MarketThey visualize the occupied space and. show the heaviest folders.