fastboot mode not working on realme-c25s
Closed this issue · 1 comments
first I patched lk.img with the standard patch command
python3 -m lkpatcher lk.bin [root] [INFO] [2024-11-25 23:34:36] MediaTek bootloader (LK) patcher - version: 3.0.0 by R0rt1z2. [lkpatcher.patcher] [INFO] [2024-11-25 23:34:36] Successfully loaded 5 patches. [lkpatcher.patcher] [WARNING] [2024-11-25 23:34:36] Skipping invalid needle 2de9f04fadf5ac5d. [lkpatcher.patcher] [INFO] [2024-11-25 23:34:36] Successfully applied 4 patches. [root] [INFO] [2024-11-25 23:34:36] Patched image saved to /home/igor/Загрузки/lk-patched.img.
after loading into fastboot it wrote "fastboot_unlock_verify ok". The fastboot devices command worked and displayed
igor ~ $ fastboot devices GYBICITCRWRO85SO fastboot
and the reboot command hung
`igor ~ $ fastboot reboot
Rebooting
`
then, following the instructions, I tried to replace the patch that failed to work with my own using the command:
igor ~/downloads $ python3 -m lkpatcher -j patches.json lk.bin [root] [INFO] [2024-11-25 23:35:13] MediaTek bootloader (LK) patcher - version: 3.0.0 by R0rt1z2. [lkpatcher.patcher] [INFO] [2024-11-25 23:35:13] Successfully loaded 5 patches. [lkpatcher.patcher] [INFO] [2024-11-25 23:35:13] Successfully applied 5 patches. [root] [INFO] [2024-11-25 23:35:13] Patched image saved to /home/igor/Загрузки/lk-patched.img.
after rebooting in fastboot it started to write differently: "[fastboot mode]". But the reboot command also hangs. Maybe I made a mistake in creating the patch?
Fastboot mode seems to work. I'm closing it.