I have a root'd G1 phone and I would like to set its hostname. As root, I can run the command hostnameand install it, but this name will not reboot.
At first I tried to create a file /etc/hostnamecontaining only my hostname, but that did not work.
Then I edited /etc/hostsas follows:
127.0.0.1 g1-phone localhost
However, this failed. Are there other methods that I can try to set the host name on an ongoing basis?
source
share