adb devices
adb shell
adb -e pull <something>
Nothing seems to work.
Whenever I try to do adb commands on the console I get this:
adb server is out of date. Killing...
* daemon started successfully *
** deamon still not runningerror: cannont connect to daemon
Eclipse can do whatever it needs to do with adb and doesn't have a problem installing applications and such but whenever I do enter a command in the console it interrupts the eclipse's "connection" but it eventually starts working again.
[2010-05-22 12:23:48 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2010-05-22 12:23:49 - DeviceMonitor]Connection attempts: 1
[2010-05-22 12:25:11 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2010-05-22 12:25:11 - Logcat]An existing connection was forcibly closed by the remote host
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unknown Source)
at com.android.ddmuilib.logcat.LogPanel$3.run(Unknown Source)
[2010-05-22 12:25:11 - Logcat]An existing connection was forcibly closed by the remote host
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unknown Source)
at com.android.ddmuilib.logcat.LogPanel$3.run(Unknown Source)
[2010-05-22 12:25:12 - DeviceMonitor]Connection attempts: 1
[2010-05-22 12:25:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2010-05-22 12:25:15 - ddms]ADB rejected shell command (ls -l /):
[2010-05-22 12:25:16 - DeviceMonitor]Connection attempts: 1
Does anyone have this problem, or maybe have seen it in the past. By the way I am running Windows 7, 64 Bit, but that seem to have not be a problem in the past, for the most part


