Michael Lazin on 15 Nov 2009 17:47:07 -0800 |
Well, I have decided to try android and got a samsung moment, I am happy with it so far, the processor is beefy, the interface is slick, I have successfully gotten shell access (but not root) on the phone. I want to play around a bit with adb so I installed eclipse and the android SDK on my xubuntu karmic laptop. I turned USB debugging on the phone, and I can transfer files back and forth between the phone and my laptop, but adb does not appear to be working. I have the phone plugged into my laptop now. michael@tetsuo:~/android-sdk-linux/tools$ sudo ./adb devices [sudo] password for michael: List of devices attached As you can see it shows nothing. michael@tetsuo:~/android-sdk-linux/tools$ sudo ./adb shell error: device not found michael@tetsuo:~/android-sdk-linux/tools$ dmesg | grep usb [ 0.357134] usbcore: registered new interface driver usbfs [ 0.357180] usbcore: registered new interface driver hub [ 0.357233] usbcore: registered new device driver usb [ 3.012253] usb usb1: configuration #1 chosen from 1 choice [ 3.013123] usb usb2: configuration #1 chosen from 1 choice [ 3.013626] usb usb3: configuration #1 chosen from 1 choice [ 3.014091] usb usb4: configuration #1 chosen from 1 choice [ 3.014584] usb usb5: configuration #1 chosen from 1 choice [ 3.640259] usb 2-1: new full speed USB device using uhci_hcd and address 2 [ 3.964199] usb 2-1: configuration #1 chosen from 1 choice [ 11.657510] usbcore: registered new interface driver btusb [ 122.980101] usb 1-4: new high speed USB device using ehci_hcd and address 3 [ 123.144353] usb 1-4: configuration #1 chosen from 1 choice [ 123.377270] usbcore: registered new interface driver usb-storage [ 123.408098] usb-storage: device found at 3 [ 123.408106] usb-storage: waiting for device to settle before scanning [ 123.456332] usbcore: registered new interface driver cdc_acm [ 128.408549] usb-storage: device scan complete [ 553.488587] usb 1-4: USB disconnect, address 3 [ 595.260177] usb 1-4: new high speed USB device using ehci_hcd and address 4 [ 595.402904] usb 1-4: config 1 has 1 interface, different from the descriptor's value: 3 [ 595.402937] usb 1-4: config 1 has no interface number 0 [ 595.404108] usb 1-4: configuration #1 chosen from 1 choice [ 595.418519] usb-storage: device found at 4 [ 595.418536] usb-storage: waiting for device to settle before scanning [ 598.222683] usb 1-4: USB disconnect, address 4 [ 598.596134] usb 1-4: new high speed USB device using ehci_hcd and address 5 [ 598.761430] usb 1-4: configuration #1 chosen from 1 choice [ 598.775599] usb-storage: device found at 5 [ 598.775616] usb-storage: waiting for device to settle before scanning [ 603.776500] usb-storage: device scan complete [ 4054.325157] usb 1-4: USB disconnect, address 5 [ 4112.684799] usb 1-4: new high speed USB device using ehci_hcd and address 6 [ 4112.820796] usb 1-4: config 1 has 1 interface, different from the descriptor's value: 3 [ 4112.820831] usb 1-4: config 1 has no interface number 0 [ 4112.833230] usb 1-4: configuration #1 chosen from 1 choice [ 4112.852349] usb-storage: device found at 6 [ 4112.852371] usb-storage: waiting for device to settle before scanning [ 4115.648888] usb 1-4: USB disconnect, address 6 [ 4115.952123] usb 1-4: new high speed USB device using ehci_hcd and address 7 [ 4116.103498] usb 1-4: configuration #1 chosen from 1 choice [ 4116.124891] usb-storage: device found at 7 [ 4116.124903] usb-storage: waiting for device to settle before scanning [ 4121.124323] usb-storage: device scan complete [ 5622.720815] usb 1-4: USB disconnect, address 7 [ 5790.937592] usb 1-4: new high speed USB device using ehci_hcd and address 8 [ 5791.132914] usb 1-4: configuration #1 chosen from 1 choice [ 5791.154019] usb-storage: device found at 8 [ 5791.154037] usb-storage: waiting for device to settle before scanning [ 5796.152527] usb-storage: device scan complete [ 7867.661057] usb 1-4: USB disconnect, address 8 [ 8486.976194] usb 2-1: USB disconnect, address 2 [ 8486.976581] btusb_intr_complete: hci0 urb ecad3b00 failed to resubmit (19) [ 8486.976630] btusb_bulk_complete: hci0 urb ecad3900 failed to resubmit (19) [ 8486.977578] btusb_bulk_complete: hci0 urb ecad3c00 failed to resubmit (19) [ 8486.984880] btusb_send_frame: hci0 urb d559c280 submission failed [ 8517.860125] usb 3-2: new full speed USB device using uhci_hcd and address 2 [ 8518.069246] usb 3-2: configuration #1 chosen from 1 choice [ 8539.800153] usb 3-2: USB disconnect, address 2 [ 8542.531460] usb 3-2: new full speed USB device using uhci_hcd and address 3 [ 8542.728122] usb 3-2: configuration #1 chosen from 1 choice [20865.400192] usb 3-2: USB disconnect, address 3 [20865.400890] btusb_intr_complete: hci0 urb ec557680 failed to resubmit (19) [20865.400942] btusb_bulk_complete: hci0 urb ec557b00 failed to resubmit (19) [20865.401882] btusb_bulk_complete: hci0 urb d5723000 failed to resubmit (19) [20865.403687] btusb_send_frame: hci0 urb ea405000 submission failed [22888.708062] usb 1-4: new high speed USB device using ehci_hcd and address 11 [22888.845232] usb 1-4: configuration #1 chosen from 1 choice [22888.855026] usb-storage: device found at 11 [22888.855031] usb-storage: waiting for device to settle before scanning [22893.852384] usb-storage: device scan complete [24424.084257] usb 1-4: USB disconnect, address 11 It appears that the stock adb driver provided from google does not work on this phone. Consulting google shows me nothing. Anyone know about a linux usb driver for this phone that will let me use adb? Thanks, Michael -- Michael Lazin ASCII ribbon campaign ( ) against HTML e-mail X / \ ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|