Here is a tool--[email protected], used to get the phone screen, displayed on the PC screen. It integrates, video and other functions in one.
Installation
1.: http://droid-at-screen.org/download.html, after download is a jar package, put in a directory can.
2. Install JDK6 or later
3. Install the android SDK (download a full package from the Android official to unzip it)
4. Set the ANDROID_HOME environment variable to point to the ANDROIDSDK home directory (This step if not done, you need to manually set the ADB absolute path in the Droidatscreen main interface, the same effect).
5. Install USB driver for your Android device and need to support ADB driver.
6. Turn on the USB debugging option for the Android device (settings-> Developer options, USB debugging)
7. Connect the PC to the Android device with a USB cable, and you can enter the ADB devices in CMD to ensure that your device is recognized. If an exception occurs, the USB cable can be unplugged and re-inserted for re-identification.
To restart the ADB service:
ADB kill-server
ADB start-server
8. Run [email protected]
Java–jar Droidatscreen-1.2.jar
For later convenience, you can write a batch command, save as [email protected], the bat file and jar package in the same directory.
BAT file Contents:
Java-jar./droidatscreen-1.2.jar
[email protected]: Display Android phone screen on PC screen