Giter VIP home page Giter VIP logo

adb-util's Introduction

WIP GitHub license

ADB Utility

An Electron application for Android developers, providing a GUI for common ADB operations.

screenshot

The tool offers some convenience utilities to speed up the development, especially when handling multiple devices. Features:

  • Listing connected devices (adb devices)
  • Discovering network devices with the ADB deamon (nmap -p 5555)
  • Connecting and disconnecting devices (adb connect, ...)
  • Toggling connections between USB and TCP (adb usb, ...)
  • Executing shell commands (adb shell)
    • Fetching features (pm list features)
    • Fetching properties (getprop)
    • Fetching settings (settings get)
    • Fetching network configuration (ip addr show wlan0)
    • Starting and stopping applications (am start, ...)
    • Clearing application data (pm clear)
    • Grabbing screenshots (screencap)
  • Installing and uninstalling applications (adb install, ...)
  • Pushing and pulling files and folders
  • Viewing Logcat output (adb logcat)

You can check the progress of new features in the project section.

Requirements

Make sure that adb is available in your PATH. You can check if that's the case by opening a terminal and executing adb version.

Downloads

If you don't want to build the project yourself, head over to the releases section and grab an executable from there.

Development

Deploying

$ npm install    # install dependencies
$ npm start      # support for reloading views, restarting electron

Building Releases

$ npm run build      # all
$ npm run build-osx  # osx(64)
$ npm run build-win  # win(32, 64)

Contributing

Please checkout the open issues and the project section. Looking forward to your pull requests!

Build With

This tool is being built using Electron, powered by react and redux. It heavily relies on the adbkit module.

Note regarding code quality: This tool has been created by people that just got started with this technology stack. Although we try to follow best practices, you might not want to use this project as a reference.

License

Apache License V2

Copyright © neXenio GmbH.

adb-util's People

Contributors

steppschuh 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.