[GNULINUX] Unlock bootloader & root Kitsune Mask for Realme C55 RMX3710 Android 13/14 with MTKClient

Описание к видео [GNULINUX] Unlock bootloader & root Kitsune Mask for Realme C55 RMX3710 Android 13/14 with MTKClient

Unlock bootloader on Realme C55 (RMX3710) :
As Deep testing doesnt work on RMX3710 so we have use mtkclient to force unlock bootloader

Requirements :
GNU/Linux machine (GNU/Linux is recommended)
(Windows user can create Live USB install and boot to it and do like on video, dont try GNU/Linux virtual machine on Windows host as it won't work!)

1. Install MTKClient, you can find instructions on Google!
For Debian/Ubuntu
sudo apt install python3 git libusb-1.0-0 python3-pip
For ArchLinux
(sudo) pacman -S python python-pip git libusb
or
yay -S python python-pip git libusb
Grab files
git clone https://github.com/bkerler/mtkclient
cd mtkclient
pip3 install -r requirements.txt
python3 setup.py build
python3 setup.py install

2. Unlock bootloader using these command in terminal or CMD
mtk e metadata,userdata,md_udc
mtk da seccfg unlock
mtk reset

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

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

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

Комментарии

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