안드로이드폰 화면을 MAC 또는 PC 에서 원격 제어하는 프로그램입니다.
기본적으로 루팅한 폰에서 사용 가능합니다.
기본 준비사항
- JDK 설치
- 안드로이드 SDK 설치
- 안드로이드 rooting
- phone device의 Mac/PC/Linux 에 연결
문제해결 1) 초기 연결이 아래와 같은 메세지를 띄우며 안될경우,
java.lang.RuntimeException: Timeout getting device list!
at net.srcz.android.screencast.Main.waitDeviceList(Ma in.java:86)
at net.srcz.android.screencast.Main.initialize(Main.j ava:37)
at net.srcz.android.screencast.Main.<init>(Main.java: 25)
at net.srcz.android.screencast.Main.main(Main.java:10 7)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
android sdk 의 adb demon을 아래와 같이 실행시켜 주세요.
adb devices
문제해결 2) 초기 연결시 제어가 안되면, 아래와 같은 명령을 실행바랍니다.
chmod 777 /data/dalvik-cache
다운로드: http://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.
I've created a google groups HERE for support, no direct help request please.
Installation
- Install the android sdk (download here)
- 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. You can launch it by typing "javaws <jnlp file>" from a command line.
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
Todo
- Automatic screen rotation based on the device current state.
- Improve speed
- Audio redirection