Thanks botao. 



On 6 September 2013 15:21, Botao Sun <botao.sun@linaro.org> wrote:
Hi,

Using following command can easily capture a screen shot on Android image from host PC:

$ adb shell screencap -p | sed 's/\r$//' > snapshot.png

The precondition is an existing ADB connection, either over USB or Ethernet, then you can run above command to get the current screen snapshot. Please refer to attachment to view mine.

Note: Sometimes you need run ADB with root permission.

FYI.

Thanks.


Best Regards
Botao Sun