I\'d like to change the device ID string which can be seen when I type \'adb devices\' at command prompt. If I type \'adb devices\' at command prompot then I can see below m
If you have root access, you can enter this to a terminal emulator:
> su (to gain superuser access)
> getprop net.hostname (this should display the current network name)
> setprop net.hostname
Disconnect then reconnect from the network to refresh.
I was on a Samsung Galaxy Note on ICS. Worked like a charm...