
Situation:
I have to demo my Android Phone screen but I don't have a device projector.
Solution:
Prerequisite:
Download DroidEx.jar
Do:
1. Connect Phone to your PC/MAC
2. Open Eclipse
3. Enter your android_sdk/tool folder, and type the following command:
$ java -cp DroidEx.jar:lib/ddmlib.jar com.commonsware.droidex.DroidEx
Done!
Ref:
- http://androidguys.com/?p=3519
- http://groups.google.com/group/cw-android/browse_thread/thread/d37cac83a2e2476b
Another similar tool: Android Screen Monitor