c0d3h01/coretaskoptimizer — reverse-engineered prompt
Reverse engineered prompt
Build me an Android root performance module like Core Task Optimizer. I want it to run once after boot, wait a little so Android is fully started, then tune important system tasks so the phone feels more responsive without leaving a background service running.
It should work as a flashable module for Magisk, KernelSU, and APatch. Use a small native binary that detects big and little CPU cores, finds key Android processes and threads, then applies CPU affinity, scheduler priority, nice values, and lower I/O priority for background cleanup tasks. It should log what it changed and any errors under the module folder, with simple log rotation so files don’t grow forever.
Please include installer and uninstall scripts, module metadata, a build script for common Android ABIs, and clear README instructions for installing, verifying logs, and building from source with the Android NDK. Keep it safe, one shot, non persistent, and make sure all changes reset after reboot or uninstall.
Want more depth? Deep Reverse