赞
踩
adb root:授予root权限
adb remount:进入写模式
adb shell:进入shell
adb reboot:重启
adb reboot -p:关机
adb reboot edl:进入9008端口
fastboot oem reboot-edl:进入9008端口
adb reboot recovery:进入recovery模式
烧录bootimage - boot.img
adb reboot bootloader
fastboot flash boot boot.img
fastboot reboot
adb shell dumpsys battery unplug:模拟拔下设备电源
adb shell dumpsys battery reset:重置上述命令
adb shell settings put global low_power 1:模拟设备省电模式
adb shell settings get system screen_brightness:获取屏幕亮度
adb shell settings put system screen_brightness 255:配置屏幕亮度
adb shell settings get system screen_off_timeout:获取自动息屏时间
adb shell input tap x y:输入touch坐标
More log
adb shell echo "8" > /proc/sys/kernel/printk
adb shell echo 1 > /sys/module/msm_show_resume_irq/parameters/debug_mask
adb shell echo 1 > /sys/kernel/debug/clk/debug_suspend
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。