Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • Get More out of Instagram From These Android Apps
  • 6 Simple Hacks To Access Blocked Websites How-To
  • How to Quickly Check Mails on Gmail How-To
  • how do i fix videos not play on linux? How-To
  • Ultimate Troubleshooting Guide for Windows 10 Not Going to Sleep Windows 10
  • How To Record a FaceTime Call & Other VOIP Calls On PC & Mobile Tutorials
  • What Is the Windows 10 Group Policy Editor? Windows 10
  • The Best 7 ChatGPT Chrome Extensions 2023 AI Tools & Guides

How To Use ADB Wirelessly On Your Android

Posted on October 5, 2020 By blog_786 No Comments on How To Use ADB Wirelessly On Your Android

ADB stands for Android Debug Bridge and it is a utility that you can install on your computer to perform actions on your Android device If you’ve ever looked for any customization options for your Android device, you’ve probably heard of this utility as it is also used to customize Android devices.

In most cases, ADB is used over a USB connection to send and execute commands from your computer to your Android device. However, it also works over a wireless connection. It’s really strange that not many people talk about this useful utility feature.

ADB Wirelessly On Your Android”/>

By using ADB wirelessly with your Android device, you don’t need the clutter of cables, and you can do a variety of things, including taking screenshots, installing apps, uninstalling apps, and more, directly from your computer wirelessly.

Use ADB Wirelessly with Android Devices without Root

If you haven’t rooted your Android device, or don’t know what it is, there is an extra step to take before you can use ADB wirelessly.

You need to first connect your device to your computer with a USB cable and then start the ADB server. The reason is that ADB wireless mode often does not start the server needed to connect your computer to the device.

Run ADB installation over USB

  • Go to the ADB website, download and extract the package to your computer.
  • Launch the Settings app on your Android device, click Developer Options and enable USB Debugging. This is an option that allows you to connect your computer to Android via ADB

  • Connect your Android device to your computer using a USB cable.
  • Launch a Command Prompt window (Windows) or Terminal window (Mac) in the ADB folder you just extracted from the package. Type the following command in the window and press Enter.

    adb devices (Windows)
    ./adb devices (Mac)

ADB Wirelessly On Your Android”/>

  • A prompt appears on your device screen asking if you want to enable USB debugging. Select the Always allow from this computer check box and click OK.

ADB Wirelessly On Your Android”/>

  • In the Command Prompt window, you will see your Android device. Type the following command and hit Enter. There will be no output for this command.

    adb tcpip 5555 (Windows)
    ./adb tcpip 5555 (Mac)

ADB Wirelessly On Your Android”/>

ADB Wirelessly On Your Android”/>

You have successfully configured ADB service on port 5555.

Finding the IP address of the Android device

Now that the ADB server is up and running, you are ready to connect to the device from your computer. However, in order to do this, you need to first find out the IP address of your device

Also, make sure your device is connected to the same wireless network as your computer.

  • Launch the Settings app on your Android device and click About Phone at the bottom.
    • On the next screen, click on the “Status” option, which will allow you to see the details of your network.

    ADB Wirelessly On Your Android”/>

    • Scroll down the next screen and you will find an entry with an IP address. This is the address you will be using, so write it down somewhere.

    ADB Wirelessly On Your Android”/>

    ADB Wirelessly On Your Android”/>

    Now that you know where your device is on the network, it’s time to establish a connection between your two machines.

    Connect wirelessly to your Android device using ADB

    Now you will send a request from your computer to the device asking to establish a connection. Since your computer is already one of the authorized computers for USB debugging, you will not receive a request or anything similar asking for your permission.

    • Return to the Command Prompt window, type the following command and press Enter. Be sure to replace IP with the actual IP address of your Android device.

      adb connect IP

    • If all goes well, the command line will display a message stating that you are connected to the specified IP address.

    ADB Wirelessly On Your Android”/>

    ADB Wirelessly On Your Android”/>

    Now that you are connected to your Android device using ADB, you can execute any of the ADB commands you know and they will be executed on your Android phone.

    Use ADB Wirelessly with Rooted Android Devices

    If you have gained root access on your device, then the server initialization process is not required to connect to it from a computer. This means you don’t need to connect your device with a USB cable first.

    However, you will need the IP address of your device.

    • Go to the Google Play Store, download and install the Terminal Emulator app on your device.
    • Run the following command and give the app SU permissions on your device.

      su

    • Enter the following command one by one and they will initialize everything needed to connect ADB

      setprop service.adb.tcp.port 5555
      stop adbd
      start adbd

    • Run the following command replacing IP with IP -address of your device in the command prompt window of your computer. It will connect to your device via ADB

      adb connect IP

    Now you can run any commands on your device. Also, since your device is rooted, you can even run commands that require superuser rights.

    What ADB Commands to Try First

    If you’ve never run any commands in ADB before, there are some useful commands that you can run the first time and get everything done on your device.

    • Reboot device – adb reboot
    • Send file to device – adb push source target
    • Get file from device – adb pull source target
    • Install app – adb install app-name.apk
    • Uninstall app – adb uninstall package_name
    • Take a screenshot – adb shell screencap -p /sdcard/capture.png and then use adb pull /sdcard/capture.png to drag the screenshot to your computer

    When finished, run adb disconnect to disconnect from your Android device.

    –

    Share this:

    • Twitter
    • Facebook
Smartphones

Post navigation

Previous Post: LibreOffice vs Microsoft Office – Which Is Best For You?
Next Post: How To Connect Your Google Home To Your TV

Related Posts

  • how to calculate vat (value add tax) Gadgets
  • Instagram notes not showing/working? 6 ways to fix it Smartphones
  • Is Your Instagram Repeating Stories? 5 Fixes to Try Smartphones
  • How to Stop Pop-Ups on Android and iPhone iPhone
  • 15 Best Android Widgets of 2022 Smartphones
  • How To Run Multiple Instances Of An App On Android & Mac Smartphones

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • cat5 vs cat5e vs cat6 vs cat6a vs cat7 – Which Ethernet Cable to Use?
  • 15 Best Legal Torrenting Sites to Download Content Safely
  • Review of the ReMarkable 2.0 tablet with Type Folio keyboard
  • Flixable Helps You Find the Best Movies and TV shows on Netflix
  • How to Watch Winter Olympics 2018 from Anywhere
DMCA.com Protection Status

Recent Posts

  • How to Watch Netflix in 1080p on Chrome and FireFox
  • cat5 vs cat5e vs cat6 vs cat6a vs cat7 Which Ethernet Cable to Use?
  • 15 Best Legal Torrenting Sites to Download Content Safely
  • Review of the ReMarkable 2.0 tablet with Type Folio keyboard
  • Flixable Helps You Find the Best Movies and TV shows on Netflix

Recent Comments

  1. Flixable Helps You Find the Best Movies and TV shows on Netflix on SmartDNS vs VPN “What’s the Difference?”
  2. 5 Sites That Are Like Audible, But Free on Top 4 Amazon Price Tracker Tools
  3. 5 Sites That Are Like Audible, But Free on 14 Best Free Audiobooks on Audible – 2022
  4. How to Reduce PNG File Size of a Photo on How to Convert a Screenshot to a Jpeg on a Mac
  5. 3 Sites like YouTube to Earn Money With Your Videos on Here are the Top 10 highest paid YouTubers of 2013
  • Interesting Features In The Windows 10 Settings You May Not Know About Windows 10
  • How to Use Facebook Custom Friends Lists To Organize Your Friends Computer Tips
  • Can You Bypass the Android Lock Screen? Smartphones
  • The Best Utilities to Customize Windows 10 Windows 10
  • How to change the opacity of a layer in procreate 2022 technology
  • Best calculator tape rolls 2020

    Best calculator tape rolls 2020. 1 - Brown/Tan Acrylic Packing Tape, 2 Inch Wide, 2.0mil Thickness, 110 Yard Per Roll [Pack of 6 Rolls] Top Re

  • Some Best Ways to See Live Word Count in Google Docs Google Software/Tips
  • How to Lock Any App on Your iPhone With Passcode How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version