Sunday 31 May 2015

How to USE ADB via WIFI

https://lh5.ggpht.com/nJEM5d2M1-w_N_o0rgYtVWqYXcCg-kaFoZOt6spVCgxi1JUU7yNEjSUVIx7wZuMV8Qg=w300 

Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. It is a client-server program that includes three components:
  • A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients.
  • A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device.
  • A daemon, which runs as a background process on each emulator or device instance. 

THINGS YOU WILL REQUIRE
- ROOTED android device
- WIFI ADB : DIRECT LINK / PLAY LINK
- ADB SETUP drivers : LINK
- mHotspot OR WIFI ROUTER

INSTRUCTIONS
1. First we have setup adb drivers on on the laptop : just open the setup and follow the instructions
2. After adb drivers setup you will get a adb folder in LOCAL C : (C:\adb)
3. Now connect your PC/LAPTOP and the Android device to your WIFI ROUTER or make a WIFI Hotspot 
4. Install the ADB WIFI APP on your android device
5. Give it root permission
6. Tap on the slider
7. Now on the PC/LAPTOP go to the adb folder and press SHIFT + RIGHT CLICK
8. Click on "open command window here"
9. Now type the following adb connect THE IP and press enter (YOU WILL GET THE IP ON YOUR PHONE IN THE WIFI ADB APP)
10. Press ENTER
11. Done
12. To check if it is working type adb devices


WATCH THIS VIDEO IF YOU DIDN'T UNDERSTAND

Powered by Blogger.