Giter Site home page Giter Site logo

adbwui's Introduction

ADBGUI - Web UI

Description

An Open Source, Cross-Platform, Android Debug Bridge Web Interface written in NodeJS.

It has many features including, but not limited to:

  • Installing APK's
  • Rebooting the device into different modes
  • TWRP integration
  • Fastboot integration
  • Run a Android Backup of the device (NOT NANDROID BACKUP, but built in android backup)
  • Sideload zip files
  • Gather device information
  • Custom Commands can be sent

Warnings

  • This software is NOT meant to be internet facing, do not open port 8080 on your computer and router while running this software.
  • This software is a web app that runs on your computer. It DOES NOT HAVE AN AUTHENTICATION MECHANISM.
  • Anything done in adb shell can result in a soft brick. (Whether in ADBWUI, using ADB.exe, etc)
  • This software is extremely beta - it may or may not have a ton of bugs.

Installing ADBWUI

Installing ADBWUI is fairly simple:

Windows Installation:

  1. Install NodeJS from here.
  2. After installing NodeJS, download and unzip ADBWUI to a folder of your choice.
  3. Open up Command Prompt and CD into the ADBWUI directory and run: npm install
  4. After the command is done run the following to start the ADBWUI server: node index.js
  5. Open your web browser to: http://localhost:8080 to get the interface loaded!

Linux Installation:

Linux installation is pretty much the same as Windows, except also you need to: sudo apt-get install android-tools-adb && sudo apt-get install android-tools-fastboot

Issues

Issues can be submitted to the github issues for ADBWUI.

adbwui's People

Contributors

mitchellurgero avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.