Screen video recording android

别说谁变了你拦得住时间么 提交于 2019-12-30 07:32:15

问题


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 somehow i can't installed it in my HTC Hero device.

Is there any other solution? I can't use emulator because I'm using accelerometer function Thanks.


回答1:


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.




回答2:


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.




回答3:


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




回答4:


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



来源:https://stackoverflow.com/questions/8697099/screen-video-recording-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!