Skip to content

oskhen/adb-remote-phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB Remote Phone

Inspired by the similar projects adb-remote-control and adbcontrol. Both of these use screenshots to feed screen information, but it is possible to record the screen and stream it in realtime instead, which is much more efficient.

Dependencies

Requires adb

Python

Python requirements can be installed from with the command pip install -r requirements.txt or equivalent. Alternatively, the program uses the OpenCV library for screen rendering and the module screeninfo to get the display resolution.

Instructions

Run the program from the wrapper, using the command python3 Wrapper.py on Linux or python Wrapper.py -p python on Windows.

Keep in mind that the program is mainly developed on and for Linux, the Windows version will be unstable. Feel free to report any bugs and/or solutions you've found.

About

Remote control for android phones through USB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages