First of all, I am not for black and black, often need to use the command line mode of the ADB command, for no reason by other applications preemption port, often encountered problems are:
ADB server didn ' t ACK;
ADB Connection Error: The remote host forced the shutdown of an existing connection;
...
Many assistant software does not say, the common pea pod, app Bao, Jinshan mobile phone assistant, 360 mobile phone assistants, including QQ will be connected to the phone when the automatic connection, but can be closed by the software or set not connected to solve, but:
Sogou Input Method This too let me angry, in the set up to find a half-day did not find can close the place, and then to the input forum to feedback, no one to you, so that many domestic software are rogue, just the degree is not the same.
Steps to find this type of problem:
View occupied 5037 ports
Netstat-aon|findstr "5037"
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/6D/0E/wKiom1Va68vwU7itAAOkIvmg-nM327.jpg "title=" Qq20150519155228.png "alt=" Wkiom1va68vwu7itaaokivmg-nm327.jpg "/>
Find the appropriate process
Tasklist/fi "pid eq 8396"
Depending on the process number of the last column, find the corresponding process:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/6D/0E/wKiom1Va7BWhhFivAAN-MrLhYcA642.jpg "title=" Qq20150519155351.png "alt=" Wkiom1va7bwhhfivaan-mrlhyca642.jpg "/>
The real killer appears, find a way to solve.
For I encountered this Sogou input method, delete the file under this folder, he will automatically create, you can only delete all the files under this folder, and then modify the Write permission to deny:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/6D/0F/wKiom1Va7d_DizV_AAJKjoBvVoQ333.jpg "title=" Qq20150519160036.png "alt=" Wkiom1va7d_dizv_aajkjobvvoq333.jpg "/>
Once you have checked all denied permissions, you will not be accessible.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/6D/09/wKioL1Va8GHSjhT2AACWPV39DyU632.jpg "title=" Qq20150519160503.png "alt=" Wkiol1va8ghsjht2aacwpv39dyu632.jpg "/>
This article is from the "Beyond the Dream" blog, please be sure to keep this source http://lbrant.blog.51cto.com/2400264/1652837
Sogou Input Method Computer version Sougouphoneservice occupy the ADB process problems