SOME DEVICES HAVE FASTBOOT MODE ISTEAD OF DOWNLOAD MODE AND CANNOT FLASH WITH FLASH TOOLS
SO FLASHING A MOBILE WITH FASTBOOT YOU NEED TO FOLLOW FOLLOWING STEPS
STEPS TO FALSH WITH FASTBOOT
- DOWNLOAD ROM THAT ARE .img file compatible for your device.
- DOWNLOAD FAST BOOT . FASTBOOT.ZIP AND UNZIP IT WITH WINRAR AND OTHER EXTRACTORS.
- Enable USB debugging on your device:
- Open the folder where your FLASH file ARE saved.
- Now open a command window inside that folder. PRESS “Shift + Right click” on any empty white space inside the folder and then select “Open command window here” from the context menu.
- Connect your device to the PC. And type the following into the command window we opened in step 4 above to boot your device into bootloader/fastboot mode
- ADB REBOOT BOOTLOADER OR ADB REBOOT FASTBOOT
- If your device asks for permission to “Allow USB debugging”, tap OK.
- Once your device boots into bootloader mode, issue the following command into command window to flash the img files
- IN DOWNLOAD FOLDER YOU SEE .IMG FILE
- TO FALSH SYSTEM ENTER THIS COMMAND fastboot flash system system.img
- FOR FLASH RECOVER ENTER fastboot flash recovery recovery.img
- SAME U FLASH DATA AND CACHE fastboot flash cache cache.img OR fastboot flash userdata userdata.img
- FOR FACTORY RESET ....TO WIPE YOUR PREVIOUS APP DATA ENTER THIs fastboot erase userdata fastboot erase cache
- If tht not work enter fastboot -w
- Once ROM is successfully flashed on your device, issue the following command to fastboot reboot
- NOW YOUR ROM FLASH SUCSSESFULLY......CONGRATS!!!!!!!!
CREDIT: DANI