aosp Pixel 修改 SIM 卡支持及解决网络带x问题

去除网络X的方法

adb shell settings put global captive_portal_https_url http://g.cn/generate_204

自己用 php 做一个也很容易

<?php

header('status: 204 No Content');

exit()

SIM 卡问题是 厂家驱动 vendor.img 的问题 

使用 https://github.com/anestisb/android-prepare-vendor 来处理下。

好了,有 SIM 网络了。

原文地址:https://www.cnblogs.com/ningci/p/9723327.html