I need to record my screen as I'm using a specific app to show the issues showing up that a developer is unable to replicate. How can I achieve this? Is screen recording even possible on Android?
OS: 4.1
I need to record my screen as I'm using a specific app to show the issues showing up that a developer is unable to replicate. How can I achieve this? Is screen recording even possible on Android?
OS: 4.1
First of all, download and install Android Studio with ADB (or ADB standalone). Open command line application in your system, and enter:
adb devices
If it shows your device connected to computer, then you are good to go. If not, turn on Developer options in your Android device and allow Debugging over USB. Reconnect device. If it's shown with previous command then type:
adb shell screenrecord /sdcard/movie.mp4
where /sdcard/
is the place where the movie will be saved in your phone.
Most screen recording applications require rooting your phone, unfortunately.
You can try EASY screen recorder NO ROOT (paid version here): it is the most well-rated screen recording application that does not need root I am aware of.
A few other applications:
According to this site, you can capture your phone's screen at high frame rates into a high-quality MPEG4 video. The application is not free unfortunately, but there is a demo version for free that I reccomend you to try.
Hope this helps.
I haven't done a screen recording in a phone, only in a computer. But if your unit is already rooted, you can try to download "SCR Screen Recorder" from the Appstore. It will work on rooted devices only.
Good luck!