Shell/Bash: adb recorder Example
Shell/Bash Example: This is the "adb recorder" Example. compiled from many sources on the internet by SimpleTutorials.org
adb recorder
$ adb shell screenrecord /sdcard/video.mp4 #if you just get a black screen from recording - the resolution could be too high #set a custom record resolution with --size parameter $ adb shell screenrecord --size 1280x720 /sdcard/video.mp4
* Summary: This "adb recorder" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!