Pixel 3测试手机设置

  • 手机连接wifi后显示叹号:网络受限, 参考地址 , 开启飞行模式下,执行以下命令。
    adb shell settings delete global captive_portal_https_url
    adb shell settings delete global captive_portal_http_url
    
    adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
    adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204
  • 日期显示不对,时间不能自动同步
    默认 NTP 服务器 Google 的 time 服务器,你被墙着,连不上的。解决办法:
    adb shell "settings put global ntp_server pool.ntp.org"
  • 重启手机,日期显示正确了。
posted @   opencoder  阅读(160)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2012-12-31 How To Remove The Advertisement From Android APK
点击右上角即可分享
微信分享提示