Make your Android app more popular Advertise on Google Play with AppBrain app promotion Check it out
AppBrain Best Android Apps
AppBrain
Dashboard Statistics Stats Documentation Docs
Sign up
Log in
Android Apps > Tools > ADB Master
ADB Master icon

ADB Master

Manage Android devices over USB or wireless with one click. No root required.
by Adrian Dybwad
Google Play
Google Play
100+
Thousand
Downloads
PREMIUM
Est. downloads
PREMIUM
Recent d/loads
3.47
441
Rating
Unranked
Ranking
1
Libraries
4/8/15
Last updated
2014
April
App age
3.68 MB
App size
Everyone
Content rating
FREE
Price

Google Play Rating history and histogram

220
48
17
26
127

Changelog

  • Feb 15, 2017 Installs 100,000+ installs
  • Jul 9, 2016 Installs 50,000+ installs
  • Apr 30, 2015 Installs 10,000+ installs
  • Apr 8, 2015 Update Version 1.6.0
  • Jan 18, 2015 Update Version 1.5.2
  • Jan 10, 2015 Installs 5,000+ installs
  • Aug 3, 2014 Update Version 1.33
  • Jul 6, 2014 Installs 1,000+ installs
  • Jun 29, 2014 Update Version 1.2
  • Jun 1, 2014 Installs 500+ installs
  • Apr 30, 2014 Installs 100+ installs
  • Apr 20, 2014 Installs 50+ installs
  • Apr 10, 2014 New App Version 1.1 in TOOLS for Free
View more View less

Developer information

Adrian Dybwad

[email protected]

Website

110W 13775 S STE 4
Draper
Utah, 84020

Are you the developer of this app? Join us for free to see more information about your app and learn how we can help you promote and earn money with your app.
I'm the developer of this app

Description

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!

Please consider buying the pro version if you use this tool.

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.

Recent changes:
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).
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!

Please consider buying the pro version if you use this tool.

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.

Recent changes:
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).
Show full description Hide full description
adb all command debug devices disabled enable execute folder installed jar list log logcat master multiple reboot root run same section selected tab usb view

Comments

Tag cloud

android app files good phones thanks think why work you

Positive comment tag cloud

android app debug faklad haven its rooting thanks think useful

Negative comment tag cloud

carriers foreclosed ikram indeterminate phones pornographic unnerving what why work

Google Play Rankings

This app is not ranked

Permissions

Development tools
test access to protected storage
Storage
modify or delete the contents of your USB storage

Libraries

Ad network libraries

None found

Social libraries

None found

Development tools

Android Jetpack core

Related apps

WiFi ADB - Debug Over Air
MetaCtrl
87
Free
500,000+
Fake GPS
ByteRev
86
Free
5,000,000+
Fluid Navigation Gestures
Francisco Barroso
82
Free
1,000,000+
BetterBatteryStats
Sven Knispel
81
$1.99
100,000+
Fire TV Universal Remote Android TV KODI CetusPlay
CetusPlay Global
89
Free
5,000,000+
SystemUI Tuner
Zachary Wander
77
Free
500,000+
USB Driver for Android Devices
HEXAMOB S.L.
83
Free
5,000,000+
Language Enabler
Wanam
82
Free
1,000,000+

More from Adrian Dybwad

F3K Master
Adrian Dybwad
93
Free
5,000+
OpenTX Speech
Adrian Dybwad
79
Free
5,000+
ADB Master Pro
Adrian Dybwad
86
$4.99
100+
F3K Master Pro
Adrian Dybwad
98
$9.99
100+

Want more apps?

Find the Android apps that are trending right now

AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • Unlimited pageviews (both app and developer details)
  • Recent install count per app (last 30 days)
  • Detailed ranking data per app
  • Recent install count per developer (last 30 days)
  • Full timeline per developer
  • Device market shares data per country

1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe

3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe

1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

Developer services

  • Android App Promotion
  • Monetize Your Android App
  • Track ranking of your Android App
  • AppBrain SDK
  • Apptimizer

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Apps
  • All-time Popular Apps

About AppBrain

  • Contact
  • Blog
  • Privacy
  • Documentation
  • Android app Install tracking and attribution options for the AppBrain ad network
© 2010-2020 - AppBrain