adb(14)-设备重启/检测root
Posted 山重水复疑无路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb(14)-设备重启/检测root相关的知识,希望对你有一定的参考价值。
重启手机
命令:
adb reboot
检测设备是否已 root
命令:
adb shell
su
此时命令行提示符是 $
则表示没有 root 权限,是 #
则表示已 root。
以上是关于adb(14)-设备重启/检测root的主要内容,如果未能解决你的问题,请参考以下文章