Skip to content

tool runs in background - Recommend Termux Or Any app Terminal - Tested on Android 11 and 13

Notifications You must be signed in to change notification settings

thelordalex/Alex-performance-v2

Repository files navigation

Alex Performance v2

Performance Script

Description

Alex Performance v2 is a performance optimization script for Android devices. It optimizes CPU, GPU, and memory settings to enhance system performance. Root access is required.

Features

  • Sets CPU governors to 'performance'
  • Disables thermal throttling
  • Configures GPU governor to 'performance'
  • Increases read-ahead buffer size
  • Enables zRAM
  • Clears cached memory
  • Reduces swappiness
  • Monitors temperature and adjusts performance

Requirements

  • Root access

Usage

  1. Ensure Root Access

  2. Prepare the Script

    • List the contents of the directory to ensure the script is in the right location:

      ls /sdcard/Android/
    • Make the script executable:

      chmod +x /sdcard/Android/performance_script.sh
    • View the script contents (optional):

      cat /sdcard/Android/performance_script.sh
    • Activate the Script

      Execute the script to optimize performance:

      sh /sdcard/Android/performance_script.sh
    • Deactivate the Script

      To revert to default settings, make the revert script executable:

      chmod +x /sdcard/Android/Alex_restore_defaults.sh

      View the revert script contents (optional):

      cat /sdcard/Android/Alex_restore_defaults.sh

      Execute the revert script:

      sh /sdcard/Android/Alex_restore_defaults.sh

About

tool runs in background - Recommend Termux Or Any app Terminal - Tested on Android 11 and 13

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages