ADB Manager Application icon

ADB Manager 1.2.2

771.7 KB / 10K+ Downloads / Rating 4.3 - 176 reviews


See previous versions

ADB Manager, developed and published by Ilija Matoski, has released its latest version, 1.2.2, on 2015-03-08. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.3, based on 176 reviews.

ADB Manager APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.matoski.adbm

Updated: 10 years ago

Developer Name: Ilija Matoski

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing ADB Manager on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.3
Total 176 reviews

Reviews

1 ★, on 2017-04-17
This app keeps running in the background - even with "start on boot" unchecked. An outright "unstopable" app, which opens ports for remote access and has root access - are you kidding me?!?!?

2 ★, on 2016-06-09
It doesn't use local network 192.168.#.# but use 10.0.8.1 incorrectly

3 ★, on 2015-08-04
Nice, but cm has it built in.

2 ★, on 2014-07-10
it always show a toast message adb manager gain root. even if i do not use it. please fix.

3 ★, on 2014-11-18
Would be better if I could use it while running my WiFi hotspot.

5 ★, on 2014-07-27
Good

Previous Versions

ADB Manager 1.2.2
2015-03-08 / 771.7 KB / Android 2.3+

About this app

ADB Manager, your one stop to developing more easily on Android.

Warning: REQUIRES ROOT!

If you want to help translating this application, help me with the translation on:

https://crowdin.net/project/adbm

The most automated, easy-to-use and stable ADB management tool with a great support.

Features:
+ Easy control and access details from notification bar
+ Auto connect on saved WiFi networks
+ Auto start on boot, you can select if you want to or not from the preferences screen
+ Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi
+ Configurable service management
+ Different color coded icons depending on the state of the ADB
+ Keep screen on while the service is running
+ Wake the screen when new package is installed
+ You can toggle the ADB state by touching the image in the notification bar

It's really more simple to use than others, is always visible in notification bar. It supports advanced features like fully automate adb state control based on the WiFi network, and the state of the network.

ADB manager enables you to automatically start ADB in network mode when you connect to any know configured network from the list in the preferences.

Developing in cafes/bars/trains/toilet/other places over WiFi? ADB Manager will switch ADB into wireless and back automatically.

Released as open source, you can view the code at https://github.com/ilijamt/android-adbm

Future versions:
+ Delay between switching states

Permissions:
+ android.permission.ACCESS_SUPERUSER
Used with SuperSU if available

+ android.permission.RECEIVE_BOOT_COMPLETED
Used to automatically start the service on the boot of the device, how long should it wait before starting and how often should the AlarmManager check to see if the service is running is configurable from the Preferences menu.

+ android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
Used to automate the switching between the the ADB states

+ android.permission.INTERNET
Used to retrieve the IP, as it crashes when checking for the IP address without this permission.

+ android.permission.WAKE_LOCK
Used to wake up the screen on new package install, or to keep the screen on while the ADB service is on

For any questions, suggestions, bug reports or to help with translation of the application please email me ilijamt+adbm@gmail.com

New features

Released as open source, you can view the code at https://github.com/ilijamt/android-adbm
Features:
+ Upgraded SU library
+ Added Japanese language by Mari (https://crowdin.com/profile/marimaari)
+ Added Chinese Simplified translation by yangfl (https://crowdin.com/profile/yangfl), yap7800 (https://crowdin.com/profile/yap7800)
+ Bugfixes and optimizations
+ Default languages is set to en when building the application

App Permissions

Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.