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.
... or directly download the APK file by click here.
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.