jb69 / DroidAtScreen1

Show the screen of a real Android device on a PC

Home Page:http://droid-at-screen.ribomation.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Droid@Screen

Droid@Screen is a stand-alone Java program that show the device screen of an Android phone at a computer. It's typically used for demo and training.

Prerequisites

  • Java 6
  • Android SDK, installed and configured
  • Environment variable ANDROID_HOME (or ANDROID_SDK_HOME) pointing the the Android SDK installation directory
  • USB driver for the target Android device installed

Execution

Grab the application JAR file (droidAtScreen-nnn.jar) and double-click it or run it at the command-line with

$ java -jar droidAtScreen-0.4.jar

The application will search for the ADB (Android Debug Bridge) executable using the environment variables mentioned above. If it cannot find the executable, it will prompt you for the full path.

Plug-in your Android device using the USB cable and a device frame will shortly pop-up.

About

Show the screen of a real Android device on a PC

http://droid-at-screen.ribomation.com/


Languages

Language:Java 98.5%Language:HTML 1.5%