获取 Android 上的硬件信息?

发布于 2024-10-13 08:41:42 字数 60 浏览 6 评论 0原文

在 adb shell 中,我们是否有任何命令来获取设备信息,例如 lspci?

谢谢你!

In adb shell, do we have any command to get device info, like lspci?

Thank you!

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

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

发布评论

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

评论(3

高速公鹿 2024-10-20 08:41:42

这可能应该在 android.stackexchange.com 上,但无论如何。即使您没有 root,您也可以使用 getprop 进行访问,它将返回有关设备的信息。

This should probably be on android.stackexchange.com, but anyhow. even if you are not rooted, you can access use getprop and it will return information about the device.

甜味拾荒者 2024-10-20 08:41:42

恐怕只有通过“root”设备才能访问linux层

I'm afraid access to the linux layer is only possible by "rooting" the device

青衫儰鉨ミ守葔 2024-10-20 08:41:42

您可以从 dmesg 获得一些(混乱的)消息:

$ adb shell dmesg

请注意,内核环形缓冲区是有限的。随着时间的推移,前几行可能会被删除。

dmesg 也需要 root。

You can get some (messy) messages from dmesg:

$ adb shell dmesg

Note that the kernel ring buffer is limited. The first few lines may be dropped as time goes by.

dmesg requires root, too.

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