当前位置:   article > 正文

Android adb常用命令_adb reboot -p

adb reboot -p

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/570875
推荐阅读
相关标签
  

闽ICP备14008679号