alternate method to restore system if adb sideload fails and device goes to bootloop

 THIS WILL RESTORE YOUR SYSTEM TO ROOTED KITKAT 2.XXXX.44 FIRMWARE
firmware download this zip first and make sure you have adb configured
if you dont have adb download this zip and extract on pc adb & fastboot
also make sure u have proper driver setup for your phone in your pc  intel drivers

STEPS
1>extract the first zip and keep the files (not the folder but the FILES) in it in the adb folder.
2>boot in fastboot mode (power+volume up).
3>open cmd in your adb folder (shift+right click>choose open cmd.
4>check whether your device is being recognized by typing "fastboot devices" without quotes and hit enter.
5>if you dont get your device number being recognized please ensure you have proper adb (including fastboot) and device driver setup and repeat process.
6>if all is okay type in "fastboot erase cache" without quotes and hit enter.
7>type in "fastboot erase data" without quotes and hit enter.
8>type in "fastboot flash boot boot.img" without quotes and hit enter.
9>type in "fastboot flash fastboot fastboot.img" without quotes and hit enter.
10>type in "fastboot flash recovery recovery.img" without quotes and hit enter.
11>type in "fastboot reboot-bootloader" without quotes and hit enter.
12>type in "fastboot flash system system.img" without quotes and hit enter.
13>wait for process to complete,then again erase data and cache.
14>reboot device.

YOU CANNOT DIRECTLY HIT OTA OVER THIS FIRMWARE,YOU HAVE TO MANUALLY FLASH IT VIA ADB SIDELOAD ONCE YOU HAVE COMPLETED THIS PROCEDURE.

CREDITS sir edwin adato for the pre rooted firmware

Archive