i just bricked my phone as i couldnt flash magisk with twrp due to twrp not being able to recognise the internal storage.
So i flashed magisk using adb and now i cant boot the phone.
The guide looks so easy but not straight forward when you actually do it yourself.
Phones going back to amazon
NoAfter unlocking bootloader, is there any message or warning screen stating that the phone is unlock/cannot be trusted something like that during booting? Like the one in OnePlus phone.
Once you get into bootloader following OP, verify "fastboot devices" command is working. If not, your device isn't recognized in fastboot. Open device manager and check.
Steps to install magisk after unlocking bootloader and without installing twrp.
Backup and factory data reset first.
1. Grab .ozip (3.4G) from realme.com you should update to downloaded .ozip first. (copy .ozip file to your phone's external sd card, if something terrible happens, this might be useful.)
2. Extract boot.img from .ozip, copy to your phone.
3. Install magisk manager.
4. Open magisk manager.
5. Click install Magisk.
6. Choose " Select and patch a file"
7. Select copied boot.img.
8. Copy patched boot.img to pc.
9. Rename patched boot image to boot.img
10. Flash patched boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (this will probably bootloop, if you dare you can skip this and try to reboot after flashing patched boot.img)
As for me bootloop occured and I tried the below steps.
If you get bootloop after flashing patched vbmeta.img, flash original vbmeta.img extracted from
downloaded .ozip
(It will be trickier to get into fastboot in bootloop, hold down volume down, once you enter fastboot quickly execute command before sudden reboot)
After successful boot, open magisk you will see magisk installed.
good to know it worked for you.These are good steps. :good:
I tried not to flash vbmeta, and my phone boot into system without any problem.
I'm using A29 firmware.
Help! I can't UBL. In depth test showing "This is carrier-customized phone"...
Once you get into bootloader following OP, verify "fastboot devices" command is working. If not, your device isn't recognized in fastboot. Open device manager and check.
adb and fast boot download
Unlock Bootloader Tutorial for realme 6 Pro (Android 10) from realme official forum
Steps to install magisk after unlocking bootloader and without installing twrp.
Backup and factory data reset first.
1. Grab .ozip (3.4G) from realme.com you should update to downloaded .ozip first. (copy .ozip file to your phone's external sd card, if something terrible happens, this might be useful.)
2. Extract boot.img from .ozip, copy to your phone.
3. Install magisk manager.
4. Open magisk manager.
5. Click install Magisk.
6. Choose " Select and patch a file"
7. Select copied boot.img.
8. Copy patched boot.img to pc.
9. Rename patched boot image to boot.img
10. Flash patched boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (this will probably bootloop, if you dare you can skip this and try to reboot after flashing patched boot.img)
As for me bootloop occured and I tried the below steps.
If you get bootloop after flashing patched vbmeta.img, flash original vbmeta.img extracted from
downloaded .ozip
(It will be trickier to get into fastboot in bootloop, hold down volume down, once you enter fastboot quickly execute command before sudden reboot)
After successful boot, open magisk you will see magisk installed.
These are good steps. :good:
I tried not to flash vbmeta, and my phone boot into system without any problem.
I'm using A29 firmware.
Thank you!
Confirmed RMX2063 A29
Bootloader Unlocked successful (following this guide) and then device Rooted (only flashed PATCHED boot.img using "" fastboot --disable-verity --disable-verification flash boot boot.img "" )
/* Your warranty is now void (or isn't ? who am I to judge ?) */
fastboot flashing unlock
adb reboot bootloader
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
L3 of course
Stock boot image is around 65 mb in size. But patched_boot.img with magisk is only 13.2 mb in size. So will it cause any damage when flashing patched boot image?