更改 Eclipse 中显示的 Android 设备名称

发布于 2024-11-09 05:07:44 字数 186 浏览 0 评论 0原文

当将多个 Android 设备连接到我的开发计算机时,很快就很难从 Eclipse 中确定哪个设备是哪个设备,因为设备名称似乎表示为其序列号。

例如,设备列表: 在此处输入图像描述

有什么方法可以显示手机型号或更改设备名称吗?

When attaching several Android devices to my development machine, it quickly becomes difficult to determine which device is which from Eclipse, because the device names appear to be represented as their serial numbers.

For instance, the Devices list:
enter image description here

Is there any way to display the phone model, or to change the device name?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

瑶笙 2024-11-16 05:07:44

从 ADT 修订版 17 开始,设备制造商和名称显示在序列号后面,如下所示:

As of ADT revision 17, the device manufacturer and name appears after the serial number, as follows:

Screenshot of Devices tab in ADT rev 17

星軌x 2024-11-16 05:07:44

在我的 Desire(cyanogenmod7,Android 2.3.3)上有一个设置:

主屏幕 ->按菜单->系统设置->应用->发展->设备名称

这里我可以更改 eclipse 中显示的设备名称。

不幸的是,我的第二部开发手机(Nexus-S,带有 Android 2.3.4 的 Stock rom)没有此设置 - 所以也许您的手机有此设置...?!

On my Desire (cyanogenmod7, Android 2.3.3) there is a setting:

Homescreen -> press menu -> System settings -> applications -> development -> Device name

Here I can change the devices name which is shown in eclipse.

Unfortunately, my second development phone (Nexus-S, Stock rom with Android 2.3.4) does not have this setting - so maybe your phone has this setting...?!

吃兔兔 2024-11-16 05:07:44

尝试以下命令:

adb -s <serialno> shell setprop persist.usb.serialno <new_alphanumeric_name>
adb reboot

请记住,大小最多为 15 个字符。

Try these commands:

adb -s <serialno> shell setprop persist.usb.serialno <new_alphanumeric_name>
adb reboot

Bear in mind that the size is maximally 15 characters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文