Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
4,201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Resource
  2. ---------------------------------------------------------------------------------
  3. adb & fastboot: https://www.androidfilehost.com/?fid=24399994186368737
  4. TWRP: https://dl.twrp.me/hima/
  5. RUU: https://www.androidfilehost.com/?fid=457095661767124956
  6. OTA: https://www.androidfilehost.com/?fid=24421527759886765
  7. ---------------------------------------------------------------------------------
  8.  
  9. Commands
  10. ---------------------------------------------------------------------------------
  11. fastboot getvar all
  12. fastboot flash recovery <filename>
  13. fastboot reboot-bootloader
  14.  
  15. adb shell "dd if=/dev/block/mmcblk0p32 bs=1 skip=2208 count=16"
  16. adb shell "dd if=/dev/zero of=/dev/block/mmcblk0p32 bs=1 seek=2208 count=16"
  17. adb reboot download
  18.  
  19. fastboot oem rebootRUU
  20. fastboot --force-resend flash zip <filename>
  21. fastboot oem reboot-download
  22.  
  23. fastboot flash zip <filename>
  24. ---------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement