开发者

Get hardware info on Android?

开发者 https://www.devze.com 2023-02-06 12:42 出处:网络
In adb shell, do we have any command 开发者_开发技巧to get device info, like lspci? Thank you!This should probably be on android.stackexchange.com, but anyhow. even if you are not rooted, you can acc

In adb shell, do we have any command 开发者_开发技巧to get device info, like lspci?

Thank you!


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.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消