Note
- This module is designed to optimize the Android system by deleting unnecessary garbage files (junk).
Important
Features ✨:
- Dalvik Cache Cleanup for clearing /data/dalvik-cache/arm and /data/dalvik-cache/arm64 to optimize app performance. ✔️
- System Dropbox Log Removal targeting /data/system/dropbox to eliminate unnecessary log files. ✔️
- Temporary File Deletion across /data/cache and /data/local/tmp for reclaiming storage space. ✔️
- Tombstone Log Erasure in /data/tombstones to remove crash logs and free up system resources. ✔️
- Empty Directory Cleanup in /storage/emulated/0/Android (excluding /Pictures) to remove unused folders. ✔️
- Thumbnail Cache Clearing for .thumbnail and .thumbnails directories to optimize media storage. ✔️
- System and Shader Cache Cleaning targeting cache, shader, and GL cache files in /data, /data/user_de, /storage/emulated/0/Android/data, and /cache. ✔️
- FSTRIM Partition Optimization for trimming /data, /cache, /system, /vendor, /product, /metadata, /persist, and /apex partitions to enhance I/O performance. ✔️
- RAM Cache Clearing using drop_caches to free up memory and improve system responsiveness. ✔️
- All-in-One Optimization to execute all cleanup and optimization tasks sequentially with comprehensive notifications. ✔️
Tip
- Supports
MagiskKernelSU - NEXTAPatchdanSukiSU. - Minimum Android
10 sdk 29. - In TERMUX run:
su -c CLEAR
Warning
Disclaimers 🛡️:
- This module is provided as is, without warranty of any kind. Any risks of use are entirely your responsibility. It is recommended to back up important data and configuration before installation. This module was developed in good faith to provide benefits, but the author is not responsible for any damage or problems that may occur as a result of its use.
Caution
Warning ☢️:
- Use of this module is the sole responsibility of the user. The developer is not responsible for any damage or malfunctions that may occur as a result of the installation or use of this module.
- This module can modify certain parts of the system. Under certain conditions or configurations, misuse may cause problems such as bootloops or system instability.
- Before proceeding with the installation, make sure you have access to a recovery mode such as TWRP or ADB as a safety measure in case something goes wrong.
- This module modifies various sensitive system parameters. Improper or incompatible configurations may lead to system instability, overheating, performance degradation, or even bootloops. Use responsibly and ensure you understand the risks involved in applying each modification.