Skip to content

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.

Notifications You must be signed in to change notification settings

LeanxModulostk/wifi-bonding-nolog

 
 

Repository files navigation

Wi-Fi Bonding NoLog [Qcom]

Description

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.
  1. Open Termux and type: su -c wifilatency
  2. To disable it: su -c wifilatencyoff
  • Tcp low latency (deleted): This is a legacy option, it has no effect anymore.

  • 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.

  1. First check the value of txqueuelen with the following command (termux): su -c "/bin/ifconfig wlan0"
  2. 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.
  3. 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

  1. First delete your Wi-Fi password
  2. Uninstall previous version of this module (reboot)
  3. Install the module in Magisk (reboot)
  4. Connect to your Wi-Fi.
  5. Enjoy!

Support

Special Thanks

Google 💩 for WCNSS_qcom_cfg.ini

Source Android for Wifi low-latency mode

simonsmh for Wifi Bonding Module

水龙&黎木汐 for reduces the number of standby wakeups

syphyr for disable wifi packet logging

@Xizi1.5 for Super TCP

tcp_max_reordering

Zackptg5 for the MMT-Ex template

Topjohnwu for making Magisk

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%