Module Overview
🚀 Aero Performance v8.0-universal-safe — Detailed Improvements
Aero Performance v8.0-universal-safe brings a major change to the module's architecture: instead of applying the same tweaks across all devices, the system now identifies the manufacturer and adapts its behavior automatically.
🌍 Cross-Platform Architecture
The module now works with a central OEM classification in core/lib_hardware.sh, identifying families such as:
- Pixel/AOSP
- Samsung
- Xiaomi/Redmi/POCO
- Vivo/iQOO
- OnePlus/OPlus
- OPPO/realme
- ASUS/ROG
- Other manufacturers
Based on this identification, each function decides whether it can be executed safely.
🛡️ Safe Fallback
One of the main improvements is the safe fallback system.
If the module cannot confirm that a certain function is compatible with the device, it will not force the command.
Instead of:
"I don't know if it works, but I'll execute it anyway."
The logic is now:
"I couldn't confirm → I don't apply it → I preserve the system."
This prevents ineffective commands, broken configurations, and potential firmware conflicts.
⚙️ Compatibility by Manufacturer
Each family receives a specific behavior:
- Pixel/AOSP: Primarily uses public Android APIs and mechanisms, activating Game Mode only when it is actually available.
- Samsung: Respects One UI and the Game Optimizing Service, avoiding the assumption that AOSP settings can replace proprietary services.
- Xiaomi/Redmi/POCO: Preserves HyperOS Security and Game Turbo, avoiding the use of MIUI/HyperOS-specific properties as if they were universal.
- Vivo/iQOO: Uses a more conservative profile, especially for standby, preserving iManager, Battery Life Extender, Game Space, GMS/GSF, and the native management of OriginOS/FuntouchOS.
- OnePlus/OPlus: Preserves OxygenOS/ColorOS, Game Space, and background app management mechanisms.
- OPPO/realme: Maintains ColorOS/realme UI's own policies and avoids replacing proprietary battery and gaming services.
- ASUS/ROG: Preserves Armoury Crate, Game Genie, and the manufacturer's thermal and performance mechanisms.
- Others: Only use generic paths considered safe. OEM-specific features remain disabled.
🔋 Better Power Management
The new architecture avoids global changes when the manufacturer has its own power controller.
This is especially important on Vivo/iQOO, Samsung, Xiaomi, and OPPO, where applying generic Android commands can result in:
- Overwritten policies;
- Additional power consumption;
- Delayed notifications;
- Conflicts with the manufacturer's services;
- Settings that seem to work but have no real effect.
🎮 Smarter Game Performance
The module also no longer assumes that every device has the same Game Mode system.
Before applying a game-related optimization, Aero checks if the necessary mechanism exists and can be used.
When reliable support does not exist, the function is ignored instead of creating a fake optimization.
Aero Performance v8.0 — Resolution Fix
🔧 Resolution Fix: Aero Performance now preserves the user's custom resolution and no longer executes "wm size" automatically. Downscaling is disabled by default, preventing resets and potential crashes when reapplying tweaks.
🛡️ More security, stability, and compatibility in v8.0.
📲⚠️Aero Performance v8.0 — TECNO/HiOS Support
Added support for TECNO/HiOS devices, with optimizations tailored to the system and conservative behavior to avoid conflicts with Game Space, thermal management, and battery.
Rate this Module
Verified user ratings only
* Please log in to submit your rating.