[GNU/Linux] Realme C55 RMX3710 Bootloader Unlock + Magisk v27.0 Root [PROOF 100%]

Описание к видео [GNU/Linux] Realme C55 RMX3710 Bootloader Unlock + Magisk v27.0 Root [PROOF 100%]

Unlock bootloader on Realme C55 (RMX3710) :

As Deep testing doesnt work on RMX3710 so we have use mtkclient to force
unlock bootloader

Requirements :
Windows or GNU/Linux machine (GNU/Linux is recommended)

1. Install MTKClient, you can find instructions on Google!
(Windows users must install MediaTek Driver and LibUSB also)

2. Unlock bootloader using these command in terminal or CMD

python3 mtk e metadata,userdata,md_udc
python3 mtk da seccfg unlock
python3 mtk reset

3. For relock bootloader, use this :
python3 mtk e metadata,userdata,md_udc
python3 mtk da seccfg lock
python3 mtk reset

4. Dump the boot_a and boot_b partition :
python3 mtk r boot_a boot_a.bin
python3 mtk r boot_b boot_b.bin
python3 mtk reset

5, Patch both boot kernel image file with Magisk, and flash to device :
python3 mtk w boot_a [drag&drop patched boot_a file location]
python3 mtk w boot_b [drag&drop patched boot_b file location]
python3 mtk reset

Комментарии

Информация по комментариям в разработке