Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't access Motorola Milestone on Ubuntu 9.10 via adb (HTC Magic works perfectly fine)
    primarykey
    data
    text
    <p>I've two phones, the HTC Magic and since today also the Motorola Milestone.</p> <p>While the Magic works perfectly, I'm not able to access the Milestone via USB (adb devices).</p> <p>Here are my log outputs and settings for both:</p> <p><strong>HTC Magic</strong></p> <p><strong>lsusb:</strong></p> <pre><code>Bus 001 Device 009: ID 0bb4:0c02 High Tech Computer Corp. </code></pre> <p><strong>/etc/udev/rules.d/51-android.rules:</strong></p> <pre><code>SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" </code></pre> <p><strong>/var/log/messages</strong></p> <pre><code>Jan 12 20:05:44 ubuntu kernel: [ 764.343311] scsi 9:0:0:0: Direct-Access HTC Android Phone 0100 PQ: 0 ANSI: 2 Jan 12 20:05:44 ubuntu kernel: [ 764.343826] sd 9:0:0:0: Attached scsi generic sg2 type 0 Jan 12 20:05:44 ubuntu kernel: [ 764.353414] sd 9:0:0:0: [sdb] Attached SCSI removable disk </code></pre> <hr> <p><strong>Motorola Milestone</strong></p> <p><strong>lsusb:</strong></p> <pre><code>Bus 001 Device 010: ID 22b8:41da Motorola PCS </code></pre> <p><strong>/etc/udev/rules.d/51-android.rules:</strong></p> <pre><code>SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0666" </code></pre> <p><strong>/var/log/messages</strong></p> <pre><code>Jan 12 20:10:09 ubuntu kernel: [ 1028.580017] usb 1-3: new high speed USB device using ehci_hcd and address 11 Jan 12 20:10:09 ubuntu kernel: [ 1028.731068] usb 1-3: configuration #1 chosen from 1 choice </code></pre> <hr> <p><strong>Notes</strong></p> <ul> <li>USB Debugging is enabled on both phones</li> <li>After changing the udev rules I did a "service udev reload" and "adb kill-server" -> didn't help</li> <li>I even tried to restart the whole machine. Without success.</li> </ul> <p>Anyone encountered a similar problem and had a solution? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload