Note that there are some explanatory texts on larger screens.

plurals
  1. POSamsung Galaxy 7" (GT-P6210) not detecting for USB debugging?
    primarykey
    data
    text
    <p>I am using ubuntu Linux 10.04 Pc in that my <strong>Samsung Galaxy 7"</strong> (GT-P6210) <strong>homeycomb 3.2</strong> is not detecting for development its showing in eclipse as</p> <p><code>DeviceMonitor] Failed to start monitoring ????????????</code> in <strong>console</strong> </p> <p>and in <strong>device tab</strong> its showing ?????????????.</p> <p>Except this <strong>7' GT-P6210</strong> Samsung tablet all other Samsung devices are showing fine.</p> <p>When I switch off the tablet and connected to the USB its showing the number and online as status. List of devices attached 4641199B0F8488AE device</p> <p>why? whats the problem any solution.</p> <p><strong>NOTE:</strong> I already Added 51-android.rules </p> <pre><code>Samsung 04E8 </code></pre> <p>and also I enabled the <strong>USB debugging</strong> mode.</p> <p>Its working fine in <strong>Mac</strong>.</p> <p><strong>EDIT:</strong> I got the product id thru <code>$ lsusb</code> command</p> <pre><code>Bus 001 Device 010: ID 04e8:6860 Samsung Electronics Co., Ltd </code></pre> <p>I added product id in my rules.d file also</p> <pre><code>SUBSYSTEM=="usb", ATTRS{idVendor}=="04E8", ATTRS{idProduct}=="6860", MODE="0666", GROUP="plugdev" </code></pre> <p>after that I restarted udev</p> <pre><code>padmakumar@padmakumar-desktop:~$ sudo restart udev </code></pre> <p>then I tried </p> <pre><code> padmakumar@padmakumar-desktop:~$ adb kill-server padmakumar@padmakumar-desktop:~$ adb start-server * daemon not running. starting it now on port 5037 * * daemon started successfully * padmakumar@padmakumar-desktop:~$ adb devices List of devices attached ? ??????????? offline </code></pre> <p>//no luck so far</p> <p>I found that its not detecting in <strong>updated ADT r16 and r15</strong>, except all other ADT version device is detecting very fine.</p> <p>and also when device is in switch off mode its showing</p> <p>name 464119990CEDAB9E, status as online and the OS version 3.2 in eclipse device tab. and in terminal also as below. </p> <pre><code>padmakumar@padmakumar-desktop:~$ adb devices List of devices attached 464119990CEDAB9E device </code></pre> <p>any idea. Much appreciated :-)?</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.
 

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