Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How To Link Up Your Android Smartphone With Windows 10 Smartphones
  • WWDC 2020 – How to Play YouTube in Background on iPhone Without YouTube Premium How-To
  • How to Record PS4 Gameplay in HD, Upload to PC, and Edit for Free How-To
  • How do i fix netflix error 113 Computer Tips
  • Tips & Tricks For Apple Messages That You Might Not Know About General Software
  • How to Insert a PDF File into a Word Document Computer Tips
  • How to reset your SIM card Smartphones
  • How to build A home racing simulator? Gaming

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

  • What Is the Latest Version of Android? Smartphones
  • Comparing 4 best Offline Maps Apps for Smartphones How-To
  • Should you charge your phone overnight Smartphones
  • If sim not provisioned iphone how to Fix Smartphones
  • How to Update Android Apps Smartphones
  • Android Pie (version 9) Review – The “Techie” Smartphone OS Gets Smarter and Friendlier Smartphones

Leave a Reply Cancel reply

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

Archives

  • 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
  • TemplateMonster WordPress Theme Review – Build a Site With Ease
  • 6 Best FTP Clients For Android
  • MailTag: Real-time Email Tracking, Made Easy
  • Here are the Top 10 highest paid YouTubers of 2017
  • Protect Your Facebook Account From Hackers (2017)
DMCA.com Protection Status

Recent Posts

  • Buying Bitcoin in India? Top 4 Indian Bitcoin Exchange Compared
  • TemplateMonster WordPress Theme Review – Build a Site With Ease
  • How to use Canva Docs to create documents online
  • PS4 won’t turn on but beeps? 9 Fixes Worth Trying
  • How to Create a Vision Board on Canva

Recent Comments

  1. How to Cancel Your Wall Street Journal (WSJ) Subscription on How to Cancel Your New York Times Subscription
  2. How to Fix Spotify Lyrics Not Showing Up on How to Delete or Delete Downloads from Spotify
  3. 6 Best FTP Clients For Android on Disney Plus not working on Fire TV? Try These 8 Fixes
  4. Protect Your Facebook Account From Hackers (2017) on Top 5 Facebook Alternative Apps For iOS Devices
  5. 4 Ways to Share WiFi Without Giving Away Your Password on How to fix if PS5 Not Connecting to Internet?
  • 6 Best Sites to Download Movie Subtitles for Free Tools Review
  • How to watch the oscars 2022 technology
  • Connecting Excel to MySQL Office Tips
  • 7 Best News Apps for Android and iPhone Smartphones
  • How To Download Windows 10 ISO Without The Media Creation Tool Windows 10
  • How to Remap Netflix Buttons on NVIDIA Shield TV 2019 How-To
  • 4 Best Word to PDF Converter For Mac How-To
  • How To Reduce Windows Explorer High CPU Usage How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version