2010-07-10 3:41 pm by Konrad Förstner
No Comments
Assuming you have installed the Android SDK you can use the Dalvik Debug Monitor Server (DDMS) to take screenshot of your Android phone or emulated devices. You have to activate USB debugging on the device (Settings > Applications > Development > USB debugging) and connect it to your computer. Then fire up the DDMS:
$ ddms
There simply select the device. After that you should find the option "Screen Capture" in the "Device" tab.

After clicking it you get a screenshot of your device which you can modify and save.


