good4y0u

PH1 rooting steps

Jun 18th, 2021
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. Unlock bootloader: following steps: https://www.androidexplained.com/essential-phone-bootloader-unlock/
  2.  
  3. Set to fastboot (pwr + down arrow)
  4. PS C:\Program Files (x86)\Essential\ADB> fastboot flashing unlock
  5. ...
  6. OKAY [ 0.082s]
  7. finished. total time: 0.084s
  8.  
  9. When finished it goes to “no command”
  10. Select arrow key, reboot, then factory reset when requested.
  11.  
  12. Following steps : https://forum.xda-developers.com/essential-phone/how-to/guide-rooting-essential-ph-1-magisk-t3701976
  13. PS C:\Program Files (x86)\Essential\ADB> fastboot set_active other
  14. Setting current slot to 'a'...
  15. OKAY [ 0.038s]
  16. finished. total time: 0.040s
  17. PS C:\Program Files (x86)\Essential\ADB>
  18.  
  19. Flash twrp image
  20.  
  21. PS C:\Program Files (x86)\Essential\ADB> fastboot flash boot twrp-3.2.3-0-mata.img
  22. target reported max download size of 536870912 bytes
  23. sending 'boot_a' (48712 KB)...
  24. OKAY [ 1.245s]
  25. writing 'boot_a'...
  26. OKAY [ 0.266s]
  27. finished. total time: 1.513s
  28. PS C:\Program Files (x86)\Essential\ADB>
  29.  
  30. TWRP was NOT touch enabled, need to flash touch enabled img.
  31.  
  32. Ensure active is still a
  33.  
  34. PS C:\Program Files (x86)\Essential\ADB> fastboot getvar current-slot
  35. current-slot: _a
  36. finished. total time: 0.001s
  37.  
  38. ELSE run swap command
  39.  
  40.  
  41. Flash touch enabled
  42.  
  43. PS C:\Program Files (x86)\Essential\ADB> fastboot flash boot TWRP-SEP-with-touch.img
  44. target reported max download size of 536870912 bytes
  45. sending 'boot_a' (65536 KB)...
  46. OKAY [ 1.640s]
  47. writing 'boot_a'...
  48. OKAY [ 0.908s]
  49. finished. total time: 2.552s
  50. PS C:\Program Files (x86)\Essential\ADB>
  51.  
  52. 4. Once TWRP has been flashed, boot into the recovery.
  53.  
  54. 5. Once you have booted into TWRP, simply flash the TWRP Installer zip.
  55.  
  56. 6. Once you have finished flashing the TWRP Installer zip, boot to recovery on the OPPOSITE slot. You can do this from TWRP by going to "Reboot", then selecting the opposite of the current slot (if on A, select Slot B. If on B, select Slot A), then select "Recovery." You can also do this through fastboot by running the same command from step 2.
  57.  
  58. 7. Once you have booted back into TWRP, simply flash the Magisk zip and you are now good to go! Feel free to flash anything else like kernels while you're at it.
  59.  
  60. 8. Reboot.
  61.  
  62. NOTE: TWRP WILL remain installed on your device so long as you reflash the installer zip after every update.
  63.  
Advertisement
Add Comment
Please, Sign In to add comment