ROM制作---原生安卓国内适配部分修改点

基于安卓10的lineageOS源码

//网络受限
现象:屏幕左上角的wifi图标带感叹号,网络不能链接

adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_detection_enabled 0

//wifi开启和关闭:

svc wifi enable
svc wifi disable

//关闭向导

adb shell pm disable com.google.android.setupwizard;
adb shell pm disable org.lineageos.setupwizard; //lineageos
adb shell settings put global device_provisioned 1;
adb shell settings put secure user_setup_complete 1;

//NTP

setprop persist.sys.timezone Asia/Shanghai
settings put global ntp_server ntp1.aliyun.com
reboot
  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值