How to unlock bootloader on Blackshark 5 / 5 Pro

Unlocking the bootloader on your Blackshark 5 Pro can open up a world of possibilities for customization and advanced modifications. In this blog post, we’ll provide a step-by-step guide on how to unlock the bootloader of the Blackshark 5 Pro.

Disclaimer:

Before proceeding, it’s important to note that unlocking the bootloader may void your device warranty and could potentially lead to data loss. Follow these steps at your own risk. Ensure that you understand the consequences and are willing to accept responsibility for any outcomes.

Note:

bootloader of new redmagic devices is patched and can’t be unlocked with generic fastboot command, you can unlock it only by server or using a patched bootloader image, however there is no leaked abl image for Blackshark 5 Pro, the one and only way to unlock bootloader on Blackshark 5 Pro is server, contact us to unlock bootloader on your device.

Steps:

  • Contact us to unlock your device (not free)
  • follow the instructions provided by team

Here is the token based Method which is not work in many case

1) reboot device fastboot mode
2) send command

fastboot getvar token

3) encrypt the received token with the RSA algorithm with a public key on the device.

openssl rsautl -encrypt -certin -keyform der -inkey cert1.der -in f.txt -out f.enc

4) save the resulting ciphertext through a hex editor to a file.
5) send unlock

 fastboot oem unlock <your file with ciphertext>

The device is unlocked.

How to Root:

  • patch boot.img in magisk
  • reboot device in fastboot and connect it to computer
  • flash patched file using below command
fastboot reboot fastboot
fastboot flash boot magisk_patched_boot.img

Conclusion:

Unlocking the bootloader on the Blackshark 5 Pro can provide you with more control over your device, but it’s important to approach the process with caution and a clear understanding of the potential risks involved. Always back up your data before proceeding with any bootloader unlocking or flashing procedures.