
WiFi ADB - Debug Over Air
Debug apps on device over air, wireless, no cable, free, no ads (root required)
Cameron Gutman · com.ttxapps.wifiadb
UpdatedApr 28, 2020
PublishedMar 26, 2020
Packagecom.ttxapps.wifiadb
MD5270c52654532dc8e89b5d485300dae2a
SHA1 (signer)0C:C1:9D:EF:DB:9D:BD:19:CC:1D:8B:05:8B:60:35:32:C1:13:21:73
Signed byCN=Trung Duc Tran, C=CZ
Malware scanTRUSTED
Websitehttps://metactrl.com/
Contact[email protected]
Privacy policyView
What's new
- Updated app for Android 10
- Removed in-app donation button
- Removed in-app donation button
Description
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 TCP/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 TCP/IP
• Auto-enable ADB over WiFi on known WiFi networks
• Once enabled an ongoing notification is shown to remind users 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 users 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. Users can configure Tasker app to automatically turn on/off WiFi ADB based on defined conditions
TIPS
• 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.
WiFi ADB makes it easy to debug and test your Android apps directly on device via WiFi TCP/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 TCP/IP
• Auto-enable ADB over WiFi on known WiFi networks
• Once enabled an ongoing notification is shown to remind users 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 users 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. Users can configure Tasker app to automatically turn on/off WiFi ADB based on defined conditions
TIPS
• 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.
Required features
- Faketouch android.hardware.faketouch
- Wifi android.hardware.wifi
Permissions (8)
WiFi ADB - Debug Over Air requests the following Android permissions:
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Change Wifi State android.permission.CHANGE_WIFI_STATE
- Foreground Service android.permission.FOREGROUND_SERVICE
- Internet android.permission.INTERNET
- Receive Boot Completed android.permission.RECEIVE_BOOT_COMPLETED
- Wake Lock android.permission.WAKE_LOCK
- Write Settings android.permission.WRITE_SETTINGS