Skip to content

kirilamenski/RDroid

Repository files navigation

About

RDroid is a free and open source program written in Java to connect to android devices via USB cable. Provides the ability to display the screen of android and remotely control it from a PC. Uses MonkeyRunner for remote control and JavaCV to display the android screen.

Usage

To run this program you need to install JVM and ADB.

Download latest JAR file from release. Go to the folder where you downloaded the jar and run the file:

java -jar ~./RDroid.jar

Default Hotkeys

Keyboard shortcut Description
alt + left arrow go back
ctrl + alt + h go home
ctrl + alt + l open recent app list
ctrl + shift + F10 mute volume
ctrl + shift + F11 volume down
ctrl + shift + F12 volume up
ctrl + C/V copy/paste
ctrl + shift + V paste copied text from PC to android
left/top/right/bottom arrows navigation

Issues

  1. If the size of the displayed screen is not correct, check whether the screen sizes have been changed (some devices such as Samsung-s7, provide the ability to change the resolution of the screen in the settings). To fix it just return screen sizes to original.
  2. Text input is available only for English letters.
  3. Xiaomi devices by default blocked input simulation. To use MonkeyRunner, you must enable this option in the developer settings.
  4. Multiple connection working but after start connection with first device you should wait until the Android screen appears. After that you can connect with another.