/WADB

A simple switch for adb (Android Debug Bridge) over network

Primary LanguageJavaApache License 2.0Apache-2.0

WADB - a simple switch for ADB over network

简体中文 | English

Function

switch the state of ADB over network by the following command,Need root !!!

// Start ADB over network
setprop service.adb.tcp.port 5555
stop adbd
start adbd

// Stop ADB over network
setprop service.adb.tcp.port -1
stop adbd
start adbd

Support the new Tile API which add in Android N, so you need a Android N device to use the tile. But other functions also work well in Android 4.0.

Screenshot

Download

Support us in Play Store:
Get it on Google Play

... or directly download the APK file by click here.

Translation

If you want to translate ADB over Network into your language, just open a Pull Request.

License

Apache License 2.0

Copyright 2017 Haruue Icymoon, PinkD, Rikka

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.