The internet is mostly 91 assistants for Android to connect mobile phones and computers, I am more inclined to pea pod, can be, the following gives my steps and process encountered a few small problems, for your reference!
One, the mouse keyboard control mobile phone tutorial
1, on the PC, the installation of Pea pod, or 91 assistants for Android or install the Android SDK (the purpose is to use the ADB debugging commands), and download the installation of Java operating environment, that is, the JDK, I believe that everyone on the computer, there is no to download a installation.
2, put your Android phone right, which is usually said Root. Can install universal root this software, in 91, the pea clip has.
3. Execute the following statement below the command line cmd
ADB shell
Su
chmod 777/data/dalvik-cache
Cd/data/dalvik-cache
chmod 777./*
Please note that when performing the "su" command, be sure to ensure that the phone has root access, while the phone is unlocked, pay attention to its ScreenTip, there will be a prompt to ask you to confirm whether to grant root permission to "su" This instruction, please select the Allow option.
4, download Android screen Cast, double-click to run, the first time you run the Internet to download the package
5, now, you can use the mouse keyboard to control your beloved Android phone, but please remember that the phone does not lock the screen, otherwise can only see, can not control.
Second, I encountered in the process of implementation of the problems
1. The adb shell command is run with the ADB server is out of date displayed. Killing ... "
Reason: The source is that the ADB server did not start
Solution: Discover that the ADB server port bindings failed with the following attempt to continue to see which port is occupied
Originally by 6408 This process occupied the port, open Task Manager, kill 6408 of this process. (You can view the tick (PID) process identifier in the-> selection column from the Task Manager menu)
This is the pea pod process, the result is found not to kill, show "Access Denied", so directly right click on the Pea pod icon to exit, then quit Pea pod also means disconnected with the phone, try to run the Pea pod connected to the phone again, run the ADB shell found a new problem 2, But this time the pea pod process did not occupy 5037 ports and the first problem was solved.
2. Display "Error:device not found" when running adb shell command
Reason: Unable to identify the mobile device that has been successfully connected to the computer
Solution: Because my mobile phone is connected to the computer through WiFi, no data line, it was not able to identify, replaced by data line USB connection, the problem is resolved, there are no other problems after.