Guest User

rooting

a guest
Feb 11th, 2024
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. C:\platform-tools\windows-x86\bin>fastboot Hisense unlock
  2. OKAY [ 0.001s]
  3. Finished. Total time: 0.003s
  4.  
  5. C:\platform-tools\windows-x86\bin>fastboot erase avb_custom_key
  6. Erasing 'avb_custom_key' OKAY [ 0.015s]
  7. Finished. Total time: 0.023s
  8.  
  9.  
  10. C:\platform-tools\windows-x86\bin>fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
  11. Rewriting vbmeta struct at offset: 0
  12. Sending 'vbmeta' (64 KB) OKAY [ 0.007s]
  13. Writing 'vbmeta' OKAY [ 0.001s]
  14. Finished. Total time: 0.022s
  15.  
  16. C:\platform-tools\windows-x86\bin>fastboot reboot
  17. Rebooting OKAY [ 0.000s]
  18. Finished. Total time: 0.003s
  19.  
  20. C:\platform-tools\windows-x86\bin>adb reboot bootloader
  21. error: no devices/emulators found
  22.  
  23. C:\platform-tools\windows-x86\bin>fastboot flash boot magisk_patched_boot.img
  24. < waiting for any device >
  25. ^C
  26. C:\platform-tools\windows-x86\bin>
  27. C:\platform-tools\windows-x86\bin>fastboot devices
  28. 2a872zzz fastboot
  29.  
  30. C:\platform-tools\windows-x86\bin>fastboot flash boot magisk_patched_boot.img
  31. Sending 'boot_a' (98304 KB) OKAY [ 2.549s]
  32. Writing 'boot_a' OKAY [ 0.247s]
  33. Finished. Total time: 2.814s
  34.  
  35. C:\platform-tools\windows-x86\bin>fastboot reboot
  36. Rebooting OKAY [ 0.001s]
  37. Finished. Total time: 0.003s
Advertisement
Add Comment
Please, Sign In to add comment