Magisk-Modules-Repo / wifi-bonding

Double your bandwith on your Qualcomm devices.
611 stars 138 forks source link

android10 miui11 not work #25

Closed mjyhj closed 4 years ago

mjyhj commented 4 years ago

android10 miui11 WCNSS_qcom_cfg.ini

0: Disable force 1x1 on MTK solution AP

1: Enable force 1x1 on MTK solution AP

gForce1x1Exception=0

There is a space after #

So it can't be replaced “#gForce1x1Exception=0”

simonsmh commented 4 years ago

Does gForce1x1Exception=0 is set to default?

mjyhj commented 4 years ago

install.sh

s/gForce1x1Exception=1/gForce1x1Exception=0/g
s/#gForce1x1Exception=0/gForce1x1Exception=0/g

android10 miui11 WCNSS_qcom_cfg.ini (default) # gForce1x1Exception=1

Need to add in WCNSS_qcom_cfg.ini

s/#g Force1x1Exception=0/gForce1x1Exception=0/g
s/#g Force1x1Exception=1/gForce1x1Exception=0/g