hourglass_full Your download should start automatically in a few seconds...

Download ADB Network Enabler_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (ADB Network Enabler_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

This app is for developers, not good for regular users.
App for helping myself connecting ADB for MK802II device. (May helpothers so here it is)
1. This requires Root (MK802II already has).
2. Install Super User

This is not an app for everyone, it is made by a nerd to helpmyself enabling the Android Development Bridge running overnetwork.
The commands it runs are:
To enable
setprop service.adb.tcp.port 5555
stop adbd
start adbd

To disable
setprop service.adb.tcp.port -1
stop adbd
start adbd

It runs on port 5555
From the PC use command line to connect to the device (the ip isshown on the app)
adb connect

Uploaded here for ease my life on installing on devices.
Fixes / enhancements may come in the future.
Like/Hate/Recommendation? leave a comment.

This app requires root just because when I tried to run a shellcommand from the app to activate the adb over the network it failto execute except if rooted.