App Info 2o2q2n
- App NameWiFi ADB
- CategoryTools
- Version3.0.6
- Requirement4.0.3 or higher
- File Size1.66 MB
- Updated2023-06-01
- App Codecom.ttxapps.wifiadb
App Description 5y6s3u
Note: This app only works on rooted devices. If you don't know what it means or if your device is not rooted please don't install.WiFi ADB makes it easy to debug and test your Android apps directly on device via WiFi T/IP connection. No need to use USB cable. After enabling ADB over WiFi, to connect your computer to the device open the console and run adb connect
FEATURES⢠Quickly enable/disable ADB connection over WiFi T/IP⢠Auto-enable ADB over WiFi on known WiFi networks⢠Once enabled an ongoing notification is shown to remind s that ADB over WiFi is active and make it easy to disable it manually⢠Temporarily increase screen-off timeout. Nine times out of 10 this is what s want during development of an Android app and testing it on device. The original screen timeout is restored when ADB over WiFi is disabled.⢠Temporarily lock WiFi, prevent it from going into sleep mode (how effectively it works depends on device and Android version)⢠Also acts as a Tasker plugin. s can configure Tasker app to automatically turn on/off WiFi ADB based on defined conditionsTIPS⢠Your computer must be allowed to connect to your device over ADB. The permission must be granted when your device is connected via USB cable. This needs to be done only once.⢠If your development computer is Unix/Linux or Mac open a console and run while true ; do adb connect
; sleep 15 ; done This one-liner auto-reconnects to ADB daemon on the phone every time the link is broken for whatever reason.⢠If you control the WiFi router, configure it to give the device the same IP address every time. Then assign a local DNS hostname to that IP address so that you can use it instead of an IP address in the adb connect command in the console.
Receive boot completed |
Allows to receive the boot completed notification that is broadcast after the system finishes booting. |
Access network state |
Allows to access information about networks. |
Access wifi state |
Allows to access information about Wi-Fi networks. |
Change wifi state |
Allows to change Wi-Fi connectivity state. |
Internet |
Allows to access internet network. |
Wake lock |
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. |
Write settings |
Allows to read or write the system settings. |
android.permission.FOREGROUND_SERVICE |
App customer permission. |