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.This app requires root access, it will not work without.
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 the IP of your device. 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):
Code:
adb connect 192.168.1.1
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.
Available in the Play Store: here
Source is available on my github page: here
Screenshot:
XDA:DevDB Information
Remote ADB Activator, a Tool/Utility for the Nexus 7 (2013)
Contributors
Chmeleon
Version Information
Status: Beta
Current Beta Version: 1
Beta Release Date: 2013-10-09
Created 2013-10-23
Last Updated 2013-10-23
Attachments
-
22.1 KB Views: 39
-
21.5 KB Views: 41