Changing displayed Android device name in Eclipse

时间秒杀一切 提交于 2019-12-02 21:02:14

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...?!

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

Narenderan Perumal

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!