adb driver for xiaomi phones,
connect xiaomi phones to PC
How to install ADB driver to connect the Mi Phones to PC
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.
- You can find Adb in Your MiFlash Tool , Browse to " C:\Program Files (x86)\Xiaomi\MiPhone\Google\Android "Here You will find Adb and Fastboot ToolMake sure You have Installed MiflashToday We Will Learn How to Setup ADB Bridge connection from a PC (computer) To Our MI mobile ( or any other Mobile).After Enabling Usb Degugging Connect the Phone to Computer.Then Open Command Promt .and, Browse to the Adb tool location via CMDAfter that type comand - " adb devices " - without quotesThis will bring a prompt screen on your mobile asking for permission - Click AllowThen your device Serial no would appear with Online status .You have sucessfully setup ADB.***NOTE - TO USE ADB ROOT ( adb su ) Your device needs to be rootedDOWNLOAD - ADB TOOL :
ADB.zip For more information about ADB and all its commands you can browse :http://developer.android.com/tools/help/adb.html
0 comments