Pixel 3测试手机设置

发布时间 2023-12-31 10:58:34作者: opencoder
  • 手机连接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"
  • 重启手机,日期显示正确了。