Skip to content

Android Debugging Bridge (ADB) compilation of solutions and methods that can be used for controlling multiple devices at once

Notifications You must be signed in to change notification settings

treygilliland/adb_all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ADB Wrapper for Multiple Device Usage

Compilation of solutions and methods that can be used for controlling multiple devices at once from Android Debugging Bridge. Written in Bash.

The file adb_all.sh contains two solutions that worked well for me and were easy to understand and modify as needed.

Another solution that may work for you by zielmicha: https://github.com/zielmicha/adb-wrapper

Single Emulator/Device Targeting

To target a single device when multiple are connected:

adb -s $DEVICE_ID shell

If you have a single emulator connected while a device is connected, target the emulator with the -e flag and target the device with the -d flag.

DISCLAIMER

I am not the author/creator of some of these solutions. I've simply compiled them from online sources for ease of access for myself and others.

About

Android Debugging Bridge (ADB) compilation of solutions and methods that can be used for controlling multiple devices at once

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages