Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Make sure the device is recognized
  2. > adb devices
  3.  
  4. # Boot into bootloader mode
  5. > adb reboot bootloader
  6.  
  7. # In bootloader mode, make again sure the device is recognized
  8. > fastboot devices
  9.  
  10. # Flash stock LRX21O recovery image
  11. > fastboot flash recovery recovery.img
  12.  
  13. # Flash stock LRX21O system image
  14. > fastboot flash system system.img
  15.  
  16. # Flash stock LRX21O boot image
  17. > fastboot flash boot boot.img
  18.  
  19. adb sideload update.zip
  20.  
  21. fastboot flash recovery openrecovery-twrp-2.8.2.0-hammerhead.img
  22.  
  23. adb sideload UPDATE-SuperSU-v2.40.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement