unnamed.webp
unnamed.webp

Google TV chromecast 网络受限和未连接到互联网解决方案

转载地址:https://kxsw.gitbook.io/tv/google-tv-wang-luo-shou-xian-jie-jue-fang-fa

步骤:
1、开启 Google TV 开发者选项
2、下载adb工具包 下载地址1 下载地址2
3、连接电视输入命令
4、重启电视

./adb connect 192.168.1.1
./adb shell settings put global ntp_server ntp1.aliyun.com
./adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204
./adb reboot

#恢复原来设置
./adb shell settings delete global captive_portal_https_url