# Google TV 网络受限解决方法

视频教程：<https://youtu.be/mi9jwVblWpQ>

**步骤：**\
1、开启 Google TV 开发者选项\
2、下载adb工具包    [下载地址1](https://kjfx.lanzoui.com/ieCac019xq8d)    [下载地址2](https://github.com/aews/share/releases/download/TV/Google.TV.zip)\
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

```
