Replymessage unavailable
How To Root Your Phone In Just 5 Minutes:
Method 1: With Custom Recovery:
- Requirments:
• Bootloader must be unlocked
• Phone should have a Custom Recovery.
1. Download Root Package: Get the Magisk zip, KSU or Ksu Next, or apatch files.
2. Boot into Recovery: Power off, then press the specific key combo (usually volume down + power).
3. Flash Root Files:
- For Magisk: Select "Install" → choose the Magisk zip → swipe to flash.
- For KSU/Ksu Next: Similarly, flash the respective files.
- For apatch: Flash the patch zip following the same process.
4. Reboot System: After flashing, reboot your device.
5. Verify Root: Use a root checker app to confirm.
Method 2: Without Custom Recovery
- Requirments:
• Bootloader must be unlocked
• Must have a PC / Laptop
1. Download the latest Root Manager and boot.img for your device.
2. Extract the boot.img from your device's stock firmware or custom firmware.
3. Patch the boot.img using your preferred Root Manager:
- Open your Root Manager → Select 'Install' → 'Patch Boot Image'.
4. Transfer the patched_boot.img to your PC.
5. Boot your device into fastboot mode.
6. Flash the patched boot image:
```shell
fastboot flash boot patched_boot.img
```
7. Reboot the device.
Note: Use 'KernelSU' or 'Magisk' for managing root permissions after this process.
If your phone still doesn't get root after patching your boot.img then use this method:
1. Download the latest Root Manager and vendor_boot.img for your device.
2. Extract the vendor_boot.img from your device's stock firmware or custom firmware.
3. Patch the vendor_boot.img using your preferred Root Manager:
- Open your Root Manager → Select 'Install' → 'Patch Vendor Boot Image'.
4. Transfer the patched_vendor_boot.img to your PC.
5. Boot your device into fastboot mode.
6. Flash the patched boot image:
```shell
fastboot flash vendor_boot patched_boot.img
```
7. Reboot the device.