如何在小米5s调试模式下获取设备信息?
获取设备信息的方法:
- 使用 adb shell 命令。
- 使用 getprop 命令。
- 使用 /system/debug/get_device_info 文件。
获取设备信息示例:
root@XiaomiM5s:/ # adb shell
shell:
cat /sys/devices/platform/soc/id
cat /sys/devices/platform/soc/product
cat /system/debug/get_device_info
注意:
- 使用
adb shell
命令需要设备已连接到计算机。 - 使用
getprop
命令需要设备已开启调试模式。 - 使用
/system/debug/get_device_info
文件需要设备已烧录了 bootloader。