Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camalot/androidscreencast
Automatically exported from code.google.com/p/androidscreencast
https://github.com/camalot/androidscreencast
Last synced: 20 days ago
JSON representation
Automatically exported from code.google.com/p/androidscreencast
- Host: GitHub
- URL: https://github.com/camalot/androidscreencast
- Owner: camalot
- Created: 2015-09-10T15:39:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T16:26:35.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:22:07.043Z (8 months ago)
- Language: Java
- Size: 734 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidScreencast
Automatically exported from [code.google.com/p/androidscreencast](https://code.google.com/p/androidscreencast)Desktop app to control an android device remotely using mouse and keyboard. Should work on Windows/Linux/MacOS with any android device.
[Google Groups for support](http://groups.google.com/group/androidscreencast), no direct help request please.
## Installation
- Install the android sdk ([download here](http://developer.android.com/sdk/index.html))
- Connect your device through USB cable and ensure it's detected with "adb devices"
- Make sure you have Java Runtime Environnement 5 or later installed
- Click [HERE](http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/androidscreencast.jnlp).
- You can launch it by typing "javaws " 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 ./
## Features
- Mouse and keyboard control FOR ROOTED DEVICES ONLY
- Landscape mode (right click)
- Video recording
- Basic file browser## Current limitations
- Slow refresh rate (about 4-5 fps)
- Not all keycode are mapped. See KeyMapping
- When launching the Screencast tool I receive a message "Application Blocked by Java Security"
![Error Dialog](http://i.imgur.com/xvq10RT.png)
- See steps to fix on [Android Enthusiasts](http://android.stackexchange.com/questions/122737/when-launching-the-screencast-tool-i-receive-a-message-application-blocked-by-j).
## Todo
- Automatic screen rotation based on the device current state.
- Improve speed
- Audio redirection## How can i help?
- Report issues
- submit pull requests![Screenshot](http://i.imgur.com/2c3liMJ.jpg)