diff --git a/README.en.md b/README.en.md index 5a4d2d6..ffcd8f8 100644 --- a/README.en.md +++ b/README.en.md @@ -379,6 +379,20 @@ Since we want to achieve a wireless connection, it can all step down are wireles If you can see `connected to : 5555` such output indicates a successful connection. +* Notice: * + Some device may not working unless you restart adbd service, so you need to run command on the device's terminal as below + + ```sh + restart adbd + ``` + + if `restart` is not working, try following command: + + ```sh + start adbd + stop adbd + ``` + ## Application Management ### Check the list of @@ -2115,7 +2129,7 @@ The following is a brief description of other commonly used commands, has previo ### Start adb server failure -**Error message** +**Error message** ```sh error: protocol fault (couldn't read status): No error diff --git a/README.md b/README.md index ab85ec6..b4065c9 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,13 @@ adb disconnect restart adbd ``` +如果restart无效,尝试以下命令 + +```sh +start adbd +stop adbd +``` + ## 应用管理 ### 查看应用列表