30-01-2022, 09:19 AM
Hello
I have this phone which is running on android 11 - Go Edition
I would have manage to unlock this bootloader using this guide → How to unlock Unisoc (SPD) bootloader using Identifier Token (hovatek.com)
Am trying to flash a custom recovery using 'fastboot flash recovery recovery.img' and this error;
D:\android-sdk\platform-tools>fastboot flash recovery D:\android-sdk\platform-tools\recovery.img
Sending 'recovery' (14538 KB) OKAY [ 0.361s]
Writing 'recovery' FAILED (Status read failed (Too many links))
fastboot: error: Command failed
When I try booting directly I get this error;
D:\android-sdk\platform-tools>fastboot boot D:\android-sdk\platform-tools\recovery.img
Sending 'boot.img' (14538 KB) OKAY [ 0.340s]
Booting FAILED (Status read failed (Too many links))
fastboot: error: Command failed
I have connected the device to SPD Research Download Tool, and from the GQ3276-BH1_ZNL615_Ulefone_20211013_V12(Non-EU).pac file I cannot see the recovery partition on the 'Main Page' tab and 'Flash Operations' tab
My issues are;
- How do I backup the current recovery partition
- How to boot into a custom recovery(CWM,TWRP, ...)
Your assistance is much appreciated in advance