---
Has recibido este mensaje porque estás suscrito al grupo "Android Con-Cafe.com" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a android-conca...@googlegroups.com.
Para acceder a más opciones, visita https://groups.google.com/d/optout.
Francisco Alejandro Rodriguez
unread,
Aug 7, 2015, 3:17:58 PM8/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
El 7 de agosto de 2015, 13:41, Guido Centesimo (G) <guidoce...@gmail.com> escribió:
Necesitas ser root
.
Puedes usar
netcfg
para listar las interfaces disponibles
Luego
ifconfig <interfaz>
para ver las opciones disponibles para esa interfaz
Para Wi-Fi puedes usar
ifconfig
wlan0 down
y
ifconfig
wlan0 up
. Pero el resultado es el mismo que apagar y encender el Wi-Fi.
Puedes hacer lo que sugiere el compañero, o desde el administrador del router revocar la IP para ese dispositivo y conectarlo nuevamente.
Francisco Alejandro Rodriguez
unread,
Aug 7, 2015, 3:36:56 PM8/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
El 7 de agosto de 2015, 13:41, Guido Centesimo (G) <guidoce...@gmail.com> escribió:
La otra opción es:
dhcpcd -k wlan0 -> Para borrar la caché del DHCP client daemon
(RELEASE) dhcpcd -n wlan0
->
(RENEW)
Igualmente necesitas ser root y posiblemente instalar busybox
Guido Centesimo (G)
unread,
Aug 7, 2015, 4:26:29 PM8/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
Amigo Alejandro y si no soy Root, habrá alguna alternativa en el teléfono.