Skip to content

Electron app for Android developers, providing a GUI for common ADB operations

License

Notifications You must be signed in to change notification settings

neXenio/adb-util

Repository files navigation

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.

About

Electron app for Android developers, providing a GUI for common ADB operations

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published