Miyabi Core thermal optimizer focused on reducing aggressive throttling and improving performance stability across all Android devices, chipsets, and ROMs, without disabling hardware safety protections.
- Universal Chipset Support: Fully compatible with Qualcomm Snapdragon, MediaTek, Exynos, Google Tensor, Unisoc, and other platforms.
- GPU Throttling Bypass: Supports Adreno (KGSL), Mali, and PowerVR graphics architectures.
- Universal Cooling State Locker: Dynamically scans
/sys/class/thermal/cooling_device*and locks throttle levels of CPU/GPU to performance state (0), making them read-only to prevent user-space thermal services from capping clock speeds. - Guardian Background Daemon: Runs a battery-friendly monitor loop that ensures cooling states remain unlocked every 10 seconds only when the screen is active (saving battery when the phone is idle).
- No Charging Caps / Failsafe: Avoids the "slow charging / 0% battery freeze" issue by keeping critical Android core thermal HALs running while bypassing CPU/GPU-specific throttling in the kernel.
- No Bootloops: Safe architecture. Unlike older modules, it does not replace core system libraries (
libthermalservice.so), preventing bootloops on Android 12 to 15+. - Xiaomi-Specific Optimization: Automatically detects Xiaomi/POCO/Redmi devices and extracts vendor-specific optimized config files (
thermal-*.conf). Other devices use the universal kernel-level locker directly. - Detailed Diagnostics: Logs device detection and tuning processes inside
/data/adb/modules/thermal-breaker-miyabi-core/thermal_breaker.log.
- Chipsets: Snapdragon, MediaTek, Exynos, Google Tensor, Unisoc, etc.
- GPUs: Adreno, Mali, Immortalis, PowerVR.
- Android Versions: Android 10, 11, 12, 13, 14, 15 (and above).
- Architectures: 64-bit (arm64-v8a) and 32-bit (armeabi-v7a).
- ROMs: Support for all Custom ROMs (Superior OS, LineageOS, Evolution X, PixelOS, etc.) and OEM stock ROMs (HyperOS, OneUI, Pixel, ColorOS, OriginOS, etc.).
- Root Managers: Magisk, KernelSU, APatch.
- Compress all files and directories in this folder (including
common,META-INF,xiaomi_files,install.sh,module.prop,LICENSE,README.md,changelog.txt) into a standard.zipfile.Note: Make sure
install.shandmodule.propare at the root level of the archive, not nested inside another folder. - Open your Root Manager (Magisk Manager, KernelSU, or APatch) and select Install from storage.
- Flash the
.zipfile and wait for the installer to finish detecting your device properties. - Reboot your device to apply changes.
- (Optional) Verify operation by inspecting the log:
cat /data/adb/modules/thermal-breaker-miyabi-core/thermal_breaker.log
- Use at your own risk: By removing software throttling limits, your device will run hotter than usual under sustained heavy loads (like 3D gaming or benchmarking).
- Cooling Recommendation: It is strongly recommended to use an external fan cooler (phone cooler) when playing games for extended periods. This keeps your battery and SoC cool, preserving their long-term health.
- Failsafe: Hardware-level emergency thermal shutdown remains intact. The device will automatically turn off safely if it reaches critical threshold temperatures (usually 100°C+).
- Developer: Rama-X2 (Rama Armytha)
- Source Code: GitHub Repository