# 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

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kxsw.gitbook.io/tv/google-tv-wang-luo-shou-xian-jie-jue-fang-fa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
