How to record screen in android kitkat 4.4 without any software

Android kitkat 4.4 has a great inbuilt feature of screen recording and hence we can record our screen without any external software!

This is very simple procedure and for that you will require following things.

  1. A android mobile running on KitKat 4.4.
  2. A PC with installed latest adb drivers
  3. Basic knowledge of adb commands(optional :P)!
Follow these simple steps to achieve this
  1. Make sure that you have adb driver installed and your device is listen by executing "adb devices"
  2. If your device is listed then you can now execute commands further otherwise try to reinstall drivers and make sure that USB debugging is enabled in your phone
  3. Now to find the SD card directory just execute this command "adb shell echo $EXTERNAL_STORAGE" this will show you the path of external storage so just copy it!
  4. Its time to record screen video for that execute "adb shell screenrecord <STORAGE_PATH>/<FILE_NAME>" i.e. "adb shell screenrecord /sdcard/record.mp4"
  5. This will start recording of screen and will store in sd card with name record.mp4
  6. To stop the recording just press CTRL+C
  7. Now go to your sd card and enjoy your video :D
Share on Google Plus

About Tricks Byte

Tricks Byte is providing helpful tricks with easy instructions so that you can enjoy each tricks!
    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment