通过PC鼠标键盘操控Android手机:androidscreencast.jnlp应用

通过PC鼠标键盘操控手机:androidscreencast.jnlp应用

 

使用androidscreencast.jnlp,可通过鼠标和键盘操作手机,并且可实时将手机屏幕传回电脑端,还可录屏,也可浏览操作手机。桌面应用程序通过鼠标和键盘远程控制android设备。运行在Windows/Linux/MacOS下可以连接任何android设备.此神器可谓android开发和Android手机使用必备工具。^_^

对于开发者,特别是系统开发者来讲,如果你拿到的开发样机按键失常,或者开发机样机屏幕触控失常,那么实在是神器的不能再神器了...,具体妙用可在开发中体会。

 

androidscreencast.jnlp特点:

 

1、        可通过鼠标键盘操控手机

2、        实时将手机屏幕传回电脑端

3、        可录屏,浏览操作手机

4、        windows、linux和mac下都能使用

5、        手机端不用安装任何软件

 

androidscreencast.jnlp下载地址:

下载一 :通过PC鼠标键盘操控手机工具:androidscreencast.jnlp

下载二 :http://code.google.com/p/androidscreencast/  

使用androidscreencast.jnlp步骤:

·        首先要确保PC机器上安装了java sdk;

·        其次要确保PC上安装了Android SDK;

·        然后,将Android手机通过usb连接到计算机上

·        运行adb devices命令,并且看到设备,这一步很重要,会启动android adb相关的服务,否则无法在工具运行后使用;

·        双击该文件,或者执行命令:javaws jnlp_file_path即可

运行出错处理:

如果运行出错,或者鼠标键盘没有反应,或者出现灰屏,关闭java程序,打开电脑的cmd窗口,第一次键入如下内容:

·        adb shell     (这时要注意手机屏幕,可能出现需要授权,给它授权)
·        su            (这时要注意手机屏幕,可能出现需要授权,给它授权)
·        chmod 777/data/dalvik-cache
·        cd/data/dalvik-cache
·        chmod 777 ./

 使用特性

·        鼠标键盘控制,只能在root过的情况下才可以。

·        右键横屏。

·        手机操作的视频录制。(演示用)

·        文件浏览

 

·        可以通过鼠标在计算机上模拟手指来控制手机。

·        如果想在计算机上横屏显示,只需右击鼠标。

·        录制操作,点击:

通过PC鼠标键盘操控Android手机:androidscreencast.jnlp应用_第1张图片

使用注意事项:

1、需要手机的root权限(必须是具有root权限的android手机,即开发编译user版本必须root,或者 eng版本或者userdebug版本)

2、打开手机的usb调试模式。不用在手机上安装任何软件。

 

---------------------

以下是androidscreencast网站,英文的原版说明:

Desktopapp to control an android device remotely using mouse and keyboard. Should workon Windows/Linux/MacOS with any android device.

I've created a google groups HERE forsupport, no direct help request please.

Installation

  1. Install the android sdk (download here)
  2. Connect your device through USB cable and ensure it's detected with "adb devices"
  3. Make sure you have Java Runtime Environnement 5 or later installed
  4. Click HERE. You can launch it by typing "javaws " from a command line.

If mouse/keyboard control doesn't work, open a command line andtype :

  • 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

Todo

  • Automatic screen rotation based on the device current state.
  • Improve speed
  • Audio redirection

How can i help ?

  • Donate using this button :  (Thank Daniel and Tyler !)
  • Report issues, submit patch, ...
通过PC鼠标键盘操控Android手机:androidscreencast.jnlp应用_第2张图片

你可能感兴趣的:(Android,动手操作)