Skip to content

MajeurAndroid/java-adb-remote-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adb-Remote-Screen

A simple tool to control your device through ADB. Useful to retrieve data for broken devices. Supports touch, swipe and key inputs.

DOWNLOAD

alt tag

How to use

From UI:

Right click on jar file > open with > Oracle Java X Runtime or OpenJDK X Runtime.

In command line :
cd path/to/jar/file
java -jar AdbRemoteScreen.jar
#or if custome adb binary
java -jar AdbRemoteScreen.jar --adb-path=/path/to/adb/binary
#or if any issue related to UI frameworks on linux
java -jar AdbRemoteScreen.jar --use-default-theme
#(or both arguments obviously)

New features in 3.0

  • Reviewed UI
  • Platform specific adb binaries are now bundled with the app
  • Optimizations and better resource handling
  • Fixed bugs

TODOs

  • Add support for MAC OS
  • Add directory dialog to let user choose adb file through UI
  • Better handle device changes
  • ...

License

Copyright Majeur 2015-2020

Licensed under Apache License 2.0

About

Tool to control your android phone from your pc through ADB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages