Translate

Monday, 14 July 2014

Android Screen Mirroring on desktop


Screen Mirror @ Desktop

Desktop app to control an android device remotely using mouse and keyboard. Should work on Windows/Linux/MacOS with any android device.

Installation

  1. Install the android sdk (download here).
  2. Screen@Desk.jar (download here)
  3. Connect your device through USB cable and ensure it's detected with "adb devices"
  4. Check USB Debugging in developer options in settings. If you couldn't see the devloper options in settings, then goto to about phone > go down there you can see Builder number click on it for seven times. Then go back and there you can find developer options . click on it you can find USB Debugging then check it.
  5. Make sure you have Java Runtime Environnement 5 or later installed.
  6. Open thw Screen@desk.jar and browse to adb.exe 
    here i install sdk in D drive and press Ok.
  7. Then you can see a window with ur mobile screen.
  8. Click HERE. You can launch it by typing "javaws <jnlp file>" from a command line.
Remote control using mouse/keyboard for ROOTED mobiles only...!
If mouse/keyboard control doesn't work, open a command line and type :
  • adb shell
  • su
  • chmod 777 /data/dalvik-cache
  • cd /data/dalvik-cache
  • chmod 777 ./

Features


  • Mouse and keyboard control FOR ROOTED DEVICES ONLY
  • Landscape mode (right click)
  • Video recording
  • Basic file browser

No comments:

Post a Comment