如何从根到用户模式重新启动ADB? [英] How to restart adb from root to user mode?

查看:99
本文介绍了如何从根到用户模式重新启动ADB?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

关于亚行的基本问题。

adb root 将adb重新启动为root。但是我想要的是在一段时间后将其重新启动回用户。

adb root restarts adb as root. But what i want is to restart it back to user after some time.

我尝试了以下操作:

adb kill-server
adb start-server

ps -A ->注意到adb的进程号并杀死了它。不工作。最后,我重新启动设备。有什么办法可以让我从root adb恢复到一般adb?

ps -A -> noted the process number of adb and killed it.. even this did not work. Finally i am restarting my device. Is there any way i can come back from root adb to general adb?

谢谢。

推荐答案

如果您使用 adb root ,则会收到以下消息:

If you used adb root, you would have got the following message:

C:\>adb root
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
restarting adbd as root

要退出root用户模式,可以使用:

To get out of the root mode, you can use:

C:\>adb unroot
restarting adbd as non root

这篇关于如何从根到用户模式重新启动ADB?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆