Magisk-Modules-Repo/wifi-bonding

android10 miui11 not work

mjyhj opened this issue · 2 comments

mjyhj commented

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”

Does gForce1x1Exception=0 is set to default?

mjyhj commented

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