Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This problem has annoyed me for a long time. In addition to the above answer, use these tips: </p> <ul> <li>Create a bat file with the following and run it. This bat file will solve most of your adb problems.</li> </ul> <blockquote> <p>tskill adb</p> <p>cd \tools\</p> <p>adb kill-server</p> <p>adb start-server</p> <p>ddms</p> </blockquote> <ul> <li><p>Use the command <code>netstat</code> to monitor the state of connections (adb uses 5037)</p></li> <li><p>If the bat file doesn't work try: disconnect-reboot phone-connect. (hint: use `adb reboot' if adb is responding at all, if not do it the old fashioned way) </p></li> <li><p>Sometimes Windows can be funny. Reboot the machine. </p></li> <li><p>Turn on USB Debugging Mode</p> <ul> <li>Download the Android SDK and unzip</li> <li>Uninstall all "Android *" from Device Manager</li> <li>Do an "Add Hardware" from Control Panel, choosing "Install the hardware... (Advanced)"</li> <li>Select "Android USB Devices" and click "Next"</li> <li>Click "Have Disk" and enter the path where the SDK was unzipped</li> </ul></li> <li><p>Still not working ? Factory reset the phone.</p></li> <li><p>MTP detection delays ADB. Sometimes you if need boot time logs you may have to disable the MTP driver in Device Manager (Windows) </p></li> </ul> <hr> <p><a href="http://code.google.com/p/android/issues/detail?id=12141" rel="nofollow noreferrer">This is a brilliant patch</a> for adb when you get the error :</p> <blockquote> <p>Adb connection Error:An existing connection was forcibly closed by the remote " </p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload