This module doubles your bandwidth, disables Wi-Fi packet logging (has high overhead and several related security issues) and other logging for less background load and perhaps some battery life.
Others tweaks manual
Force Wi-fi Low Latency Mode: This mode consumes more energy even if the screen is off if you want to activate it follow the steps below.
- Open Termux and type:
su -c wifilatency
- To disable it:
su -c wifilatencyoff
Increase Transmission Queue Length:The txqueuelen option in the ifconfig command is used to set or display the transmission queue length for a network interface on Linux. Transmission queue length refers to the maximum number of packets that can wait in the transmission queue before being sent. When you set the transmission queue length with txqueuelen, you define the maximum number of packets that can be queued for transmission on the network interface. A higher value allows for a larger transmission queue, which can be beneficial in high network load or congestion situations, as it provides more space to queue packets before they are dropped or transmission delays occur.
First check the value of txqueuelen with the following command (termux): su -c "/bin/ifconfig wlan0"
If the default value of txqueuelen is equal to or greater than 4000 you should edit the txtweak file (system/bin) inside the module and increase the value to test.
To return to the default simply put the value you checked at the beginning in the following command and paste it into termux (or just reboot your device): su -c "/bin/ifconfig wlan0 txqueuelen valor"
Installation
- First delete your Wi-Fi password
- Uninstall previous version of this module (reboot)
- Install the module in Magisk (reboot)
- Connect to your Wi-Fi.
- Enjoy!
Link
Module Info
Other modules
Android Logger Booting
This module functions to record logs when booting Android and will be saved in /data/local/logger. This module is suitable for developers to find bootloop problems on ROM. Tips combine with Bootloop saver module Link Download ...
Audio Effect Deep Field vivo Pad2 Magisk Module
DISCLAIMER vivo apps and blobs are owned by vivo�. The MIT license specified here is for the Magisk Module only, not for vivo apps and blobs. Descriptions Equalizer soundfx ported from vivo Pad2 (DPD2221) and integrated as a Magisk Module for all supported and rooted devices with Magisk Deep Field …...
Cache Cleaner
A simple module that allows your device to clean all apps cache automatically if the total cache size is more than 1GB and can be done manually by typing su -c cleaner in the Terminal To disable the automatic cleaning feature, create an empty file with the name disable in the …...
Dolby Atmos Magic Revision Magisk Kernelsu Module
Dolby Atmos Magic Revision Magisk Module DISCLAIMER Dolby apps and blobs are owned by Dolby™. The MIT license specified here is for the Magisk Module only, not for Dolby apps and blobs. Descriptions Dolby Surround soundfx equalizer ported and integrated as a Magisk Module for all supported and …...
Audio Wizard DTSX Ultra Asus Zenfone 6 Magisk Module
DISCLAIMER Asus & DTS Apps and blobs are owned by Asus� & DTS�. The MIT license specified here is for the Magisk Module only, not for Asus & DTS apps and blobs. Descriptions Equalizer soundfx ported from Asus Zenfone 6 (ASUS_I01WD) and integrated as a Magisk Module for all supported and …...
Benchkit
Benchkit Benchkit is a developer-centric toolkit module for Android with a plethora of tools for in-depth profiling and benchmarking. Many of the tools are focused on kernel benchmarking, but userspace (i.e. Android) benchmarking is also covered by some of them. This module aims to make empirical …...
ExSDCard Write Access Enabler
Link Download ...
NavTweaks (former Fullscreen Immersive gesture Magisk / Kernelsu Module
NavTweaks (formerly Fullscreen/Immersive Gestures) is a Magisk module that allows you to customize the navigation bar on Android devices running Android 10-14. It offers various tweaks to enhance the fullscreen and immersive experience, particularly when using gesture navigation. Key Features: …...
EdXposed Framework
A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA (or SandHook) hooking framework, supports Android 8.0 ~ 11. Xposed is a framework for modules that can change the behavior of the system and apps …...
Wifi Bonding No Lock Magisk Kernelsu
This module doubles your bandwidth, disables Wi-Fi packet logging (has high overhead and several related security issues) and other logging for less background load and perhaps some battery life. Others tweaks manual Force Wi-fi Low Latency Mode: This mode consumes more energy even if the screen is …...