Skip to content

Releases: Formatth/Auto-Thermal-Gaming-Mode

Auto Thermal Gaming Mode

Choose a tag to compare

@Formatth Formatth released this 22 Aug 22:11
287e11b

⚡ Auto Thermal Gaming Mode v1.1.0

Automatic gaming performance module for rooted Android devices.

✨ What's New

  • 🎮 Automatic game detection
  • ⚡ Automatically enables Performance Mode when a supported game starts
  • 🛡️ Automatically restores Balance Mode after exiting the game
  • 🔔 Performance/Balance mode notifications
  • 🚀 CPU governor optimization during gaming
  • 🎯 GPU/devfreq performance optimization where supported
  • 🌡️ Automatic thermal mode management
  • 🔄 Automatic restoration after leaving the game
  • 📝 Runtime logging for troubleshooting
  • 📦 Magisk/Magisk Delta module support

🎮 Supported Games

Default package list:

  • com.garena.game.df
  • com.tencent.tmgp.dfm
  • com.mobile.legends
  • com.tencent.tmgp.pubgmobile
  • com.miHoYo.GenshinImpact

The primary tested target is com.garena.game.df.

📱 Tested On

  • Device: Redmi Note 10S
  • ROM: Stock MIUI
  • SoC: MediaTek
  • Root: Magisk Delta

Compatibility with other devices and ROMs may vary.

🔄 How It Works

When a supported game is detected:

🎮 Game launched
→ Performance Mode ON
→ Thermal/performance restrictions adjusted
→ CPU/GPU performance mode
→ 🔔 Notification

When the game is closed:

🛑 Game exited
→ Thermal management restored
→ CPU/GPU returned to normal mode
→ 🛡️ Balance Mode
→ 🔔 Notification

The game process is checked approximately every 3 seconds.

⚠️ Important Warning

This module modifies thermal management and performance behavior.

Disabling or bypassing thermal controls can potentially cause:

  • Excessive device temperature
  • Faster battery degradation
  • Battery/charging stress
  • System instability
  • Random crashes or reboots
  • Hardware damage in extreme conditions

Use at your own risk.

Do not use this module if your device is already overheating or has a damaged/swollen battery.

Monitor your device temperature during gaming and stop using the module if temperatures become abnormal.

Thermal protection exists for a reason. This module is an experimental performance-tuning project and is not a replacement for proper thermal management.

📥 Installation

  1. Download the module ZIP from the Assets section below.
  2. Open Magisk / Magisk Delta.
  3. Go to Modules.
  4. Select Install from storage.
  5. Select the downloaded ZIP.
  6. Reboot.
  7. Launch a supported game.
  8. Wait approximately 3 seconds for Performance Mode to activate.

🗑️ Uninstallation

Remove the module through:

Magisk → Modules → Auto Thermal Gaming Mode → Remove

Then reboot the device.

🐛 Troubleshooting

Check the module log:

su -c 'cat /data/adb/modules/auto_thermal/auto_thermal.log'

Check whether the game is detected:

su -c 'pidof com.garena.game.df'

If a PID is returned, the game process is detected correctly.

👤 Author

Bang Domath (@Formatth)

Repository:
https://github.com/Formatth/Auto-Thermal-Gaming-Mode

📜 Disclaimer

This software is provided "as is", without warranty of any kind.

The author is not responsible for overheating, battery degradation, hardware damage, data loss, bootloops, crashes, or any other consequences resulting from the use or misuse of this module.

Install and use at your own risk.


❤️ Thanks

Built and tested on a Redmi Note 10S + Stock MIUI + Magisk Delta.

If this module helps you, consider ⭐ starring the repository.