adb 判断imei

您所在的位置:网站首页 怎样通过imei查询手机型号和型号 adb 判断imei

adb 判断imei

2024-01-03 22:13| 来源: 网络整理| 查看: 265

原文:https://blog.csdn.net/fasfaf454/article/details/51438743

1、获取手机系统信息( CPU,厂商名称等)

adb shell "cat /system/build.prop | grep "product""

2、获取手机系统版本

adb shell getprop ro.build.version.release

3、获取手机系统api版本

adb shell getprop ro.build.version.sdk

4、获取手机设备型号

adb -d shell getprop ro.product.model

5、获取手机厂商名称

adb -d shell getprop ro.product.brand

6、获取手机的序列号

有两种方式

1、  adb get-serialno

2、  adb shell getprop ro.serialno

7、获取手机的IMEI

有三种方式,由于手机和系统的限制,不一定获取到

1、 adb shell dumpsys iphonesubinfo

其中Device ID即为IMEI号

2、 adb shell getprop gsm.baseband.imei

3、 service call iphonesubinfo 1

此种方式,需要自己处理获取的信息得到

8、获取手机mac地址

adb shell cat /sys/class/net/wlan0/address

9、获取手机内存信息

adb shell cat /proc/meminfo



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3