adb 设置手机代理

adb devices
adb kill-server
adb shell
adb root
adb push 文件 手机路径
 
adb设置代理:

adb shell settings put global http_proxy 代理IP地址:端口号

 

adb清除代理:

adb shell settings delete global http_proxy

adb shell settings delete global global_http_proxy_host

adb shell settings delete global global_http_proxy_port

# 设备重启

adb reboot

posted on 2022-05-06 23:21  一直小飞猫  阅读(65)  评论(0编辑  收藏  举报

导航