Module Overview
GMS Breaker Miyabi Core is an advanced root module that aggressively isolates Google Play Services at runtime to prevent background wakelocks and telemetry. It halts GMS processes without deleting accounts, effectively lowering RAM usage, preventing thermal throttling, and improving overall battery life.
I've been running this on my daily driver to keep heavy gaming sessions free from random frame drops caused by Google background syncs. Under the hood, it swaps heavy Java commands for an ultra-light native daemon that constantly kills GMS processes, resulting in a noticeably cooler phone and way less battery drain overnight.
Core Features:
- Live CLI Toggles: You can turn the blocker on or off on the fly using terminal commands (
su -c miyabi off), which is a lifesaver when you temporarily need Google Maps or the Play Store. - Total Network Isolation: Dropping both IPv4 and IPv6 traffic keeps those hidden background pings blocked, fixing the memory leaks and overhead seen in older GMS killers.
- Cross-Profile Scanning: Work profiles, Parallel Space, and cloned apps (like Xiaomi Dual Apps) are automatically detected and frozen by the script.
- Zero CPU Overhead: Relying on native
pkillandpgrepchecks instead of standard Android AM/CMD commands keeps the background daemon incredibly lightweight.
Support & Requirements:
- Android Versions: Android 10, 11, 12, 13, 14, 15+
- Root Required: Magisk, KernelSU, or APatch
How to Install:
- Download the latest GMS Breaker Miyabi Core
.ziprelease file. - Open your root manager (Magisk, KernelSU, or APatch) and flash the file from the modules tab.
- Reboot your device to start the daemon and initiate the deep-idle cycle.
Terminal Commands
I rely on this CLI tool heavily—it lets you toggle the freeze state right from Termux or any terminal emulator without having to reboot your phone. Just punch in these commands as root:
- Temporarily disable blocker: Type
su -c miyabi offto wake GMS back up when you need a quick GPS lock for Maps, Play Store downloads, or contact sync. - Re-enable the freeze: Running
su -c miyabi oninstantly kills Google services again to prep your background environment for heavy gaming. - Check isolation status: Use
su -c miyabi statusto verify your firewall blocks and daemon rules are actively running.
(Note: If you disable the blocker and forget to turn it back on, the module automatically self-heals and re-freezes GMS on your next reboot to protect your battery life.)
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.