Translate

Adb Key Monkey Tool for control android device from PC keyboard

Adb Key Monkey Tool For Windows Computer Working 100%

In this guide, we’ll show you how to control any Android device from a computer in 2019. Then, we’ll share a list of the Adb Key Monkey Tool to control Android from your PC or even Google Chrome. That way you’ll have more ways to multitask, do more with your phone or tablet, plus it’s a cool trick to show your friends and family.

Requirement:

  • Java 7 runtime (JRE7) or higher
  • SDK/platform-tools has to be in PATH env variable in order to find adb

How to run

  1. Download
  2. Run: java -jar adbKeyMonkey.jar

How to use

When the program starts, it connects to the first device in adb. So before a run, connect your device via ADB. Execute adb devices to verify.

Keys

  • UpLeftRightDown = DPAD_UPDPAD_LEFTDPAD_RIGHTDPAD_DOWN
  • Esc = Android BACK
  • Enter = DPAD_CENTER
  • Backspace = Backspace
  • Letter keys = input letter in android

Config

At first run app put config.json at working dir. You can configure:
reconnectPeriod The app checks connection every 5 sec (by default) and reconnect if no connection This setting defines time in seconds between checking connectivity
keyMap Map pc key to android key events. Left: pc; Right: Android
For pc, keycodes look here (Java FX doc)
For android KeyEvent look at Android doc

Build

  1. Got JDK 7 or higher
  2. Run ./gradlew build
  3. Compiled files will be at ./build/distributions

How it works

Speed of operation is achieved through the use of MonkeyRunner API


Post a Comment

0 Comments