Hacker News new | ask | show | jobs
by fenomas 4363 days ago
Will this let me broadcast my device screen to my laptop, asked everyone who's ever given a presentation on Android app development ever?

(serious question)

4 comments

Not sure, but you can screencast your WebViews from your Android device with Chrome Remote Debugging: https://developer.chrome.com/devtools/docs/remote-debugging#...
We have always been using AShot successfully till now, though the name is misleading, it basically streams the Android screen to your laptop, try it http://sourceforge.net/projects/ashot/
Hmm - this is basically transmitting screenshots via the Android SDK, right? If so, then yeah, I've been using a similar library called droidAtScreen. I just wish there was a simple way to broadcast Android to a PC at full framerate, a la iOS' Airplay...
Not a 100% sure on this but... http://webscreens.github.io/presentation-api/
If your device is rooted, there's a number of VNC servers that'll let you do that.