Module Overview
This update received a major overhaul in the optimization application system, specific fixes for different manufacturers, and several new features to improve touchscreen responsiveness, fluidity, and consistency.
๐ฑ 50 FUNCTIONS โ 40 OPTIMIZATIONS + 10 DIAGNOSTICS
โก NO ROOT โข NO DAEMON โข ADB
๐ฅ WHAT CHANGED IN v5.1.0?
The main change is the new Try-First Engine.
Previously, "safe_set" preemptively checked if a setting existed and could simply ignore functions that might actually work. Now the system uses:
TRY โ VERIFY โ SKIP
It attempts to apply the setting, verifies if it worked, and only then considers the function incompatible.
Result: Significantly fewer skipped functions, dropping from approximately 18 SKIPs to just 2โ5 under typical conditions.
๐ ๏ธ KEY FIXES
- ๐ Completely revised refresh rate detection
- ๐ฑ Better support for Xiaomi/Redmi/POCO
- ๐ง Xiaomi configuration fix
- ๐ Predictive Back now tests multiple keys and namespaces
- ๐ฅ๏ธ Hz detection,
fps=,refreshRate=and fallback via Settings - ๐จ ASCII banner fix
- ๐ง New universal per-manufacturer optimization system
- โก Significant reduction in ignored incompatible functions
๐ฑ 7 OPTIMIZATION PHASES
- 01 โ DETECTION
Identifies touchscreen, controller, multitouch, resolution, device, and maximum refresh rate capacity. - 02 โ TOUCH RESPONSE
Optimizes settings related to long press, multi press, pointer speed, and removes diagnostic overlays that can generate overhead. - 03 โ ANIMATIONS
Adjusts animations to 0.5x, making transitions, windows, and visual feedback faster without simply eliminating all animations. - 04 โ DISPLAY & REFRESH
Handles maximum refresh rate, display settings, blur, bubbles, and screensaver. - 05 โ SYSTEM
Applies tweaks related to cached processes, memory, sounds, and persistent activities. - 06 โ INPUT PIPELINE
Optimizes components related to the input pipeline, including text classifier, smart selection, and input features. (Accessibility services are automatically preserved when detected). - 07 โ ADVANCED & VENDOR
Applies specific optimizations for the detected manufacturer and various universal tweaks for system, GPU, cache, network, and connectivity.
โก 40 REAL OPTIMIZATIONS
The module works in areas such as:
- ๐ฑ Touch Response
- ๐ฏ Input Pipeline
- ๐ฅ๏ธ Refresh Rate
- ๐จ Animations
- ๐ง Memory
- โก System
- ๐ฎ GPU Pipeline
- ๐ Connectivity
- ๐ถ Wi-Fi
- ๐ง Vendor-specific
- ๐งน Cache & Maintenance
In addition to the 40 optimizations, there are 10 diagnostic functions used to detect device characteristics before applying changes.
๐ก๏ธ ZERO ROOT
VOID TOUCH Ultra was developed to work via ADB, with no Root required.
- โ No Root
- โ No daemon
- โ One-shot execution
- โ Automatic backup
- โ Restore included
- โ Multi-vendor compatibility
- โ Incompatible functions are automatically ignored
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.