How to use ADB tool commend to get a vSignage player screen shoot?

Modified on Wed, 9 Jan, 2019 at 3:16 AM


Download ADB from https://developer.android.com/studio/command-line/adb.html


1. Run cmd commend and go to the adb save folder that connect to device via Adb over TCP, if use Adb wire, skip this step

    adb connect {ip} for example:  adb connect 192.168.2.112


2. Take screen shot and save to device

    adb shell screencap -p /sdcard/0.png


3. Take the image from device to PC, 0.png would save to the current folder

    adb pull /sdcard/0.png


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article