Version
Build Date
February 1, 2021
Pre-requirements
Create magisk patched boot.img for oneplus 6/
1. Download boot.img for redmi 1s file from above link.
2. Download latest magisk manager and launch the Magisk Manager on your device.
3. Tap on the Install next to the Magisk as shown in the image below.
4. Then choose the “Select and Patch a file” option
5. Navigate to your downloaded Boot.img for oneplus 6 file and patch the file. Then tap on the Let’s Go option situated at the top right.
6. Wait for the process to complete.
7. Once done, go to Downloads folder , and you should see the magisk_patched.img file.
Flash patched boot.img in oneplus 6
1. So , download and Install ADB & FASTBOOT tool from here.
2. Install USB drivers for oneplus 6 form here.
3. Connect your oneplus 6 to the PC via USB cable. Make sure USB Debugging is enabled under Developer Option.
4. Boot your phone into fastboot mode , by pressing volume down + power button simultaneously.
5. Now , copy your boot.img file in fastboot folder.
6. Open fastboot folder where you copied the boot.img for oneplus 6 (enchilada). In Address bar type "CMD" and hit enter .
7. In command prompt , type fastboot devices to check your device is connected or not.
7. Execute fastboot flash boot magisk_patched.img the command to flash the patched boot image file
8. The flashing should only take a couple of seconds, once done type fastboot reboot command in command prompt , to reboot the devices
0 Comments