/ July 1, 2017
(4.7/5) (7001)

Description

Debug/test apps on device over the air,wireless, no cable. Must-have developer tool.

WiFi ADB makes it easy to debug/test your Android apps directly ondevice via WiFi TCP/IP connection. No need to use USB cable. Afterenabling ADB over WiFi, to connect your computer to the device openthe console and run

adb connect ip_address_of_the_device

REQUIREMENTS

This app works on ROOTED devices only. If you don't knowwhat it means or your device is not rooted please don't install.Users also need to grant this app su permission when beingasked.

FEATURES

★ Quickly enable/disable ADB connection over WiFi TCP/IP
★ Auto-enable ADB over WiFi on configured known SSIDs
★ Once enabled an entry is added to ongoing notification bar toremind user that ADB over WiFi is active and make it easy todisable it manually
★ The app icon can be put on status bar at all time for quickaccess (better than home screen widget, IMO)
★ Temporarily increase screen-off timeout. Nine times out of 10this is what users want during development of an Android app andtesting it on device. The original screen timeout value is restoredwhen ADB over WiFi is disabled again.
★ Temporarily lock WiFi, prevent it from going into sleep mode (howeffectively it works depends on device and Android version)
★ Also acts as Tasker/Locale plugin. You can configureTasker/Locale to automatically turn on/off WiFi ADB based on otherconditions

TIPS

★ If your development computer is Unix/Linux or Mac open a consoleand run

while true ; do adb connect phone_ip_address ; sleep 15 ;done

This one-liner auto-reconnects to ADB daemon on the phone everytime the link is broken for whatever reason.

★ If you control the WiFi router, configure it to give the phonethe same IP address every time. Then assign a local DNS hostname tothat IP address so that you don't have to type an IP address whichchanges everytime in the console.

IN-APP PURCHASE

This app requires in-app purchase permission. This is for users tomake donations to the app developer. Donations are voluntary and infact do not add any extra features. But if you want to saythank-you with your wallet, you can. (Thanks!)

App Information WiFi ADB - Debug Over Air

  • App Name
    WiFi ADB - Debug Over Air
  • Package Name
    com.ttxapps.wifiadb
  • Updated
    July 1, 2017
  • File Size
    Undefined
  • Requires Android
    Android Varies with device
  • Version
  • Developer
    MetaCtrl
  • Installs
    100,000 - 500,000
  • Price
    Free
  • Category
    Tools
  • Developer
    Visit website Email [email protected] Privacy Policy
    Týnská 1053/21 110 00 Praha 1 Czech Republic
  • Google Play Link

WiFi ADB - Debug Over Air Version History

Select WiFi ADB - Debug Over Air Version :
  • 3.0.6 (882004241)
  • 1.50 (703311105)
  • 1.49 (611181155)
  • 1.48 (6040953)
  • 1.45 (5070401)
  • WiFi ADB - Debug Over Air 3.0.6 APK File

    Publish Date: 2020 /5/19
    Requires Android: Android 4.0.3+ (Ice Cream Sandwich, API: 15)
    File Size: 1.7 MB
    Tested on: Android 10 (Quince Tart, API: 29)
    File Sha1: c75153b2c0f4bc02fa511682fc499b8173209ae0
    APK Signature: 0cc19defdb9dbd19cc1d8b058b603532c1132173
  • WiFi ADB - Debug Over Air 1.50 APK File

    Publish Date: 2017 /3/31
    Requires Android: Android 2.3.3+ (Gingerbread, API: 10)
    File Size: 1.1 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: f41c00c84cf9c197b53d9f40c7a7cdd0ba127f88
    APK Signature: 0cc19defdb9dbd19cc1d8b058b603532c1132173
  • WiFi ADB - Debug Over Air 1.49 APK File

    Publish Date: 2016 /11/20
    Requires Android: Android 2.3.3+ (Gingerbread, API: 10)
    File Size: 1.1 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 36189ec36d66631a8f56c3fb341d0013672c2e39
    APK Signature: 0cc19defdb9dbd19cc1d8b058b603532c1132173
  • WiFi ADB - Debug Over Air 1.48 APK File

    Publish Date: 2016 /4/12
    Requires Android: Android 2.3.3+ (Gingerbread, API: 10)
    File Size: 1.0 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: e1a92fadf2420fe715b09a92227a76eb4a42ab5d
    APK Signature: 0cc19defdb9dbd19cc1d8b058b603532c1132173
  • WiFi ADB - Debug Over Air 1.45 APK File

    Publish Date: 2015 /10/30
    Requires Android: Android 2.3.3+ (Gingerbread, API: 10)
    File Size: 969.4 kB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 14ce7aa014bb7fbf7b2688891e52cde35c3c7551
    APK Signature: 0cc19defdb9dbd19cc1d8b058b603532c1132173

MetaCtrl Show More...

WiFi ADB - Debug Over Air APK
MetaCtrl
Debug/test apps on device over the air,wireless, no cable. Must-have developer tool.WiFi ADB makes it easy to debug/test your Android apps directly ondevice via WiFi TCP/IP connection. No need to use USB cable. Afterenabling ADB over WiFi, to connect your computer to the device openthe console and runadb connect ip_address_of_the_deviceREQUIREMENTSThis app works on ROOTED devices only. If you don't knowwhat it means or your device is not rooted please don't install.Users also need to grant this app su permission when beingasked.FEATURES★ Quickly enable/disable ADB connection over WiFi TCP/IP★ Auto-enable ADB over WiFi on configured known SSIDs★ Once enabled an entry is added to ongoing notification bar toremind user that ADB over WiFi is active and make it easy todisable it manually★ The app icon can be put on status bar at all time for quickaccess (better than home screen widget, IMO)★ Temporarily increase screen-off timeout. Nine times out of 10this is what users want during development of an Android app andtesting it on device. The original screen timeout value is restoredwhen ADB over WiFi is disabled again.★ Temporarily lock WiFi, prevent it from going into sleep mode (howeffectively it works depends on device and Android version)★ Also acts as Tasker/Locale plugin. You can configureTasker/Locale to automatically turn on/off WiFi ADB based on otherconditionsTIPS★ If your development computer is Unix/Linux or Mac open a consoleand runwhile true ; do adb connect phone_ip_address ; sleep 15 ;doneThis one-liner auto-reconnects to ADB daemon on the phone everytime the link is broken for whatever reason.★ If you control the WiFi router, configure it to give the phonethe same IP address every time. Then assign a local DNS hostname tothat IP address so that you don't have to type an IP address whichchanges everytime in the console.IN-APP PURCHASEThis app requires in-app purchase permission. This is for users tomake donations to the app developer. Donations are voluntary and infact do not add any extra features. But if you want to saythank-you with your wallet, you can. (Thanks!)
Autosync - File Sync & Backup 6.0.10 APK
MetaCtrl
Universal file sync and backup tool for cloud storages and NASdevices
OneSync: Autosync for OneDrive 6.0.10 APK
MetaCtrl
File sync and backup for Android and OneDrive
Dropsync: Autosync for Dropbox 6.2.8 APK
MetaCtrl
Automatic file sync and backup tool for Dropbox
Autosync for MEGA - MegaSync 6.2.7 APK
MetaCtrl
Automatic file sync and backup tool for MEGA (mega.nz) cloudstorage
Autosync for Google Drive 6.0.10 APK
MetaCtrl
Automatic file sync and backup tool for Google Drive cloud storage
Autosync for Box - BoxSync 5.3.26 APK
MetaCtrl
File sync and backup for Android and Box cloud storage
Dropsync PRO Key 5.3.9 APK
MetaCtrl
Autosync files between Android and Dropbox cloud storage