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
Check out : http://blog.ribomation.com/droid-at-screen/
This will get your android device screen to your laptop. Use some screen recording software for PC/Mac (e.g.: Camtasia Studio) to do screen recording and save.
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
I was using Telecine by Jake Wharton.
If you're interested in how this app works, lucky you as there is source code available at Github https://github.com/JakeWharton/Telecine
A few months I wrote a summary of the available root and non-root recorder apps here:
http://recordable.mobi/compare
In addition to apps there are some USB tools (e.g., Mobizen) that stream the screen across USB (limited by low USB bandwdith and can't record audio) and some devices can also transmit the screen over wifi, which can then captured on a separate device.