1、adb shell getprop ro.hw.country —— 查詢手機發貨地址
2、adb shell getprop ro.product.cpu.abi ——查詢海思芯片是32位還是64位
3、adb shell getprop ro.build.version.emui ——查詢EMUI版本
4、adb shell getprop ro.product.manufacturer —— 查詢設備制造商
5、adb shell getprop ro.product.brand ——查詢手機品牌
6、adb shell getprop ro.product.model ——查詢手機內部代號
7、adb shell getprop ro.product.name —— 查詢設備名稱
8、adb shell getprop ro.serialno —— 查詢設備序列號
9、adb shell getprop ro.build.version.release —— 查詢手機Android系統版本
==============================================================
1、adb shell getprop ro.hw.country —— 查詢手機發貨地址
=============================================================
2、adb shell getprop ro.product.cpu.abi ——查詢海思芯片是32位還是64位
arm64-v8a —— 64位
armeabi-v7a ——32位
=============================================================
3、adb shell getprop ro.build.version.emui ——查詢EMUI版本
=====================================================================
4、adb shell getprop ro.product.manufacturer —— 查詢設備制造商
===============================================================
5、adb shell getprop ro.product.brand ——查詢手機品牌
==========================================================
6、adb shell getprop ro.product.model ——查詢手機內部代號
================================================================
7、adb shell getprop ro.product.name —— 查詢設備名稱
=======================================================
8、adb shell getprop ro.serialno —— 查詢設備序列號
============================================================
9、adb shell getprop ro.build.version.release —— 查詢手機Android系統版本
===========================================================================