My device has been unlocked by Xiaomi’s own unlocker tool.I downloaded the original android sdk from its original website.And I installed TWRP on the device.
When i tried to boot into the custom recovery my device went off and then started beeping continuously.
It doesn’t stop until i wanted to enter into recovery mode (Vol UP + PWR) but it stops for 5-9 seconds.\[ I also tried with and without usb connection (it was connected to a PC) and when the beep stopped the usb notification sound played which meant that the device was connected but after 1 second it disconnected \]After the 10th second the whole process repeats , it just beeps and there isn’t anything on the screen either.
Hi
Try to to do a fastboot mode to check whether your bootloader is unlocked!
Note:
Make sure you are in the adb folder when you are doing the command prompt
C:\\…\\Adb> adb devices
C:\\….\\Adb>fastboot oem device-info
C:\\Users\\Andy Woon.ANDYWOONDESKTOP\\Desktop\\ADB>fastboot oem device-info
…
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY \[ 0.069s\]
finished. total time: 0.070s
……….
If the above result shows your bootloader is unlocked then you can go back to fastboot mode to fastboot flash twrp.img and later boot up from recovery to do a complete wipe .. data, dalvik, system, etc to reinstall your Miui Stock Rom or another option is to Mi Flash Tool to do a Fastboot Recovery method.
Good luck -:) -:)
u need to boot to twrp via ‘flash boot twrp.img’ right after you flash twrp.
while booted in to twrp you should wipe the data & cache.
that should solve the bootloop.
flashing twrp in the boot partition is a very bad idea