adb 常用命令

adb 设置代理

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15



#设置代理:


adb shell settings put global http_proxy 127.0.0.1:8888


# 删除代理 重启后生效
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

包名查询

1
adb shell pm list packages |grep twitter

adb 常用命令
https://kingjem.github.io/2024/10/14/adb常用命令/
作者
Ruhai
发布于
2024年10月14日
许可协议