ADB WiFi Apk

ADB WiFi Apk

Latest version 1.0
20 Jan 2017

Older Versions

Apk Infos

Version1.0
Rating4.1/5, based on 7 votes
Size‎1.4 MB
Requires AndroidAndroid 4.0+ (Ice Cream Sandwich)
Author's NotesDebug/test apps on device over the air, wireless, no cable.

About ADB WiFi APK

ADB WiFi APK Download for Android
ADB WiFi APK Download for Android

Description

WiFi ADB makes it easy to debug/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 ip_address_of_the_device

REQUIREMENTS

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

FEATURES

• Quickly enable/disable ADB connection over WiFi TCP/IP
• Auto-enable ADB over WiFi on configured known SSIDs
• 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 value is restored when ADB over WiFi is disabled again.

TIPS

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

while true ; do adb connect phone_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 phone the same IP address every time. Then assign a local DNS hostname to that IP address so that you don't have to type an IP address which changes everytime in the console.

How to install ADB WiFi APK on Android phone or tablet?

Download ADB WiFi APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.kva.adboverwifi-v1.0-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.0 (1)1.4 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Perfect tools, ty
5 ★Does what it says, enables ADB over Wifi by a single click