Advertisement
Deozaan

How to update the Nexus devices

Jun 27th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Download the latest stock ROM here:
  2. https://developers.google.com/android/nexus/images
  3. Download the latest Recovery Image here:
  4. http://clockworkmod.com/rommanager
  5.  
  6. Unzip it and put your device into fastboot mode (adb reboot-bootloader) then type the following commands:
  7.  
  8. OPTIONAL: fastboot oem unlock (THIS WIPES THE DEVICE!)
  9. fastboot reboot-bootloader
  10. fastboot flash bootloader bootloader-[blahblah].img
  11. fastboot reboot-bootloader
  12. fastboot flash radio radio-[blah blah].img (ONLY IF YOUR DEVICE IS CAPABLE OF MOBILE DATA)
  13. fastboot reboot-bootloader
  14. fastboot flash system system.img
  15. OPTIONAL: fastboot flash userdata userdata.img (THIS WIPES ALL YOUR DATA)
  16. fastboot flash boot boot.img
  17. OPTIONAL: fastboot flash recovery recovery.img (Use ClockworkMod Recovery for great justice!)
  18. fastboot reboot-bootloader
  19. fastboot erase cache
  20. OPTIONAL: fastboot oem lock
  21. fastboot reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement