Enjoy millions of the latest Android apps, games, music, movies, TV, books, magazines & more. Anytime, anywhere, across your devices.
This app is for developers, not good for regular users.
App for helping myself connecting ADB for MK802II device. (May help others 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 help myself enabling the Android Development Bridge running over network.
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 is shown 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 shell command from the app to activate the adb over the network it fail to execute except if rooted.