赞
踩
adb shell "cat /system/build.prop | grep "product""
adb shell getprop ro.build.version.release
adb shell getprop ro.build.version.sdk
adb -d shell getprop ro.product.model
adb -d shell getprop ro.product.brand
adb shell getprop ro.serialno
adb shell cat /sys/class/net/wlan0/address
adb shell cat /sys/class/net/eth0/address
adb shell cat /proc/meminfo
adb shell "dumpsys window | grep mUnrestrictedScreen"
adb shell wm density
adb shell am broadcast -a android.intent.action.CHECK_OTA_UPDATE_VERSION --ei "updateMode" 2
input keyevent 4
adb uninstall 包名
adb shell pm clear 包名
adb -s 127.0.0.1:5555 shell
- adb shell am start -n com.android.camera2/com.android.camera.CameraActivity
- adb shell am start -n com.android.soundrecorder/com.android.soundrecorder.SoundRecorder
- adb shell am start -n com.android.settings/com.android.settings.Settings
- adb shell am start -n com.android.launcher3/com.android.launcher3.Launcher
adb shell am force-stop com.android.camera2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。