Hello Paul,
If you are using Android 10.2, see below excerpt from the 10.2 Android user’s manual:
• ADB function
o Download the Android SDK.
o Update the adb configuration to scan for freescale's pid:
Run the SDK's tools to generate a configure file:
android-sdk-windows\tools\android.bat update adb
Modify the files:
X:\Profile\<your account>\.android\adb_usb.ini, to add freescale vendor id:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x15a2
o Unpack the freescale Android USB win driver in the release package tool\android_usb_fsl.zip.
o Connect the Android Device into PC, uninstall your old driver named "Android Phone" in the device manager, then reinstall driver by scanning .inf file under the directory you unpack the android_usb_fsl.zip.
o Restart the adb server
adb kill-server
adb start-server
If using 10.2.1 update:
Have a look to 10.2.1 release notes:
2.26 Some WindowsXP pc can’t find adb device.
Update the windows driver for adb.
Driver is in the 10.2.1 release /tool folder
Using 10.3, you can update your driver in /tool folder
Best Regards,