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 网络了。

posted @ 2018-09-29 20:49  宁次  阅读(1165)  评论(0编辑  收藏  举报