HOW TO INSTALL MAGISK ON REALME 3 PRO
Samar VisputeInstructions:
- Download and extract patched image.tar
- Unlock bootloader
- Place all extracted images in ADB tool’s folder.
- Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
- Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader/fastboot mode:
adb reboot bootloader
- └ If your asks for permission to “Allow USB debugging”, tap OK.
- Once your device boots into bootloader mode, type these into the command line.
fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
- Reboot device into system
- Done
Downloads:
Notes:
- if you boot on gsi you will get full mode magisk (able to use module )
- if you boot on colorOS you will get core mode magisk (not able to use module )
- if you boot GSI with magisk , install magisk module named SafetyPatch , this will give you safety net passed
Credits:
@sunan_malik for patching boot and recovery and sharing guide
@chankruze for pitchblack recovery
@topjohnwu for magisk