metalx1000

LG Nexus 5x Notes

Nov 17th, 2016
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #enable Developer mode
  2. #turn on OEM unlocking
  3. #enable USB debugging
  4. adb reboot-bootloader
  5. fastboot oem unlock  ##Will Erase all data!!!
  6. fastboot reboot
  7.  
  8. #boot TWRP recovery
  9. #get image https://dl.twrp.me/bullhead/
  10. adb reboot-bootloader
  11. fastboot boot twrp*.img
Add Comment
Please, Sign In to add comment