PDA

Ver la Versión Completa : [ CONSULTA ] ¿Alguien sabe como cambiar el nombre Host de nuestro Android?


mangel93
18/01/12, 17:14:30
Me gustaria cambiar el nombre host de nuestro android para que por ejemplo al conectarse a redes wifi no aparezca android_1214g43bv3ew(algo asi).

Se que con Cyano se puede pero con la ROM superSonicGenoV3 Android 2.3.5 que esta basada en Gingerbread no encuentro ninguna opción,queria algo si fuera gratis,se que hay una aplicación en el Market pero ni se utilizarla y cuesta mucho la verdad(perdón por no querer pagarla pero estoy a favor del Software libre)

Muchas Gracias;-)

Alfista28
18/01/12, 17:55:25
"To change the name of my device as it shows up on the network, I had to root, install busybox and write a script that calls "busybox hostname [new_device_name]" after it boots up. This method requires root and an app called autostart (root). I'm not sure if there is a better way at this point to set it once and make it permanent without requiring a script to run after booting up. This is just the method I've used and has worked for me."

De todas formas hay que entender que hay gente que trabaja desarrollando apps, vive de eso. Software libre no es software gratis.

mangel93
18/01/12, 18:50:32
"To change the name of my device as it shows up on the network, I had to root, install busybox and write a script that calls "busybox hostname [new_device_name]" after it boots up. This method requires root and an app called autostart (root). I'm not sure if there is a better way at this point to set it once and make it permanent without requiring a script to run after booting up. This is just the method I've used and has worked for me."

De todas formas hay que entender que hay gente que trabaja desarrollando apps, vive de eso. Software libre no es software gratis.

Si pero solo pedia algo que fuera gratis

jesquinas
18/01/12, 18:56:36
¿Eres root?

Saludos.

mangel93
18/01/12, 19:26:44
¿Eres root?

Saludos.

Siiiiiiiiiiii

jesquinas
19/01/12, 03:13:40
Leete esto:

http://www.androidtablets.net/forum/huawei-ideos-s7-technical/18613-change-wifi-name.html

A mi me funcionó,pero no sé si habría que hacerlo en cada rearranque del movil.

Saludos.

mangel93
19/01/12, 12:24:30
Leete esto:

http://www.androidtablets.net/forum/huawei-ideos-s7-technical/18613-change-wifi-name.html

A mi me funcionó,pero no sé si habría que hacerlo en cada rearranque del movil.

Saludos.

No se si me funcionara,de todas formas Gracias

bertosoft
11/12/12, 19:43:45
Mas facil que esto? nada....
https://play.google.com/store/apps/details?id=com.tiranodroid.change.hostname&hl=es_419&rdid=com.tiranodroid.change.hostname&rdot=1

imedia00
01/09/13, 16:31:44
Con esta se puede y es gratuita, necesitas Root y Busybox instalado todas gratuitas.

https://play.google.com/store/apps/details?id=com.ramdroid.changehostname

z52PATO
01/09/13, 19:51:55
Si tienes la ROM de benru o cualquier cyanogen, lo puedes hacer desde opciones -> aplicaciones -> desarrollo y hasta abajo te marca la opcion para cambiar el nombre del host, saludos

guirri
01/09/13, 21:20:32
Primero lo primero, para que este
proceso funcione tu dispositivo
debe tener privilegios de root y
tener instalado en Android un
emulador de terminal, yo les
recomiendo el Android Terminal
Emulator.
Ya que tienes abierto el emulador
de terminal debes teclear lo
siguiente.
$su para obtener
permisos de root/superusuario
$getprop net.hotsname Con
esto te dira cual es el nombre de
host actual
Para cambiar el nombre de host
debes teclear el siguiente
comando.
$setprop net.hostname
NuevoNombreDeHost
Ya solo falta que reinicies la
tarjeta Wifi de tu dispositivo para
que en tu red puedas ver tu
dispositivo con el nuevo nombre
de host.