How to Easily Record Your Android Screen as a Video on Your Computer without Root Access
Ads by Google
Recording the Android Screen
The first thing we need to do is enable the USB debugging option on the device from within the Developer options. The particular settings are hidden by default and you will have to tap the build version under About phone repeatedly. After 5 to 6 consecutive taps you will get the message that the Developer Option has been enabled. In the Developer Options, enable USB debugging and plug the device in to your computer. The phone might ask if you would like to trust the connection. Tap on Always remember and connect.
Note: Make sure you have the specific ADB Drivers on your phone installed on Windows if your device is not recognized.
Download and extract the Android Screen Recorder script
on your computer. The folder can be extracted anywhere and there’s no
need to import it to the Windows environment variable. The extracted
folder will contain two batch files and one folder with the necessary
ADB files.
Ads by Google
If the device is connected to the computer, execute the AndroidRecordScreen batch file as administrator. The screen will show you the device connected to your computer and the resolution in which it will record the file, along with the bit rate. Pressing any key will open a recording window and whatever operations you do on your device as of now will be recorded.
Once you are done, close the recording screen that popped up. The recorded MP4 file will be saved in the respective folder in your computer and also on the SD card on the device.
Using the AndroidRecordScreen_advanced batch file, one can change the resolution and bitrate, but the maximum recording time cannot exceed 3 minutes. The changes made here will only be saved for the particular video and you will have to edit the settings every time you need to record the screen. Advanced users who understand batch files can edit and change the variables to make the changes permanent.
Cool Tips
- If you would like to enable visible touch on the videos that are recorded, open the Developer Options and enable Show touches. The phone will now provide visual feedback of every touch.
- You can convert these videos to GIFs using the Imgur Video to GIF tool.
Comments
Post a Comment