MENU BAR

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Thursday, 6 October 2016

FLASH ROM WITH FASTBOOT.FASTBOOT FLASH TOOL






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


  1. DOWNLOAD ROM THAT ARE .img file compatible for your device.
  2. DOWNLOAD FAST BOOT FASTBOOT.ZIP AND UNZIP IT WITH WINRAR AND OTHER EXTRACTORS.
  3. Enable USB debugging on your device:
  4. Open the folder where your FLASH file ARE saved.
  5. 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.
  6. 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
  7. ADB REBOOT BOOTLOADER   OR  ADB REBOOT FASTBOOT
  8. If your device asks for permission to “Allow USB debugging”, tap OK.
  9. Once your device boots into bootloader mode, issue the following command into command window to flash the img files
  10. IN DOWNLOAD FOLDER YOU SEE .IMG FILE 
  11. TO FALSH SYSTEM   ENTER THIS COMMAND                                                                       fastboot flash system system.img
  12. FOR FLASH RECOVER  ENTER                                                                                                   fastboot flash recovery recovery.img
  13. SAME U FLASH DATA AND CACHE                                           fastboot flash cache cache.img OR fastboot flash userdata userdata.img
  14. FOR FACTORY  RESET ....TO WIPE YOUR PREVIOUS APP DATA ENTER THIs                                                                                                                                         fastboot erase userdata                                                                                            fastboot erase cache
  15. If tht not work enter            fastboot -w
  16. Once ROM is successfully flashed on your device, issue the following command to                     fastboot reboot
  17. NOW YOUR ROM FLASH SUCSSESFULLY......CONGRATS!!!!!!!!
FOR OYHER FASTBOT COOMANDS VISIT HERE: FASTBOOT COMMANDS



CREDIT: DANI