Tools
These are instructions on how to set up ADB and Fast Boot Drivers (Android Debug Bridge) on Windows Computer using the Android SDK Software.
Once you have connected your Android Device to the Computer, it will automatically detect your device and install the USB drivers.
C:\fastboot
folder.cd c:fastboot
and press Enter from the Keyboard.fastboot flash boot imagename.img
and press Enter from the Keyboard (replace the imagename.img with the name of the file you have placed in the C:fastboot folder).Congratulations! You just learned to flash or install any file on your Android Device using the command window.
Readme Once:
[*] You can perform various things from the FastBoot (through CMD), like restarting the Android Device, Checking the Fastboot Status of your Device, etc.
[*] There are various Fastboot commands available, to know more Open CMD and Type “cd c:fastboot” and press enter, then again Type “Fastboot help“. It will open a list of various commands.
[*] Credits: Android SDK Tool is created and distributed by Google Inc. So, full credit goes to the Google team for sharing the tool for free.