Install KitKat 4.4.3 Factory Image on Nexus 4, 5, 7 and 10 vit Tutorial

NOTE: Download & install adb fastbood driver Here (no need to Download crap android SDK)

Download Factory Image


Nexus 4: occum
Nexus 5: hammerhead
Nexus 10: mantaray
Nexus 7 (2012): nakasi
Nexus 7 WiFi (2012): nakasig
Nexus 7 WiFi (2013): razor

Install KitKat 4.4.3 Factory Image on Nexus devices

* Extract the downloaded factory image (Eg. occam-ktu84l-factory-0d3fd624.tgz) and you will have a folder named on the device and build
(Eg. occam-ktu84l), containing all the files.
* Hold on to your Nexus device and power it off completely.
* Press and hold the Volume down and power key until you see the bootloader screen also known as fastboot mode. This is where the fastboot commands
will operate.
* Connect your Nexus to the PC using a USB data cable.
* Now open the folder that was finally extracted in step #1 (Eg. occum-ktu84l).
* Time to clear the device completely, type in the following commands one after the other.


Shift Right click Somewhere where yu saved yur file folder select open Command window here

Type below given command 1 by 1 nd press enter


fastboot erase boot

fastboot erase recovery

fastboot erase cache

fastboot erase system

fastboot erase userdata


Execute the following command to flash the bootloader:

fastboot flash bootloader <file-name.img>

Example:


fastboot flash bootloader bootloader-mako-makoz30d.img

Reboot the device bootloader mode (This is necessary), type:

fastboot reboot-bootloader


Enter the following command to flash the radio:

fastboot flash radio <file-name.img>

Example:

fastboot flash radio radio-mako-m9615a-cefwmazm-2.0.1701.02.img

Reboot the device bootloader again, type:

fastboot reboot-bootloader


Finally, flash the factory image:

fastboot -w update <file-name.zip>


Example:

fastboot -w update image-occam-ktu84l.zip