Control an Android device remotely
androidscreencast is a free and simple to use desktop app for controlling an Android device remotely using a mouse and keyboard.
androidscreencast has been developed using Java and it should work on Mac OS X, Windows and Linux with any Android device.
Usage
Connect your Android device through USB cable and ensure it's detected with "adb devices". Run androidscreencast. You can launch it by typing "javaws <jnlp file>" from a command line.
androidscreencast has been developed using Java and it should work on Mac OS X, Windows and Linux with any Android device.
Usage
Connect your Android device through USB cable and ensure it's detected with "adb devices". Run androidscreencast. You can launch it by typing "javaws <jnlp file>" from a command line.
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 ./
Here are some key features of "androidscreencast":
・ Mouse and keyboard control FOR ROOTED DEVICES ONLY
・ Landscape mode (right click)
・ Video recording
・ Basic file browser
・ Mouse and keyboard control FOR ROOTED DEVICES ONLY
・ Landscape mode (right click)
・ Video recording
・ Basic file browser
Limitations:
・ Slow refresh rate (about 4-5 fps)
・ Not all keycodes are mapped.
・ Slow refresh rate (about 4-5 fps)
・ Not all keycodes are mapped.
Command-line access
Get a local copy of the androidscreencast repository with this command:
No comments:
Post a Comment