About Remote ADB Activator
This app requires root access, it will not work without.
Easily control your android device over adb remotely! No more digging around in your desk drawer for your USB cable. Just connect to adb over WiFi. Remote ADB Activator let's you easily start and stop the remote adb on your device on your desired port.
To get started using ADB remotely just fill in your desired port number (default is 5555) and hit Start ADB. ADB will now be running on the device. It will show the ip of the device on the top of the screen.
Once you got remote adb running open up your terminal/cmd and connect adb to your ip. You can do this with the following code assuming you run Remote adb on default port (I use 192.168.1.1 as my ip for example):
adb connect 192.168.1.1
Now when you execute adb devices your device will be listed. Now you can start sending abd commands over WiFi.
This apps asks for Network Communication to show you the IP address of the device. This is for the ease of use so you don't have to look it up in your phone settings.
Source is available on my github page: https://github.com/koenhendriks/ This app requires root access, it will not work without.
Easily control your android device over adb remotely! No more digging around in your desk drawer for your USB cable. Just connect to adb over WiFi. ADB Remote Activator let's you easily start and stop the remote adb on your device on your Desired port.
To get started using ADB remotely just fill in your Desired port number (default is 5555) and hit Start ADB. ADB will now be running on the device. It will show the ip of the device on the top of the screen.
Once you got adb running remote open up your terminal / cmd and adb connect to your ip. You can do this with the following code Assuming you run Remote adb on default port (I use 192.168.1.1 as my ip for example):
adb connect 192.168.1.1
Now when you execute adb devices your device will be listed. Now you can start sending commands abd over WiFi.
This apps asks for Network Communication to show you the IP address of the device. This is for the ease of use so you do not have to look it up in your phone settings.
Source is available on my github page: https://github.com/koenhendriks/
Download and install
Remote ADB Activator version 1.1 on your
Android device!
Downloaded 1,000+ times, content rating: Not rated
Android package:
com.chmeleon.remoteadbactivator, download Remote ADB Activator.apk
by D####:
Work as described. Open source.