Change android hostname
You will need root, to change android hostname:
So you can easily ping <new_hostname> from LAN
# su
# getprop net.hostname
# setprop net.hostname <new_hostname>
So you can easily ping <new_hostname> from LAN
Comments