Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get hardware info on Android?

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

Thank you!

like image 558
echo Avatar asked Jan 23 '11 18:01

echo


2 Answers

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.

like image 109
Ryan Conrad Avatar answered Oct 12 '22 10:10

Ryan Conrad


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

like image 41
capitano666 Avatar answered Oct 12 '22 09:10

capitano666