Note that there are some explanatory texts on larger screens.

plurals
  1. PODetecting device for debugging (ADB) does not work
    primarykey
    data
    text
    <p>I've turned USB debugging on on my Archos 43 Internet Tablet (Android 2.3.26), but adb does not detect the device.</p> <p>I have Kubuntu 11.04.</p> <p>Output of shell command "lsusb":</p> <pre><code>michael@schlepptop777:~/.android_sdk/platform-tools$ lsusb Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0e79:1411 Archos, Inc. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub </code></pre> <p>So my "Vendor ID" is 0e79, isn't it?</p> <p>For the next step I've created the following file:</p> <pre><code>sudo kate /etc/udev/rules.d/51-android.rules </code></pre> <p>with the following content:</p> <pre><code>SUBSYSTEM=="usb", SYSFS{idVendor}=="0e79", MODE="0666" </code></pre> <p>After that I've set the permissions:</p> <pre><code>sudo chmod a+rx /etc/udev/rules.d/51-android.rules </code></pre> <p>Then I've saved it and restarted udev:</p> <pre><code>sudo /etc/init.d/udev restart </code></pre> <p>And after doing all that steps adb still does not display my device:</p> <pre><code>michael@schlepptop777:~/.android_sdk/platform-tools$ ./adb devices List of devices attached &lt;empty line, because stackoverflow does not display this&gt; </code></pre>
    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.
 

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