Botao SunBest RegardsThanks.FYI.Note: Sometimes you need run ADB with root permission.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.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