[APP] [TOOL] [Win | Mac | Linux] ADB Master: Easily manage multiple Android devices

Search This thread

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
ADB Master helps you manage and monitor multiple Android devices using ADB (Android debug bridge). One click to switch adb to wireless, perform actions, commands or view and compare installed apps, running processes with cpu usage or browse logcat data for multiple selected devices… At the same time. Without root!

Updated November 2015
Download ADB Master 1.61 for
Windows, Mac or Linux.

Quick start


1) Make sure ADB is installed on the PC
- http://developer.android.com/sdk/
OR
- http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
OR
- http://www.xda-developers.com/andro...ng-fast-adb-fastboot-and-driver-installation/
2) Install and run ADB Master for your operating system.
3) Set the ADB location in the “Control” tab of ADB Master by browsing to the folder containing the “adb” binary. The background will turn green when the correct folder is selected.

Notes:

- For an Android device to appear in the list, enable "Settings > Developer > USB Debugging" on the device and connect it to the computer with a USB cable.
- In ADB Master, select one or more devices from the list of USB or WiFi connected devices to perform actions or view information on them...

Windows Users: You will need to install the Android ADB drivers if your device is not detected.
Automatic updates under Windows: If you get an error updating an older version using the built in update feature, try running the app as an administrator (right click and select "Run as administrator"). You only need to do this to update the app - not every time you run it.


Mac users:
If you get an error that the app is corrupt or cannot be opened, try right clicking it and select open to allow it to run (you only need to do this once).

Linux users: The new 1.5 linux version includes a run script and has some special permission set as follows:
(Thanks to Craig D) if you want to run ADB-Master via its icon, the .jar permissions need to be set to 'executable'... This can be done by opening a Linux terminal and typing: chmod +x ADB-Master.jar.
Without setting the permission to +x you can only run it from terminal by typing: java -jar ADB-Master.jar
.


If you like the app and want to support it, please purchase the paid version in the Google Play Store (search for 'ADB Master').


Using the ADB Master GUI


Device lists


View attachment 2670819 At the top of the application are the device lists. These lists provide a way to list and select devices to work with.

There are two lists:

1) USB connected devices with a button to switch the selected devices to WiFi (tcpip) mode. This will install “Helper.apk” to display adb state on the device and enable the device to be discovered and connected to by ADB Master.
NOTE: The device(s) and the computer must connected to the same WiFi access point for a successful ADB-Over-WiFi connection.
NOTE: Unfortunately, some android builds do not have the ability to use ADB-Over-WiFi without root.

2) WiFi connected devices which has a button to switch the selected devices to USB mode. This will uninstall “Helper.apk” and set the device back to USB mode.


Control tab

View attachment 2670799 This section allows you to perform actions or commands on all selected devices.

- Shutdown, reboot, reboot to recovery or reboot to bootloader by selecting the devices and then pressing the desired button.
- Press power, back, home or volume up and down buttons on all selected devices at the same time.
- “Identify” a device installs and runs a small utility to wake the device and display the same information that appears in the device list as well as the IP address.
- Execute any custom ADB command in the ADB Command box and hit enter or press “Execute” to run that command on all selected devices. NOTE: This function treats spaces as command separators so it may not work for all possible adb commands at the moment. View the results of the command in the “ADB Log” tab.

Applications tab

View attachment 2670866 This section allows you to compare and manage applications (packages) on all selected devices using the adb commands “adb pm list packages -e”, “adb pm list packages -d” or “adb pm list packages”.

- Install an APK from your pc
- Enable (requires root and su to be installed on the device)
- Disable (requires root and su to be installed on the device)
- Uninstall multiple apps on all selected devices with one click.
- Pull selected apk's
- Pull screenshots
- Start apps
- Force-stop apps (Only works with Android 3 and above)
- Clear app data and cache

App listing color key:
- Green: The app is installed and enabled on all selected devices
- Black: The app is installed and enabled on some selected devices
- Orange: The app is installed on some or all devices, but is disabled on one or more
- Red: The app is installed on some or all devices but is disabled on all installed instances

Processes tab

View attachment 2670801 This section uses the command “adb shell top -m 20” to list the top 20 processes running on the device. It lists all selected devices in one view making it easy to monitor multiple devices at the same time. Future features include the ability to terminate processes and use custom top commands.

Logcat tab

View attachment 2670802 View live Logcat data from all selected devices in one list making it easy to monitor multiple devices at the same time. Future features will enhance this section with the use of filters and colors.
- View and save Logcat messages to files

ADB Log tab

View attachment 2670803 View a log of commands executed by ADB Master. It logs the device, commands and their responses.


V1.1-BETA Changes:
- Fix for incorrect process display in Windows
- Removed the extra blank lines in logs on Windows
- Fix for device name not set correctly in Windows
V1.2-BETA Changes:
- Added tcp reset/disconnect button
V1.32 Changes:
- Added adb sideload feature (useful for ROM developers)
V1.33 Changes:
- Renamed Log tab 'Console'
- Moved ADB custom command fields from Command to Console tab for better context and visibility of command responses
V1.41 Changes:
- Added ability to pull selected apk's
- Added ability to save Logcat messages to files
- Added ability to pull screenshots
- Added ability to start apps
- Added ability too force-stop apps (Only works with Android 3 and above)
- Added ability to clear app data and cache
- Added time stamp to Logcat messages
- Fixed connect command to include the port for some versions of ADB

V1.51 Changes:
- Fixed some delays on the UI when connecting to a device
- Added buttons to open pulled screenshots and apk file locations
- Added installer for Windows users
- Added Mac .app package
- Added Linux version with required permissions set and a run script

V1.60 Changes:
- Added drag and drop to install applications (drag APK's to the application list on the applications tab)
- Added ability to select and execute a file containing ADB commands or drag and drop adb command files onto the console tab
- Added ADB Master automatic updates. Get notified when an update is available then download and install it.
- Added some useful buttons in the control tab that open various control panel items on all selected devices (all buttons may not work on all Android platforms).

V1.61 Changes:
- Improved handling of multiple commands in a single line to allow complex scripts to execute successfully.
- Fix for the way commands are handled in Windows related to line feed characters.

Execute adb commands from a file:

Command file(s) must contain valid ADB commands, one per line and may also contain comments. The starting keyword "adb" is assumed for each line and is optional in the file.

To comment a line, start the line with any of the following (common) comment delimiters: ";" "//" or "rem" as well as ":".

When selecting file(s) using the browse button, you will be prompted with a message containing the commands to be executed before they are executed. Drag and drop command file(s) onto the console tab to execute them without a prompt.

WARNING: ADB Master exposes powerful and advanced tools for working with your Android devices and misusing it can result in the device malfunctioning... REALLY.
Disclaimer: Although great care has gone into creating it, this software is provided AS-IS and you use it completely at your own risk. All rights reserved.

Download ADB Master 1.61 for Windows, Mac or Linux.

The above download links provide the recommended latest versions. Previous versions of ADB Master are also available below.
Note on automatic updates under Windows: If you get an error updating an older version using the built in update feature, try running the app as an administrator (right click and select "Run as administrator"). You only need to do this to update the app - not every time you run it.

XDA:DevDB Information

[APP] [TOOL] [Win | Mac | Linux] ADB Master: A multi-android ADB graphical interface, Tool/Utility for the Android General

Contributors
extremewing

Version Information
Status:
Stable

Created 2015-03-07
Last Updated 2015-03-22
 

Attachments

  • ADB-Master-V1.1-BETA.zip
    643.6 KB · Views: 8,146
  • ADB-Master-V1.2-BETA.zip
    645.2 KB · Views: 2,043
  • ADB-Master-V1.33.zip
    648.7 KB · Views: 2,278
  • ADB-Master-V1.41.zip
    661.3 KB · Views: 4,712
  • ADB-Master_windows_0.1.5.1_installer.exe.zip
    1 MB · Views: 5,544
  • ADB-Master_macos_0.1.5.1.zip
    899.5 KB · Views: 1,702
  • ADB-Master_linux_0.1.5.1.tgz.zip
    668.6 KB · Views: 2,080
  • ADB-Master-XDA_windows_0.1.6.0_installer.exe.zip
    1.3 MB · Views: 4,914
  • ADB-Master-XDA_macos_0.1.6.0.zip
    1.2 MB · Views: 1,874
  • ADB-Master-XDA_linux_0.1.6.0.tgz.zip
    956.6 KB · Views: 2,125
  • ADB-Master-XDA_macos_0.1.6.1.zip
    1.2 MB · Views: 5,851
  • ADB-Master-XDA_linux_0.1.6.1.tgz.zip
    956.7 KB · Views: 7,528
  • ADB-Master-XDA_windows_0.1.6.1_installer.exe.zip
    1.3 MB · Views: 26,182
Last edited:

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
I saw a device today that was not completing loading of the apps list and a few other strange things including strange numbers for the processes cpu percentages. I will be looking into this a bit more so you can expect an update soon.
 
Last edited:

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
A new version is in the OP.

It includes a new "Reset" button for tcp connections that have stopped working, particularly useful when waking the PC or changing access points and the old connection is no longer working.
 

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
New feature in V1.3: ADB Sideload

I had a request to add ADB "sideload" capabilities to the app (useful for rom developers) and here is the first version to test out that includes this feature. I will update the OP soon if no one has any problems.
 
Last edited:
  • Like
Reactions: tramp20

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
V1.31 Increased timeout for sideload

This version has an increased timeout for the adb sideload feature. It is possible the execute thread was not waiting long enough for the upload to complete?
 
Last edited:

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
V1.32 is now available from the first post

New feature: adb sideload - upload and install updates to a device in one step.

Sideload mode is a special option in the Android's recovery. It was introduced in Jelly Bean (4.1) and higher.


Please see your recovery's instructions on starting sideload mode.
 

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
This is a wish list of features to add to ADB Master and I will be working on implementing them.

- Add ability to pull selected apk's from the selected devices
- Add ability to save logcat messages to files
- Add ability to pull screenshots

If you have any other requests, please post here!
 

vipervault

Member
Jan 2, 2012
35
2
Hi, a suggestion: can you make possible to connect to a device with a known ip? I don't want to install those apks...
 

extremewing

Senior Member
Jan 23, 2010
84
91
Salt Lake
Hi, a suggestion: can you make possible to connect to a device with a known ip? I don't want to install those apks...

Just so you know, executing the connect command at a command prompt when you know the IP is quite easy too. The command would be "adb connect <IP>". The good thing with the helper.apk with ADB Master is that it will take care of this for you and even re-connect when a connection is broken for some reason.

Anyway, still waiting to see why you do not want to install the apk's? You could uninstall them straight away from the Applications tab too.
 

Aido

Senior Member
Jul 3, 2012
65
5
.jar won't open

I double-click on the jar, but nothing happens. Anyone know why this could happen?
 

iepurasu_poznas

Senior Member
Mar 7, 2012
241
44
Paris
This is a wish list of features to add to ADB Master and I will be working on implementing them.

- Add ability to pull selected apk's from the selected devices
- Add ability to save logcat messages to files
- Add ability to pull screenshots

If you have any other requests, please post here!

Great tools! Any progres with
- Add ability to pull selected apk's from the selected devices

???
 

Top Liked Posts

  • There are no posts matching your filters.
  • 35
    ADB Master helps you manage and monitor multiple Android devices using ADB (Android debug bridge). One click to switch adb to wireless, perform actions, commands or view and compare installed apps, running processes with cpu usage or browse logcat data for multiple selected devices… At the same time. Without root!

    Updated November 2015
    Download ADB Master 1.61 for
    Windows, Mac or Linux.

    Quick start


    1) Make sure ADB is installed on the PC
    - http://developer.android.com/sdk/
    OR
    - http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
    OR
    - http://www.xda-developers.com/andro...ng-fast-adb-fastboot-and-driver-installation/
    2) Install and run ADB Master for your operating system.
    3) Set the ADB location in the “Control” tab of ADB Master by browsing to the folder containing the “adb” binary. The background will turn green when the correct folder is selected.

    Notes:

    - For an Android device to appear in the list, enable "Settings > Developer > USB Debugging" on the device and connect it to the computer with a USB cable.
    - In ADB Master, select one or more devices from the list of USB or WiFi connected devices to perform actions or view information on them...

    Windows Users: You will need to install the Android ADB drivers if your device is not detected.
    Automatic updates under Windows: If you get an error updating an older version using the built in update feature, try running the app as an administrator (right click and select "Run as administrator"). You only need to do this to update the app - not every time you run it.


    Mac users:
    If you get an error that the app is corrupt or cannot be opened, try right clicking it and select open to allow it to run (you only need to do this once).

    Linux users: The new 1.5 linux version includes a run script and has some special permission set as follows:
    (Thanks to Craig D) if you want to run ADB-Master via its icon, the .jar permissions need to be set to 'executable'... This can be done by opening a Linux terminal and typing: chmod +x ADB-Master.jar.
    Without setting the permission to +x you can only run it from terminal by typing: java -jar ADB-Master.jar
    .


    If you like the app and want to support it, please purchase the paid version in the Google Play Store (search for 'ADB Master').


    Using the ADB Master GUI


    Device lists


    View attachment 2670819 At the top of the application are the device lists. These lists provide a way to list and select devices to work with.

    There are two lists:

    1) USB connected devices with a button to switch the selected devices to WiFi (tcpip) mode. This will install “Helper.apk” to display adb state on the device and enable the device to be discovered and connected to by ADB Master.
    NOTE: The device(s) and the computer must connected to the same WiFi access point for a successful ADB-Over-WiFi connection.
    NOTE: Unfortunately, some android builds do not have the ability to use ADB-Over-WiFi without root.

    2) WiFi connected devices which has a button to switch the selected devices to USB mode. This will uninstall “Helper.apk” and set the device back to USB mode.


    Control tab

    View attachment 2670799 This section allows you to perform actions or commands on all selected devices.

    - Shutdown, reboot, reboot to recovery or reboot to bootloader by selecting the devices and then pressing the desired button.
    - Press power, back, home or volume up and down buttons on all selected devices at the same time.
    - “Identify” a device installs and runs a small utility to wake the device and display the same information that appears in the device list as well as the IP address.
    - Execute any custom ADB command in the ADB Command box and hit enter or press “Execute” to run that command on all selected devices. NOTE: This function treats spaces as command separators so it may not work for all possible adb commands at the moment. View the results of the command in the “ADB Log” tab.

    Applications tab

    View attachment 2670866 This section allows you to compare and manage applications (packages) on all selected devices using the adb commands “adb pm list packages -e”, “adb pm list packages -d” or “adb pm list packages”.

    - Install an APK from your pc
    - Enable (requires root and su to be installed on the device)
    - Disable (requires root and su to be installed on the device)
    - Uninstall multiple apps on all selected devices with one click.
    - Pull selected apk's
    - Pull screenshots
    - Start apps
    - Force-stop apps (Only works with Android 3 and above)
    - Clear app data and cache

    App listing color key:
    - Green: The app is installed and enabled on all selected devices
    - Black: The app is installed and enabled on some selected devices
    - Orange: The app is installed on some or all devices, but is disabled on one or more
    - Red: The app is installed on some or all devices but is disabled on all installed instances

    Processes tab

    View attachment 2670801 This section uses the command “adb shell top -m 20” to list the top 20 processes running on the device. It lists all selected devices in one view making it easy to monitor multiple devices at the same time. Future features include the ability to terminate processes and use custom top commands.

    Logcat tab

    View attachment 2670802 View live Logcat data from all selected devices in one list making it easy to monitor multiple devices at the same time. Future features will enhance this section with the use of filters and colors.
    - View and save Logcat messages to files

    ADB Log tab

    View attachment 2670803 View a log of commands executed by ADB Master. It logs the device, commands and their responses.


    V1.1-BETA Changes:
    - Fix for incorrect process display in Windows
    - Removed the extra blank lines in logs on Windows
    - Fix for device name not set correctly in Windows
    V1.2-BETA Changes:
    - Added tcp reset/disconnect button
    V1.32 Changes:
    - Added adb sideload feature (useful for ROM developers)
    V1.33 Changes:
    - Renamed Log tab 'Console'
    - Moved ADB custom command fields from Command to Console tab for better context and visibility of command responses
    V1.41 Changes:
    - Added ability to pull selected apk's
    - Added ability to save Logcat messages to files
    - Added ability to pull screenshots
    - Added ability to start apps
    - Added ability too force-stop apps (Only works with Android 3 and above)
    - Added ability to clear app data and cache
    - Added time stamp to Logcat messages
    - Fixed connect command to include the port for some versions of ADB

    V1.51 Changes:
    - Fixed some delays on the UI when connecting to a device
    - Added buttons to open pulled screenshots and apk file locations
    - Added installer for Windows users
    - Added Mac .app package
    - Added Linux version with required permissions set and a run script

    V1.60 Changes:
    - Added drag and drop to install applications (drag APK's to the application list on the applications tab)
    - Added ability to select and execute a file containing ADB commands or drag and drop adb command files onto the console tab
    - Added ADB Master automatic updates. Get notified when an update is available then download and install it.
    - Added some useful buttons in the control tab that open various control panel items on all selected devices (all buttons may not work on all Android platforms).

    V1.61 Changes:
    - Improved handling of multiple commands in a single line to allow complex scripts to execute successfully.
    - Fix for the way commands are handled in Windows related to line feed characters.

    Execute adb commands from a file:

    Command file(s) must contain valid ADB commands, one per line and may also contain comments. The starting keyword "adb" is assumed for each line and is optional in the file.

    To comment a line, start the line with any of the following (common) comment delimiters: ";" "//" or "rem" as well as ":".

    When selecting file(s) using the browse button, you will be prompted with a message containing the commands to be executed before they are executed. Drag and drop command file(s) onto the console tab to execute them without a prompt.

    WARNING: ADB Master exposes powerful and advanced tools for working with your Android devices and misusing it can result in the device malfunctioning... REALLY.
    Disclaimer: Although great care has gone into creating it, this software is provided AS-IS and you use it completely at your own risk. All rights reserved.

    Download ADB Master 1.61 for Windows, Mac or Linux.

    The above download links provide the recommended latest versions. Previous versions of ADB Master are also available below.
    Note on automatic updates under Windows: If you get an error updating an older version using the built in update feature, try running the app as an administrator (right click and select "Run as administrator"). You only need to do this to update the app - not every time you run it.

    XDA:DevDB Information

    [APP] [TOOL] [Win | Mac | Linux] ADB Master: A multi-android ADB graphical interface, Tool/Utility for the Android General

    Contributors
    extremewing

    Version Information
    Status:
    Stable

    Created 2015-03-07
    Last Updated 2015-03-22
    3
    Great tools! Any progres with
    - Add ability to pull selected apk's from the selected devices

    ???

    Thanks for the comments!

    I am working on it now for you and will have a test version later today.
    2
    I saw a device today that was not completing loading of the apps list and a few other strange things including strange numbers for the processes cpu percentages. I will be looking into this a bit more so you can expect an update soon.
    2
    V1.60 is now available in the first post.

    This version adds some new features, the most significant being the ability to execute adb commands from a file.

    This file must contain valid ADB commands, one per line and may also contain comments.
    To comment a line, start the line with any of the following (common) comment delimiters: ";" "//" or "rem" as well as ":".
    When selecting file(s) using the browse button, you will be prompted with a message containing the commands to be executed before they are executed. Drag and drop command file(s) onto the console tab to execute them without a prompt.

    V1.60 Changes:
    - Added drag and drop to install applications (drag APK's to the application list on the applications tab)
    - Added ability to select and execute a file containing ADB commands or drag and drop adb command files onto the console tab
    - Added ADB Master automatic updates. Get notified when an update is available then download and install it.
    - Added some useful buttons in the control tab that open various control panel items on all selected devices (all buttons may not work on all Android platforms).
    2
    The new version is nearly ready.

    Some things in it:
    - Ability to specify which network adaptor to look for devices on - or search all.
    - Multi select or drag and drop APK's onto the applications list to install them.
    - Ability to browse or drag and drop "script files" containing adb commands onto the console tab to execute multiple adb commands on all selected devices.
    - Console entries are displayed on the status bar to help make an action's results a bit more visible.