安卓模拟器root

发布于 2024-10-31 16:01:04 字数 80 浏览 2 评论 0原文

问题是,当我在终端仿真器中写入“su”时,出现“su:uid 10032 not allowed to su”。那么为什么我需要root模拟器呢?

The problem is that, when I write "su" in terminal emualator, I have "su:uid 10032 not allowed to su". So why I need to root the emulator?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉城凉梦凉人心 2024-11-07 16:01:04

当您登录模拟器时,您应该是 root:

$ adb shell
# ps
...
root     271   37    740   312   c003b100 afe0d14c S /system/bin/sh
...
#

您在 sh ps 行上看到了什么?

You should be root when you log into emulator:

$ adb shell
# ps
...
root     271   37    740   312   c003b100 afe0d14c S /system/bin/sh
...
#

What do you get on the sh ps line?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文