Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an Acer Iconia A100 tablet running Android 3.2 (Honeycomb) with Kernel version 2.6.36.3.

I have that tablet connected to my Windows XP laptop with a USB cable, and I can see the "Acer IONIA TAB A100" under "my computer" on my laptop. I used this connection to copy my apps to from my PC to my tablet successfully. But now I want to back up the Kernel from the tablet and I cannot do it. In other words "adb push ..." and "adb pull ..." do not work; they say "error: device not found".

My problem is that in the terminal emulator on my tablet, I type: "adb devices" and it shows no devices connected.

Other forum questions suggested I need to have Eclipse running on my Windows XP laptop. I ran it to no avail. I also opened up a terminal window on my Windows laptop and got into c:\Program Files...\platform-tools. I then executed "adb devices" and it showed "emulator-5554 device". I don't understand how Eclipse relates to the tablet connected via the USB port. (Note that USB debugging is enabled in my tablet. I also entered "adb kill-server" and "adb start-server" on my tablet's terminal emulator with no improvement.)

How can I fix "adb devices" to recognize that the tablet is connected to the PC?

share|improve this question

closed as off topic by talonmies, Kevin, David Zaslavsky, cHao, thirtydot Oct 7 '11 at 9:38

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.