为华为电视添加wifi proxy 发表评论 在华为智慧屏上不能通过摇控器来设置proxy 只能通过adb 那就连接adb #adb来添加 adb shell settings put global http_proxy ip:port adb shell settings put global http_proxy :0 其中,ip:port代表你所要使用的HTTP代理服务器的IP地址和端口号。如果你想禁用代理,可以将:0作为参数传递。