i.MX53 QSB suddenly stops showing up in adb

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

i.MX53 QSB suddenly stops showing up in adb

786 Views
Goi
Contributor II

Hi,

I have an i.MX53 QSB that I'm developing for on an Ubuntu 10.04 LTS 64bit machine. I have previously set it up and everything was working perfectly.

However, I've realized just today that adb has stopped detecting the device. adb devices shows nothing. If I plug another Android device, it detects that.

lsusb clearly detects the Freescale board, but adb doesn't.

I've confirmed that USB debugging is enabled on the device, and the contents of 51-android.rules and 52-android.rules include the following:

SUBSYSTEM=="usb", ATTR{idVendor}=="15a2", MODE="0666", GROUP="plugdev"

imx-android.rules include the following:

SUBSYSTEM=="usb", ATTR{idVendor}=="15a2", MODE="0666", GROUP="plugdev"

I've tried switching cables, killing/restarting the adb server as well as rebooting the Ubuntu PC, but still nothing. What could be wrong? The only change I've made was updating the Ubuntu PC via update manager, but that shouldn't cause any problems should it?

Labels (3)
0 Kudos
1 Reply

507 Views
Goi
Contributor II

Never mind, for some reason adb_usb.ini got wiped. Added the idVendor there, restarted the adb server and now it works.

0 Kudos