Skip to content

Control your android device through your dekstop. Nothing to install on the mobile, adb only

License

Notifications You must be signed in to change notification settings

udbmnm/android-remote-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-remote-electron

Control your android with a desktop app

This is Proof of Concept of a to control your your android device with a desktop app.

Like VNC, but without any dependencies on the client. No root required, only need adb enabled.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/maxired/android-remote-electron
# Go into the repository
cd android-remote-electron
# Install dependencies and run the app
npm install && npm start

This is based on Electron, adkit, h264-live-player, and Broadway.

Disclaimer

This has been developed and use for a personal use only.

Tested with a OneOlus one, running android 4.3.

About

Control your android device through your dekstop. Nothing to install on the mobile, adb only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • HTML 8.5%