Remote ADB Application icon

Remote ADB 6.0

2 MB / 10+ Downloads / Rating 3.6 - 14 reviews


See previous versions

Remote ADB, developed and published by Đình Lập, has released its latest version, 6.0, on 2024-12-30. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 3.6, based on 14 reviews.

Remote ADB APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.4+). 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.dinhlap.adb

Updated: 1 month ago

Developer Name: Đình Lập

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Remote ADB 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

3.6
Total 14 reviews

Previous Versions

Remote ADB 6.0
2024-12-30 / 2 MB / Android 4.4+

Remote ADB 5.0
2024-05-06 / 2 MB / Android 4.4+

About this app

* Use ADB command from phone with AndroidTV.
* View command history
* Run commands from file.
* Show all device application list.
* Delete, freeze apps more easily.

Remote ADB is a terminal app that allows you to connect to the ADB shell service of other Android devices over the network and execute terminal commands.

This can be useful for remotely debugging Android devices (running tools like top, logcat, or dumpsys).

It supports multiple simultaneous connections to different devices and keeps these connections alive even when the app is in the background.

This app does not require root on either device, but root may be helpful to configure the target devices.

If the target devices are not rooted, you must use a computer with the Android SDK and Google USB drivers to configure the them (detailed below).



This works in the exact same way that the "adb shell" command works on a computer. Because this app uses a native implementation of the ADB protocol in Java, it does not require root on either device or any 3rd party apps on the target device. The devices simply speak the same protocol to each other that they would to a computer running the ADB client from the Android SDK.

IMPORTANT: Devices running Android 4.2.2 and later use RSA keys to authenticate the ADB connection. In my testing, devices running 4.2.2 will need to be plugged in to a computer the first time you connect to them (from each device with this app installed). This allows them to display the public key acceptance dialog, which you must accept (and check "Always allow from this computer"). Devices running Android 4.3 and 4.4 seem to have no problem displaying the dialog without a connection to a computer, so it looks like this is a workaround specific to Android 4.2.2.

To configure a stock un-rooted target, plug the target device into a computer that has the Android SDK installed and run "adb tcpip 5555" from the Android SDK's platform-tools folder. This will start ADB listening on port 5555 on the target device. The device can then be unplugged and will remain configured properly until reboot.

For devices that are rooted (although it's not required), you can install one of the several "ADB WiFi" apps to enable the ADB server to listen over the network. Devices with a custom ROM may have an option to enable ADB over the network in the Developer Options pane of Settings. Using either of these methods will properly configure ADB for network access with this app.

Redeveloped from the project : https://github.com/cgutman/RemoteAdbShell

New features

ADD Disable Mi Ai TV

App Permissions

Allows applications to open network sockets.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read from external storage.