Posts

Showing posts from October, 2014

Change android hostname

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