Rootless (ADB) Android performance optimizer for every condition, from pure performance to power-saving
Those scripts can optimize Android from all methods and factors of the ADB possibility. Such as disabling logging, accelerating CPU and GPU, rendering tweaks, network optimizations, memory settings, Dalvik virtual machine settings, and even the kernel settings can also be optimized with those scripts.
balanced: Those are the main tweaks.vulkan: Privilege rendering using Vulkan. This works if your device supports Vulkan rendering.qualcomm_only: Tweaks for Qualcomm SoC devices ONLY.compile: If you don't need to use your phone for now. This one takes around 30 minutes to run. I recommend enabling "Keep screen on while charging" in developer options during the running process. Your device temperature will also increase during the running process.extra_boost: Gives a performance boost to your device but will halve its battery life.power_saving: Reduces performance but increases battery life.hardware: Makes your device become MUCH FASTER AND WARMER.
- Make sure your devices/computers/emulators have ADB installed
- Download the executable program by clicking
Releaseson the right - Enable Developer Options in the Settings app on the phone
- Enable USB Debugging in the Developer Options
- Connect your phone to the PC with a USB data cable
- Run the executable program
- Run the
Balancefor the main tweaks - Run the
Vulkanif your device supports Vulkan rendering. Most devices after 2020 should support Vulkan rendering - Run the
Qualcom_onlyONLY if you are using a Qualcomm SoC device - Run the
Compileif you don't need to use your phone for now. This one takes around 30 minutes to run. I recommend enabling "Keep screen on while charging" in developer options during the running process. Your device temperature will also increase during the running process. - Run the
Extra_BoostORPower_Savingif you want better performance or battery life - ONLY RUN the
Hardwareif you want your device both HOT AS FUCK and fast as fuck - Restart the device
(6. Legacy mode) Open the command folder, and open the bat folder ONLY if you are using Windows, or the sh folder ONLY if you are using macOS or Linux
Download both Shizuku and Shizushell on Google Play Store, start Shizuku, and type commands from the .bat files one by one with the header "adb shell" removed
- Download the latest ADB tools at https://dl.google.com/android/repository/platform-tools-latest-windows.zip
- Decompress in C:\ You will see a folder called "platform-tools"
- Press
Win+Rhotkey and enterSystemPropertiesAdvanced - Click on "Environment Variables" on the bottom
- Click on "path" under "System variables", click new, and click "Browse...", find your ADB tools and click "OK"
- Download the latest ADB tools.
- Extract them to a new folder.
- Make the
adbbinary executable by runningchmod u+x adb. - Add the folder to your path:
export PATH="/path/to/adb:$PATH" - If you're using bash, you may want to add the
exportcommand to your.bashrcfile.
Running the script on this ROM will result in the phone auto-restarting to Fastboot. Tested on Redmi Note 9 (merlinx), Build ID: 20250316-0234