Android 9 device not showing up on ADB on windows

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android 9 device not showing up on ADB on windows

845 Views
nxpsri
Contributor II

We have an i.MX6 based device running custom Android 9 based on NXP BSP and need to support ADB over USB from both Linux and Windows hosts connected to the device. We are able to have ADB over USB running from our A9 device from a Linux host and a legacy A6 device to both Linux and Windows hosts. However, ADB over USB from Windows 10-11 host shows up like this:

We have tried with all PIDs (excluding the one exclusively for MTP) and ensured that we:

  1. turn on developer options on the android device.
  2. enable check box for stay awake.
  3. enable check box for USB debugging.
  4. Enabled ADB

  but the behavior didn't change and are using latest driver r13 from Google.

I read this post: https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6-Android-connect-to-ADB/ta-p/110329... but it seems out of date. 

Here is relevant entry from android_winusb.inf.
;Google Nexus (generic)
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4EE0
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE2&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE4&MI_02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE6&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE7
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_D001

What more can I try?Screenshot 2022-03-15 181635.png

Tags (3)
0 Kudos
0 Replies