I'm going to make a presentation of an Android application, and since it will have a large audience assisting, I'll probably need to stream the Android screencast to a PC. Do you know any tool (free or paid) able to do it? Thank you.
Asked
Active
Viewed 2.2k times
15
-
3You could always just run the app in the Emulator. This also came up on google straight away http://code.google.com/p/androidscreencast/ – Jems Jan 31 '11 at 17:55
-
I'm out of close votes for the day, but this is off-topic. – Matt Ball Jan 31 '11 at 17:55
-
I don't agree, giving a presentation of an app in progress is a coding discussion. Not to mention the mechanisms for doing so on android are not well developed. – Nick Campion Jan 31 '11 at 18:00
-
1This is not off topic. It can be used in programming scenarios also. – achie Jan 31 '11 at 18:18
-
I don't think the Emulator will help me, since I need access to the wireless and the bluetooth adapter. Thanks for the tip about AndroidScreencast, I'll try it. ;) – gnclmorais Jan 31 '11 at 18:44
-
@Jems post an answer mate i think you are spot on. – Reno Feb 01 '11 at 07:13
-
I found a great too for this: http://blog.ribomation.com/2010/01/droidscreen/ – gnclmorais Feb 02 '11 at 11:23
-
1The emulator is also hopeless for apps that use video. – James Moore Sep 05 '11 at 18:00
-
many android devices supports TV out or HDMI out with just a cheap cable via USB/MHL, try to find an MHL cable for your device. – axis Oct 02 '12 at 10:41
-
Yet another android screencast wrote in Qt https://github.com/yangh/sevensquare/tree/sevensquare-screencast – gnomecn Nov 09 '12 at 04:51
-
1https://www.airdroid.com works well, juste did a demo with it – Greg Jan 15 '16 at 09:42
-
1[scrcpy](https://github.com/Genymobile/scrcpy) is the every best tool I found! – Neel Kadia May 10 '19 at 06:35
2 Answers
21
I found what I was looking for!
This tool was written by someone who needed to do exactly what I need, and it work almost perfectly (I tried in Windows, but since it is Java should work on Linux too).

Caio Wilson
- 353
- 2
- 12

gnclmorais
- 4,897
- 5
- 30
- 41
-
1Looks interesting. For those interested there is a redirect on that page as they project has a new home: [http://droid-at-screen.ribomation.com/](http://droid-at-screen.ribomation.com/) – Wayne Phipps Jun 13 '13 at 12:07
-
Tool is great, tried another 5 or 6, this one is the best no doubt, but do you know if there is another one a bit faster? – unmultimedio Jul 22 '14 at 19:46
-
8
The link posted by gnclmorais is broken. Here is the new one:
another userful tool is this:

Bruno Bieri
- 9,724
- 11
- 63
- 92