關於ADB Network Enabler
透過 Google Play 上網購物。購買後立即可在您的 Android 手機或平板電腦上使用商品,無需煩惱同步問題。
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.
最新版本1.01的更新日誌
Changed color.