OC_Module/ ├── META-INF/ │ └── com/ │ └── google/ │ └── android/ │ ├── update-binary │ └── updater-script ├── common/ │ └── service.sh ├── module.prop └── system/ └── etc/ └── init/ └── oc_tweaks.rc
Some modules (like GPU Turbo Boost) require configuration through a or a terminal app (like Termux) after installation. Reboot & Verify Once all modules are flashed, tap Reboot . overclocking+magisk+module+top
Never install an overclocking Magisk module on your daily driver without extensive testing. overclocking+magisk+module+top
However, stock kernels usually have a "thermal throttling" safety net. If you push the frequency too high, the phone shuts down to prevent damage. This is where the comes in—it bypasses the stock thermal limits and injects new frequency voltage tables. overclocking+magisk+module+top