问题描述
任何人都可以共享应用程序/方法来记录当前的Android屏幕设备? 我知道这个应用程序: http://tandroidapk.blogspot.com/2011/12/screencast-video-recorder-android-app.html 但是,不知何故,我无法在我的HTC英雄设备安装它.
是否有其他解决方案? 我不能使用模拟器,因为我正在使用加速度计功能 谢谢.
签出推荐答案
http://blog.ribomation.com/droid -at-screen/>
这将使您的Android设备屏幕屏幕上的笔记本电脑.为PC/Mac(例如:Camtasia Studio)使用一些屏幕录制软件进行屏幕录制和保存.
其他推荐答案
几个月我在此写下可用的根和非root记录器应用程序:
http://recordable.mobi/compare
除了应用程序外,还有一些USB工具(例如,Mobizen),它通过USB流流(由低USB Bandwith的限制而无法录制音频),并且某些设备也可以在WiFi上传输屏幕,然后在一个单独的设备上捕获.
其他推荐答案
从cmd
输入平台 - 工具目录按照此命令检查您的设备是否存在
H:\ANDROID\sdk\platform-tools>adb devices List of devices attached *********** device
按照此命令录制屏幕
H:\ANDROID\sdk\platform-tools>adb.exe shell screenrecord /sdcard/video.mp4 The max width/height supported by codec is 640x480
按Ctrl + C退出
问题描述
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.
推荐答案
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.
其他推荐答案
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.
其他推荐答案
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