2019-08-15-我经常使用的adb命令

2019-08-15-我经常使用的adb命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27


adb reboot

adb reboot bootloader

adb reboot recovery



adb shell pm list packages -3>>第三方apk.txt

adb shell pm path com.tencent.mm

adb pull /data/app/com.tencent.mm-1/base.apk .



adb backup -f boot.bk --twrp boot

adb restore system.bk



adb shell am broadcast -a clipper.set -e text

adb shell am broadcast -a clipper.get