Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I had the same problem as you, and I managed to solve it. I wrote a little article in my blog, but it is in spanish:</p> <p><a href="http://www.hell-desk.com/android-debug-bridge-y-dispositivos-usb-no-encontrados/" rel="nofollow noreferrer">http://www.hell-desk.com/android-debug-bridge-y-dispositivos-usb-no-encontrados/</a></p> <p>I will try to write here a little resume:</p> <p>Connect the honeywell device to your computer, and try to obtain the device ID. In windows this can be done in the device manager. The device id is a value "0C2E" in my case.</p> <p>The thing is that you have to put these value in the adb_usb.ini file. Simply add the value at the end of the file.</p> <p>After that:</p> <pre><code>adb kill-server adb start-server </code></pre> <p>and <strong>do not</strong> execute android update adb, because the adb_usb.ini file will be erased again.</p> <p>After that, try to list your devices. In my case it worked.</p> <p>Hope this helps.</p> <p>PS: take a look a the adb_usb.ini file that you can find in the USB drivers package (D7800_Android_USB_Driver_Package_v1.2). You can download them from the honeywell site. In the adb_usb.ini file you can see </p> <pre><code>[Google.NTx86] ;HSM D7800 %SingleAdbInterface% = USB_Install, USB\VID_18D1&amp;PID_9018 %CompositeAdbInterface% = USB_Install, USB\VID_18D1&amp;PID_9018&amp;MI_00 %SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&amp;PID_9018 ;HSM D7800 %SingleAdbInterface% = USB_Install, USB\VID_**0C2E**&amp;PID_0BA0 %CompositeAdbInterface% = USB_Install, USB\VID_0C2E&amp;PID_0BA0&amp;MI_00 %SingleBootLoaderInterface% = USB_Install, USB\VID_0C2E&amp;PID_0BA0 </code></pre> <p>Thats the value that I can find in the device manager when I conect my d7800</p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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