How to project your mobile screen to your PC

Posted August 13th, 2012 in Bright Creations Blog

I was working on a mobile app presentation this week and wanted to project a mobile screen onto my laptop to then share it on a projector or TV screen. I did a little research on how to do it and thought I’d share this knowledge.

For android phones, you could use the Android Screen Monitor

http://code.google.com/p/android-screen-monitor/

Android Screen Monitor is a tool to display the Android phone screen on your PC.? However, in order to use it you will need to download the following:

  1. The android SDK http://developer.android.com/sdk/index.html
  2. Install JRE (JDK) 5 or 6 http://java.com/en/download/manual_v6.jsp

I created a batch file to run it

“cd “C:\Program Files (x86)\android-sdk\platform-tools”

java -jar C:\…\…\…\…\ASM_2_30\asm.jar

taskkill -f /IM adb.exe”

Then voila, the android mobile screen can be projected onto your screen.

For BlackBerry mobiles, you could use the BBscreenstream:

http://handheld.softpedia.com/get/Others/BBScreenStream-75148.shtml

BBScreenStream is a screen casting / recording software for blackberry mobile which allows you to record all the steps you do on your Blackberry phone and save it as AVI file.

In order to use it, you will need to download the following:

  1. The Blackberry Desktop Manager http://us.blackberry.com/software/desktop.html
  2. Javaloader.exe which is a component of the blackberry JDE

Hope that helps.

Written by: Mirna Nabil

3 Responses so far.

  1. Shirley Shirley says:

    This is awesome!

  2. Jennifer Jennifer says:

    This is cool!

  3. MrZon MrZon says:

    Hi
    Can the android phone be controlled from the pc?
    Can the programs installed be run from a pc?
    Thanks

Leave a Reply