Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i record the Android device screen? [closed]

I want to create an application that will enable the users to Capture Screen of their Android device. like any screen recorder software we used in pc please help me out

Edit : 1

here Screen capture refers to Screen recording of device screen as video not snapshots of screen.

like image 317
Trikaldarshiii Avatar asked May 21 '12 06:05

Trikaldarshiii


People also ask

Can you record video on Android with screen off?

Quick Video Recorder is a free Android app that not only allows you to record a video with the screen off, but you can also schedule a recording. To schedule a recording, tap on the clock tab and fill in the apps' information. For example, you'll need to fill in the: Date.

How do you record a screen that is closed?

Use Record Video Background App Open the Google Play Store app and search for the Record Video Background app. Install the app and open it. Provide the necessary access privileges to the app. Tap on the Record button in the center to start recording the video in the background even if the screen is turned off.

Can a phone record with the screen off?

Androids don't allow you to natively record videos with the screen turned off. Without using a third-party tool, the closes you can get is to turn your brightness down as low as possible.


1 Answers

I havn't tried this but think it can be done. Kitkat provided new features and this is one of them You can use this command to record screen as a video

adb shell screenrecord /sdcard/demo.mp4

You can find more details here

you can execute the adb command from your app. Check the answer here

like image 102
Sagar V. Avatar answered Oct 05 '22 23:10

Sagar V.