Can anyone share app/ways to record current android screen device? i know this app: http://tandroidapk.blogspot.com/2011/12/screencast-video-recorder-android-app.html but so
Enter into platform-tools directory from cmd
Follow this command to check if your device exist
H:\ANDROID\sdk\platform-tools>adb devices
List of devices attached
*********** device
Follow this command to record screen
H:\ANDROID\sdk\platform-tools>adb.exe shell screenrecord /sdcard/video.mp4
The max width/height supported by codec is 640x480
Press Ctrl+C to exit