Horje
adb screen record Code Example
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
Source: medium.com
adb screen record
# look at source for more examples
adb shell screenrecord /mnt/sdcard/Download/test.mp4
Source: adbshell.com




Shell

Related
ionic capacitor video player install Code Example ionic capacitor video player install Code Example
how to skip .pyc file adding into github repository Code Example how to skip .pyc file adding into github repository Code Example
lister branches git distantes Code Example lister branches git distantes Code Example
remap caps lock to shift linux Code Example remap caps lock to shift linux Code Example
TclError('no display name and no $DISPLAY environment variable' Code Example TclError('no display name and no $DISPLAY environment variable' Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14