如何获取使用adb设备打印的设备名称?

时间:2011-09-16 09:43:15

标签: android shell device adb

当我输入

adb devices

在控制台中,然后打印出来:

List of devices attached 
SH16BV815282    device

如果可能,我如何以编程方式获取SH16BV815282

我想在运行时通过Android应用程序获取该值。该值实际存储在哪里?

2 个答案:

答案 0 :(得分:0)

这是Build.SERIAL。但是,它仅适用于Android 2.3 +。

答案 1 :(得分:0)

我正在使用打击代码来设置设备的名称。

GUIStatics.deviceModel = android.os.Build.MODEL;