Home  /  Tools Apps  / Remote ADB on Windows Pc

Remote ADB on Windows Pc

Developed By: Đình Lập

License: Free

Rating: 3,6/5 - 14 votes

Last Updated: April 23, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 6.0
Size 1.8 MB
Release Date July 12, 24
Category Tools Apps

App Permissions:
Allows applications to open network sockets. [see more (3)]

What's New:
ADD Disable Mi Ai TV [see more]

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

App preview ([see all 9 screenshots])

App preview

About this app

On this page you can download Remote ADB and install on Windows PC. Remote ADB is free Tools app, developed by Đình Lập. Latest version of Remote ADB is 6.0, was released on 2024-07-12 (updated on 2024-04-23). Estimated number of the downloads is more than 1,000. Overall rating of Remote ADB is 3,6. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 14 users, 2 users had rated it 5*, 8 users had rated it 1*.

How to install Remote ADB on Windows?

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

In this post, I am going to show you how to install Remote ADB 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 Remote ADB 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 "Remote ADB" 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 Remote ADB 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 "Remote ADB" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

* 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
ADD Disable Mi Ai TV
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.