android TV 网络受限解决办法

采用wifi或者有限网口adb方式 保证在同一个局域网 1、打开adb设置-系统-关于-连续点击Android TV操作系统版本,会有提示要打开发者选项,在开发者选项内勾选USB调试 2、电脑连接adb adb connect 空格(192.168.xxx.xxx.)(xxx.xxx内是你电视盒子的IP地址) 一. 解决网络受限 1. 通过ADB命令的方式 先删除默认的地址: adb shell settings delete global captive_portal_https_url adb shell settings delete global captive_portal_http_url 2.再修改新的地址: adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204 adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204 3.把阿里云ntp服务器写入到电视盒子内 adb shell settings put global ntp_server ntp1.aliyun.com adb shell settings put global ntp_server cn.ntp.org.cn adb shell settings put global ntp_server ntp.ntsc.ac.cn
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章