ad

Breaking News

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 Tool
    Make sure You have Installed Miflash

    Today We Will Learn How to Setup ADB Bridge connection from a PC (computer) To Our MI mobile ( or any other Mobile).

    Enabling adb Debugging

    In order to use adb with a device connected over USB, you must enable USB debugging in the device system settings, underDeveloper options.
    On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.
    After Enabling Usb Degugging Connect the Phone to Computer.Then Open Command Promt .

    and, Browse to the Adb tool location via CMD

    After that type comand -  " adb devices "    - without quotes



    This will bring a prompt screen on your mobile asking for permission - Click Allow
    Then 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 rooted

    DOWNLOAD - ADB TOOL :  ADB.zip 
    For more information about ADB and all its commands you can browse :http://developer.android.com/tools/help/adb.html

No comments