Home  /  Tools Apps  / ADB Master Pro on Windows Pc

ADB Master Pro on Windows Pc

Developed By: Adrian Dybwad

License: Free

Rating: 4,2/5 - 6 votes

Last Updated: April 18, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.6.0
Size 1 MB
Release Date April 07, 15
Category Tools Apps

What's New:
V1.60 Changes:- Drag and drop to install applications (drag APK's to the application list on the applications tab)- Select and execute a file containing... [see more]

Description from Developer:
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, run... [read more]

App preview ([see all 13 screenshots])

App preview

About this app

On this page you can download ADB Master Pro and install on Windows PC. ADB Master Pro is free Tools app, developed by Adrian Dybwad. Latest version of ADB Master Pro is 1.6.0, was released on 2015-04-07 (updated on 2024-04-18). Estimated number of the downloads is more than 100. Overall rating of ADB Master Pro is 4,2. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 6 users, 1 users had rated it 5*, 4 users had rated it 1*.

How to install ADB Master Pro on Windows?

Instruction on how to install ADB Master Pro on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install ADB Master Pro on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install ADB Master Pro using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "ADB Master Pro" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install ADB Master Pro on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "ADB Master Pro" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.6.0.

Download ADB Master Pro 1.6.0 on Windows PC – 1 MB

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!

Using ADB Master

Quick start

1) Make sure ADB is installed
- 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/android/15-second-adb-installer-gives-you-lightning-fast-adb-fastboot-and-driver-installation/

2) After installing the app, copy the exported ADB Master folder from your Android's SD card to the computer.

3) In the 'ADB-Master' folder run the 'ADB-Master.jar' file by double clicking (requires Java to be installed).
Mac users: If you get an error that the jar file is corrupt or cannot be opened, try right clicking it and select open at least once to allow the unsigned jar to run.

4) Set the ADB location in the “Control” tab of ADB Master by browsing to the folder containing “adb”. The background will turn green when the correct folder is selected.

5) For the Android devices to appear in the list, enable "USB Debugging" and connect them to the computer with USB.

6) Select one or more devices from the list of USB or WiFi connected devices to perform actions or view information on them...


Device lists

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:
- 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 by ADB Master.
- 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

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

This section allows you to compare and manage applications (packages) on all selected devices.
- Install an APK from your pc
- Enable (requires root and su)
- Disable (requires root and su)
- Uninstall multiple apps on all selected devices with one click.

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

Processes tab

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

ADB Log tab

View a log of commands executed by ADB Master. It logs the device, commands and their responses.
V1.60 Changes:
- Drag and drop to install applications (drag APK's to the application list on the applications tab)
- Select and execute a file containing ADB commands or drag and drop adb command files onto the console tab
- ADB Master automatic updates. Get notified when an update is available then download and install it.
- Added 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).