楼主:
dennys2 (啦啦啦)
2022-01-28 16:33:03基本上就是这篇提到的, Android 11 在连企业 Wi-Fi 时,
没法选择"不进行验证" 的问题.
https://www.xda-developers.com/android-11-break-enterprise-wifi-connection/
当然正确作法是要网管处理好, 不过在那之前, 只查到 root 去改回来的方法.
我查到的是这篇 https://android.stackexchange.com/questions/231859/
我的是 Pixel 5, 查了一下是可以 root, 但 root 之后就很麻烦,
银行软件可能都不行, 版上最近讨论很多 magisk 的问题.
不知道有没有什么其他方法?
如果我 root 之后再 unroot, 这些东西还在吗? 以前有对 htc/Samsung
做过 root, 但没做过 unroot.
以下是他的 root 之后的指令
adb shell
su
sed -i 's%<string name="CaPath">.*</string>%<string name="CaPath"></string>%'
/data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
sed -i 's%<string name="DomSuffixMatch">.*</string>%<string
name="DomSuffixMatch"></string>%'
/data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
reboot
作者: LabSurvivor 2022-02-02 11:29:00
你贴的第二篇文章有写到,可以先试试看打上公司的网域试试看”I am curious If you can connect when you woulduse the correct domain name.”