[Share] a mobile phone real machine screen synchronization capture software
Today, we see an interesting open-source software called Android-screen-Monitor, which is briefly recorded as follows:
1 Overview
A software that synchronizes the screen of a mobile phone's real machine to a PC (Real-time screen capture, a little small card)
2 Open Source Address
Http://code.google.com/p/android-screen-monitor/
3 Procedure
① Connect your mobile phone to your computer via USB
② Copy the ASM. jar file to your Android-SDK platform-tools, for example, my E: \ Android-SDK \ platform-Tools
③ Run-> CMD and go to the ASM. Jar directory.
④ Input: Java-jar ASM. Jar
The actual operation result is as follows:
4. Source Code Research
Further discussion
5. Extension
To avoid entering commands every time you use them, a simple bat script is written as follows:
: Run @ color 3f @ echo welcome to skyseraph ** @ E: loop @ echo. @ echo ------------------------------------------------------------- @ Echo 1. Locate ASM. in the jar folder (cd e: \ Android-SDK \ platform-tools) @ Echo 2. Input: Java-jar ASM. jar @ echo other, exit @ echoby skyseraph 2013-02-04 @ echo offset/P Var = enter your choice: If % var % equ 1 (cd e: \ Android-SDK \ platform-tools) else if % var % equ 2 (Java-jar ASM. jar) else (exit) Goto: loop
Update
Today, I accidentally discovered that the devices of eclipse ddms comes with this function, which is very practical ~