Skip to content

anishbajpai014/WADB

 
 

Repository files navigation

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.

License

Apache License 2.0

Copyright 2016 Haruue Icymoon, PinkD

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.

About

网络 adb 调试开关

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%