WiFi ADB - Debug Over Air Application icon

WiFi ADB - Debug Over Air 3.0.6

1.7 MB / 500K+ Downloads / Rating 4.5 - 8,362 reviews


See previous versions

WiFi ADB - Debug Over Air, developed and published by MetaCtrl, has released its latest version, 3.0.6, on 2020-05-28. This app falls under the Tools category on the Google Play Store and has achieved over 500000 installs. It currently holds an overall rating of 4.5, based on 8.362 reviews.

WiFi ADB - Debug Over Air APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.ttxapps.wifiadb

Updated: 5 years ago

Developer Name: MetaCtrl

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing WiFi ADB - Debug Over Air on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.5
Total 8,362 reviews

Reviews

5 ★, on 2020-09-19
Usually i don't rate any app but this is a seriously amazing. I was trying to connect using WiFi adb from pc side but failed every time but this app worked for me. Thanks man you saved my ass from being depressed 🔥🔥

2 ★, on 2020-04-28
After update, the notification is displayed even when inactive. I know it can be disabled via global OS settings, but that is just an annoying workaround. When you migrate Android apps after a backup or anything similar, you lose OS settings. There's no way to backup this configuration! I'll probably have to look for an older apk backup. //EDIT: Well do you know any way how one can bulk backup those global settings, if you consider it to be a correct way? Google usually makes bad decisions there

5 ★, on 2020-05-17
My main use of this app is scrcpy. And it works wonders. I have a rooted S8+ (Exynos) using custom ROM. No problem so far. The app works as inteded, incisive features and does what is promised.

4 ★, on 2020-06-11
The quick settings WiFi ADB toggle should require unlocking the device before turning WiFi ADB on/off. Right now, you can toggle it without unlocking the device which poses a minuscule security risk.

5 ★, on 2020-09-01
Nice app very useful and Affordable but It is working if the device is no root, But thank you

2 ★, on 2020-08-26
Would save time for non rooted users if you just put the word "root" in your playstore title.

Previous Versions

WiFi ADB - Debug Over Air 3.0.6
2020-05-28 / 1.7 MB / Android 4.0+

About this app

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 <device_ip_address>

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 <device_ip_address> ; 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.

New features

Version 3.0
- Updated app for Android 10
- Removed in-app donation button

App Permissions

Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows applications to change Wi-Fi connectivity state.
Allows applications to open network sockets.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read or write the system settings.
Allows an app to access approximate location.
Allows an app to access precise location.