下载 APKPure App
可在安卓获取WLanAdb的历史版本
WLanAdb允许使用adb命令,而无需电线连接装置。
WLanAdb is Wireless Android Development Bridge that allows to use standard ADB commands without connecting Android device to desktop by USB cable, installing drivers and without need to root it.
You will need to install desktop client to use application with. Please follow this link to get one: http://stevenrudenko.github.io/wlanadb/
WARNING! Starting from Jelly Bean (SDK 16) release every application can read its own logs only! Don't worry. You can grand permission to read all logs for WLanAdb by next command:
adb shell pm grant com.wlanadb android.permission.READ_LOGS
I've dropped support of this application. If you want continue work on it please visit GitHub page: https://github.com/StevenRudenko/WLanAdb
v0.2b:
- WAKE_LOCK permission added to be able lock WiFi while using application. It will be used while connecting to trusted hotspots only.
- some small issues were fixed.