Note
Optimize system performance by clearing unnecessary files and improving resource management.
Important
Features ✨:
- Dalvik Cache Cleanup for clearing
/data/dalvik-cache/armand/data/dalvik-cache/arm64to optimize app performance. - System Dropbox Log Removal targeting
/data/system/dropboxto eliminate unnecessary log files. - Temporary File Deletion scanning the entire system (excluding
/proc,/sys,/dev,/vendor,/data/data,/data/app, and other critical paths) for files with temporary extensions such as.tmp,.bak,.log,.old,.swp,.download,.partial,.temp,.dexopt, and more. - Tombstone Log Erasure in
/data/tombstonesto remove crash logs and free up system resources. - Empty Directory Cleanup in
/storage/emulated/0(excluding/DCIM,/Android, and/Pictures) to remove unused folders. - Thumbnail Cache Clearing targeting all thumbnail directories (
.thumbnails,.thumbnail,Thumbnails,.thumb,.thumbs) across/storage/emulated,/data/media,/sdcard, and common app paths including DCIM, Pictures, WhatsApp, and Telegram. - System and Shader Cache Cleaning targeting cache, shader, and GL cache files in
/storage/emulated/0/Android/data,/cache,/data/user_de, and app-level cache directories (cache,code_cache,app_webview) under/data/data. - FSTRIM Partition Optimization for trimming
/data,/cache,/system,/system_ext,/product,/vendor,/odm,/oem,/metadata, and/mntpartitions to enhance I/O performance, with automatic read-write remount fallback for read-only partitions. - RAM Cache Clearing using
drop_cachesto free up memory and improve system responsiveness, with current value check to skip if already cleared. - Force Stop Third-Party Apps using
am force-stopto kill all non-system apps except whitelisted ones (Termux), ensuring system packages are never affected.
Tip
- Supports
MagiskKernelSUKernelSU NextAPatchSukiSUand their variants. - Minimum Android
10 SDK 29. - To run the module, open Termux and follow the steps below:
- Method 1 — Enter root shell first, then launch the tool:
After pressing Enter, your prompt will change to
su
#, meaning you are now in root mode. Then type:Press Enter to launch the optimization menu.cleaner
- Method 2 — Run directly in a single command:
su -c cleaner
Both methods require root access. A root manager such as Magisk, KernelSU, or APatch must be installed on your device.
- Method 1 — Enter root shell first, then launch the tool:
- If
cleanercommand is not found, install Meta to enable system binary overlay support: - If
cleaneris still not accessible after installing Meta, run it directly via full path:su -c /data/adb/modules/CLEAR/system/bin/cleaner
Warning
Disclaimers 🛡️:
- Use at your own risk. No guarantees are made regarding stability, compatibility, or safety. Always back up your data before installing anything.
- These works are tested on specific devices only. Behavior on other devices may vary significantly.
- The author reserves the right to discontinue, modify, or remove any module or plugin at any time without prior notice.
Caution
Warning ☢️:
- The developer takes no responsibility for any damage, data loss, or device malfunction caused by the use of these works.
- System modifications can be unpredictable. What works on one device may break another.
- Always have a recovery solution ready — TWRP, ADB, or fastboot — before proceeding.
- If you do not fully understand what a modification does, do not apply it.
- Redistribution, modification, or repackaging of these works without explicit permission from the author is strictly prohibited.
- Rooted devices with custom ROM may behave differently. Proceed with extra caution.
- Any modification applied to the system is your decision. Think before you act.
Download 📦:
