Skip to content

paulombcosta/adb-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB Extended

A simple CLI that builds upon the existing Android Debug Bridge (ADB) to provide better support when dealing with running adb commands on multiple devices.

For example, running an 'adb logcat' with multiple devices connected would result in an error message like this :

adb error

Now, if you run with adbe you get this:

adb error

Giving the option to run this command on individual devices or on all of them.

Installing

  • Clone the project.
  • Rename to adbe if you like, and add to the path.
  • Run at least once as root so the .jar can be generated and speed up a LOT the. next builds.

Requirements

  • scala and adb both on PATH.

About

ADB for multiple devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages