Diferencia entre revisiones de «Usuario:Juanda/phonegap/PhoneGap»
De WikiEducator
(→Configuración del dispositivo) |
(→Configuración del dispositivo) |
||
Línea 64: | Línea 64: | ||
[[Archivo:Android_phone_settings.png|600px|thumb|center|(Configuración de dispositivo físico Android para despliegue de aplicaciones de desarrollo)]] | [[Archivo:Android_phone_settings.png|600px|thumb|center|(Configuración de dispositivo físico Android para despliegue de aplicaciones de desarrollo)]] | ||
*En Android 4 la habilitación del USB Debug está en Ajustes > Opciones de Desarrollo. | *En Android 4 la habilitación del USB Debug está en Ajustes > Opciones de Desarrollo. | ||
+ | *'''Nota:''' A partir de '''Android 4.2''', las opciones de desarrollo no están visibles por defecto: ''"To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options."'' | ||
+ | </div> | ||
+ | <div class="slide"> | ||
+ | ====Configuración del dispositivo==== | ||
+ | |||
+ | *En Ubuntu: | ||
+ | :Nos hace falta el id del dispositivo. Para ello, al conectarlo tenemos que observar las trazas del fichero de logs del sistema: | ||
+ | <source lang="bash"> | ||
+ | tail -100f /var/log/syslog | ||
+ | Feb 24 11:12:27 juanda-PC kernel: [ 1918.767308] usb 3-1: new high-speed USB device number 6 using xhci_hcd | ||
+ | Feb 24 11:12:27 juanda-PC mtp-probe: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1" | ||
+ | Feb 24 11:12:27 juanda-PC kernel: [ 1918.784245] usb 3-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes | ||
+ | Feb 24 11:12:27 juanda-PC kernel: [ 1918.784252] usb 3-1: ep 0x83 - rounding interval to 32768 microframes, ep desc says 0 microframes | ||
+ | Feb 24 11:12:27 juanda-PC kernel: [ 1918.784256] usb 3-1: ep 0x4 - rounding interval to 32768 microframes, ep desc says 0 microframes | ||
+ | Feb 24 11:12:27 juanda-PC kernel: [ 1918.784796] scsi11 : usb-storage 3-1:1.0 | ||
+ | Feb 24 11:12:27 juanda-PC mtp-probe: bus: 3, device: 6 was not an MTP device | ||
+ | Feb 24 11:12:28 juanda-PC kernel: [ 1919.781950] scsi 11:0:0:0: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2 | ||
+ | Feb 24 11:12:28 juanda-PC kernel: [ 1919.782212] scsi 11:0:0:1: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2 | ||
+ | Feb 24 11:12:28 juanda-PC kernel: [ 1919.782607] sd 11:0:0:0: Attached scsi generic sg8 type 0 | ||
+ | </source> | ||
+ | :De las trazas observamos que el dispositivo se conecta como bus:3, device: 6 | ||
+ | :Ejecutamos lsusb para ver el vendor id, en nuestro caso 2207:0010: | ||
+ | <source lang="bash"> | ||
+ | juanda@juanda-PC:/etc/udev$ lsusb | ||
+ | Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | ||
+ | Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | ||
+ | Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | ||
+ | Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub | ||
+ | Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub | ||
+ | Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub | ||
+ | Bus 001 Device 003: ID 413c:2111 Dell Computer Corp. | ||
+ | Bus 001 Device 004: ID 046d:c063 Logitech, Inc. DELL Laser Mouse | ||
+ | Bus 004 Device 002: ID 059f:104a LaCie, Ltd | ||
+ | Bus 002 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer | ||
+ | Bus 001 Device 006: ID 0cf3:e004 Atheros Communications, Inc. | ||
+ | Bus 003 Device 006: ID 2207:0010 | ||
+ | </source> | ||
*'''Nota:''' A partir de '''Android 4.2''', las opciones de desarrollo no están visibles por defecto: ''"To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options."'' | *'''Nota:''' A partir de '''Android 4.2''', las opciones de desarrollo no están visibles por defecto: ''"To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options."'' | ||
Revisión de 23:32 24 feb 2013