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?