Simple tool to control your device through ADB. Useful to retrieve data for broken devices. Supports touches, swipes and keys input.
First unzip the downloaded file anywhere you want. "local.properties" and "AdbRemoteScreen.jar" files must be in the same folder. AdbRemoteScreen needs ADB to work. You must provide an adb binary path in the local.properties file. (Or as an argument if you are running jars from command line)
Right click on jar file > open with > Oracle Java X Runtime or OpenJDK X Runtime.
cd path/to/jar/file
java -jar AdbRemoteScreen.jar
#or
java -jar AdbRemoteScreen.jar /path/to/adb/binary
- Screenshots are now retrieved directly from device to computer's RAM through adb shell stream
- Support for multiple connected devices
- Added keys input support (all keys supported by Android are available)
- Hot-Plug support (you can now unplug or plug a new device while running ARS, it will automatically detect changes)
- Fixed bugs
- Add support for Windows
- Add directory dialog to let user choose adb file through UI
- Better handle device changes
I am new to Swing environement, do not hesitate to fork and pullrequest, even for just reimplementing functionalities already present but in a more convinient way.
Copyright Majeur 2015-2016
Licensed under Apache License 2.0