Module Overview
This version received a complete rebuild of the module's architecture, fixing a critical issue from v5.1.0 and transforming the project into a truly executable network optimization system.
π 48 FUNCTIONAL FEATURES β NO ROOT
β οΈ WHAT HAPPENED IN v5.1.0?
During the project review, a fundamental flaw was identified: the 100 existing functions were declared in the scripts but were never called for execution. In practice, the module ended up acting as a no-op, failing to apply the expected optimizations.
In v6.0.0, this architecture was completely overhauled.
π οΈ WHAT WAS FIXED?
- π§ 100 old functions consolidated into 48 working features
- β‘ Every function is now actually executed
- π§© New shared system via "common.sh"
- π‘οΈ "safe_set" system with backup and fallback
- π§Ή Removed duplicate functions
- π New diagnostic and reporting system
- π All changes are backed up prior to application
πΆ WHAT DOES VOID INTERNET DO?
The module works directly with Android's network settings and resources via ADB, aiming to improve stability, reconnection, latency, and connection management.
π‘ Wi-Fi
- Scan control
- Faster reconnection
- Wi-Fi Watchdog
- Aggressive roaming
- Sleep management
- Reduction of unnecessary logging
π± Mobile Data
- Fast Switch
- Multipath Wi-Fi + cellular
- Connection failure detection
- Tethering optimization
- Standby management
π DNS & Connectivity
- Resolver optimization
- Timeout tweaks
- Network validation optimization
- Fast NTP
- DNS cache cleanup
- Malformed proxy cleanup
β‘ TCP & Streaming
- TCP initial window tweak
- Timeout optimization
- Buffer management
- Media cache optimization
- Removal of mobile data download limits
π§ 7 EXECUTION PHASES
The module organizes its functions into 7 stages:
- 01 β Diagnostics: Analyzes connection, DNS, Wi-Fi, mobile network, TCP, latency, sockets, and interface health.
- 02 β DNS: Optimizes name resolution and network validation.
- 03 β Wi-Fi: Handles scanning, reconnection, roaming, watchdog, and power management.
- 04 β Mobile Data: Optimizes failover, multipath, tethering, and stall detection.
- 05 β TCP & Buffer: Applies tweaks related to throughput, streaming, downloads, and connections.
- 06 β Advanced: Handles proxy, scoring, watchlist, logging, and connectivity.
- 07 β Cleanup & Report: Refreshes connectivity, flushes DNS, maintains statistics, and generates the final report.
π‘οΈ SECURITY
VOID INTERNET Ultra was designed to work without Root and without persistent processes.
- β ADB Shell
- β No daemon
- β No background loops
- β One-shot execution
- β Automatic backups
- β Unsupported functions are automatically ignored
- β Does not read personal data
- β Does not disable user services
- β Does not create persistent processes
Additionally, modified settings are saved. This allows you to check and restore original values later.
π« ZERO INTERFERENCE
One of the core principles of v6.0.0 is not to disrupt the user.
The module does not alter navigation modes, does not modify the user's chosen visible DNS, does not interfere with VPNs, and does not change visible settings unnecessarily. Execution happens exactly once and terminates after applying available functions.
π± COMPATIBILITY
- β Android 8.0+
- β Samsung / One UI
- β Xiaomi / Redmi / POCO
- β Motorola
- β Google Pixel
- β OnePlus
- β ASUS
- β Other Android devices
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.