

Since alias is a linux-specific command, we can no longer use it on windows. If you think you have to type this long command adb shell screencap -p | sed's/\r$/'> screen.png every time, for fear of not remembering, there are some ways we can do that.That's wrapped in alias, which means alias.

It is important to note that the picture will be saved in the current cmd boot path, screen.png is the name of the pictureįor example, if I execute a command in C:\Users\Administrator, it will be saved in the C:\Users\Administrator directory.Ĭ:\Users\Administrator>adb shell screencap -p | sed 's/\r$//' > screen.png extend If you want to delete pictures from your phone, you can use this command to delete them adb shell rm /sdcard/screen.png Second method adb shell screencap -p | sed 's/\r$ //' > screen.png Export from SD card to computer, note that F:\mvp is the computer path and must existĪdb pull /sdcard/screenshot.png F:\\mvp(Save to Computer) adb screen capture command screencap First method //(Save to SDCard)Īdb shell / system/bin/screencap -p /sdcard/screenshot.png

#Adblink screen shot how to
Use the adb command.Let's take a look at how to use the adb command for screenshots. The useful gif conversion tool LICEcap, Official address, Download Address Tools for synchronizing mobile screen to computer Vysor, this is a chrome plugin and needs to be turned over Phone screen synchronization all PC, we can use Vysor This chrome plugin, screenshots We can use QQ screenshot shortcut keys Ctrl + Alt + A to make gif motion maps We can use gif conversion tools LICEcap
#Adblink screen shot software
The screen of your mobile phone is projected to your computer, and you can take screenshots, record videos, or make gif movies using the software on your computer. When we usually write blogs, we often need to take screenshots, record videos, or make gif movies.Today, we rely on it to discuss what methods are available.
