其他常用命令

Find

find . -name "strings.xml"

find . -name "strings.xml" -exec rm -f{} \;

find . -name "strings.xml" | xargs grep "string"

adb command

adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS;adb shell input keyevent 19 & adb shell input keyevent 23

adb kill-server

adb start-server

aapt: check permission

vim: 16进制 /data/system/packages.xml

扫描二维码关注公众号,回复: 3067458 查看本文章

adb shell getprop

monkey: adb shell monkey -s 10 -p com.android.settings --ignore-timeouts --throttle 300 1000000

adb shell monkey -s 0 -p com.android.settings --ignore-timeouts --ignore-crashes --throttle 400 --pct-motion 45 --pct-touch 35 --pct-majornav 20 65000

猜你喜欢

转载自blog.csdn.net/flywalker/article/details/82223159
今日推荐