Software Archive
Read-only legacy content
17061 Discussions

Update Killed USB Detection

the_f_
Beginner
565 Views

Hi

Within the last 3 days I updated the XDK IDE to latest 2548, now USB Device detection no longer works. I cannot run project testing via usb, this never failed in prior version. All other methods still operational.

Any help would be appreciated

Thanks

Steve

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
565 Views

Can you perform an "adb devices" command and get a response with your device attached? The XDK does not touch the USB driver needed to talk to the device over USB. Once that is installed and working the XDK can talk to the device. If the XDK is having trouble finding "adb" that can cause troubles.

Search your system for a copy of "adb" ("adb.exe" on windows), attach your device to the USB and try this at a command prompt:

  • adb devices

If successful, you should see something like the following:

$ adb devices
List of devices attached
8e0cc7bb	device

If that works, your USB driver is working and your adb connection is working, and it is possible the XDK is having trouble finding the adb command (check the xdk.log file, there are messages regarding success or fail locating the adb utility).

0 Kudos
the_f_
Beginner
565 Views

Hi Paul

Thanks for your reply, I got it to work on XDK IDE restart, it's been OK since then.

Thanks Again

Steve

0 Kudos
Reply