I\'ve been wondering, after trying this command on my Nexus 7:
adb shell screenrecord /sdcard/demo.mp4
Is there a way to record the screen
Jeff's answer seems to be the only way you can use through adb. But that force you to do some work (merge video + audio).
Another way is to directly use an android app:
SCR Screen Recorder:
Mobizen for SAMSUNG:
RecMe:
Personally I tried a lot of apps and the only working for me is SCR Screen Recorder.
PS : all these apps works without root if not using internal audio.
I could do it this way :
Unfortunately there is no way to do it, according to the documentation:
Note: Audio is not recorded with the video file.