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
- Download
- 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
Up
,Left
,Right
,Down
=DPAD_UP
,DPAD_LEFT
,DPAD_RIGHT
,DPAD_DOWN
Esc
= AndroidBACK
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 connectivitykeyMap
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
- Got JDK 7 or higher
- Run
./gradlew build
- Compiled files will be at
./build/distributions
How it works
Speed of operation is achieved through the use of MonkeyRunner API
0 Comments
Do Not Send SPAM Link !!!!