WuhDaFak / wifi-bonding-nolog

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: This mode can be useful in real-time or latency-sensitive applications (online gaming, live streaming, and others).
  1. Open Termux and type: su -c tcplatency
  2. To disable it: su -c tcplatencyoff
  • ▸ 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

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.


Languages

Language:Shell 100.0%