MI A3 how to install TWRP or any custoum recovery ? - Xiaomi Mi A3 Questions & Answers

Before unlocking the boot loader or unlocking the phone I was running android 11 with latest FEB 2021 security patch. I successfully unlocked the phone and boot loader using :
fastboot flashing unlock
fastboot flashing unlock_critical
but when trying to temporary boot TWRP image twrp-3.4.0-0-laurel_sprout.img using :
fastboot boot twrp-3.4.0-0-laurel_sprout.img
I get the error FAILED(unkonwn command). Making things worse I ended up ruining the boot partition so if someone can give a guide on how to solve this problem and install TWRP or other recovery or give a the suitable stock or rooted boot image for this particular build so I can revert back my changes without bricking phone due to anti rollback.

koko2010psp said:
but when trying to temporary boot TWRP image twrp-3.4.0-0-laurel_sprout.img using :
fastboot boot twrp-3.4.0-0-laurel_sprout.img
I get the error FAILED(unkonwn command).
Click to expand...
Click to collapse
I have that too on my Xiaomi Mi A2. Sometimes it won't accept bootloader commands. What helped so far is to boot into system or recovery for a minute, or just shuting down the device for a minute and try again.

User699 said:
I have that too on my Xiaomi Mi A2. Sometimes it won't accept bootloader commands. What helped so far is to boot into system or recovery for a minute, or just shuting down the device for a minute and try again.
Click to expand...
Click to collapse
This doesnt seem to help it still displays FAILED (remote: unknown command). I really need some help to get TWRP running if thats hard or will take some time if you can point me to where I can Download latest stock or rooted boot image with FEB 2021 patch so I can install it as I all I can find online are old android 10 and 9 boot images

koko2010psp said:
This doesnt seem to help it still displays FAILED (remote: unknown command). I really need some help to get TWRP running if thats hard or will take some time if you can point me to where I can Download latest stock or rooted boot image with FEB 2021 patch so I can install it as I all I can find online are old android 10 and 9 boot images
Click to expand...
Click to collapse
I don't know where to download these... Maybe you can find some here on xda?
But if booting twrp doesn't work, those images aren't helpfull... (At least on my device it won't accept any input, not even from fastboot flash boot).
Could you check if
Bash:
fastboot getvar all
works?

User699 said:
I don't know where to download these... Maybe you can find some here on xda?
But if booting twrp doesn't work, those images aren't helpfull... (At least on my device it won't accept any input, not even from fastboot flash boot).
Could you check if
Bash:
fastboot getvar all
works?
Click to expand...
Click to collapse
fastboot getvar all does work I installed some image found on XDA and it works except WIFI and phone calls are not working (worthless). anyway getvar all does return that anti=0 and current-slot=b which have installed this boot image. so any ideas what to do.

Okay, since
Code:
fastboot getvar all
works, I actually don't understand why
Code:
fastboot boot twrp
didn't work. Maybe Xiaomis bootloader is buggy.
Since WIFI and phone calls aren't working, you could actually try to install another os to check if it works. If it doesn't, you should look at logcat right after that error happend. Maybe we can find out whats wrong then.
To get the logcat, you can do this in a terminal:
Bash:
adb logcat
and to redirect the logcat into a file you can do
Code:
adb logcat > myLogcatOutput.txt

Related

Remove RFP Lock Huawei Y6

Hi all,
I have a small problem, my phone does not boot and hanging on Logo. Now i can boot to fastboot menu, but i cannot really use it since i have FRP lock . Is there any chance to baypass it to make possible to flash recovery boot.img ?
When i try any command getting this error :
Code:
target reported max download size of 266338304 bytes
sending 'revocery' (4096 KB)...
OKAY [ 0.142s]
writing 'revocery'...
FAILED (remote: Necessary to unlock FRP! Navigate to Settings > Develope
finished. total time: 0.154s
Since my phone not booting i cannot use this option Please help
Hi, back again
As i can see, try not to mess with the names :revocery...
When you want to flash the boot.img don't change that name.
Just flash it like : fastboot flash boot boot.img
Use my last boot.img which i sent you. That's a good one out of my backup.
For the FRP (perhaps edit your thread tiltle ) i have no answer in a minute. Did the "fastboot oem unlock" gave anything better ?
raystef66 said:
Hi, back again
As i can see, try not to mess with the names :revocery...
When you want to flash the boot.img don't change that name.
Just flash it like : fastboot flash boot boot.img
Use my last boot.img which i sent you. That's a good one out of my backup.
For the FRP (perhaps edit your thread tiltle ) i have no answer in a minute. Did the "fastboot oem unlock" gave anything better ?
Click to expand...
Click to collapse
I have try also boot , try everything, not matter if youhave FRP lock fastboot oem unlock is only to unlock bootloader, which i have, that is not a problem.
See if this method works for you
http://forum.xda-developers.com/showthread.php?t=3261846
Sent from my Nexus 6 using Tapatalk
joyrida12 said:
See if this method works for you
http://forum.xda-developers.com/showthread.php?t=3261846
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
You cannot use this method since i have only FastBoot feature, adb is not possible to use, since phone never boot. This method can be used only for phones what can boot correctly, so unfortunately useless for me. but thx for link
michalss said:
You cannot use this method since i have only FastBoot feature, adb is not possible to use, since phone never boot. This method can be used only for phones what can boot correctly, so unfortunately useless for me. but thx for link
Click to expand...
Click to collapse
i have exactly the same problem. FRP is locked but my phone doenst boot. so how can i unlock the frp with the fastboot mode?
stiggu said:
i have exactly the same problem. FRP is locked but my phone doenst boot. so how can i unlock the frp with the fastboot mode?
Click to expand...
Click to collapse
same problem on my mate s
good to know that adb is not working for others
i thaught it was just me
I've the same problem , any idea ??
michalss said:
Hi all,
I have a small problem, my phone does not boot and hanging on Logo. Now i can boot to fastboot menu, but i cannot really use it since i have FRP lock . Is there any chance to baypass it to make possible to flash recovery boot.img ?
When i try any command getting this error :
Code:
target reported max download size of 266338304 bytes
sending 'revocery' (4096 KB)...
OKAY [ 0.142s]
writing 'revocery'...
FAILED (remote: Necessary to unlock FRP! Navigate to Settings > Develope
finished. total time: 0.154s
Since my phone not booting i cannot use this option Please help
Click to expand...
Click to collapse
activate "Developer options"
playing several times "compilation"
go to options and enable developer
"Enable OEM unlock"
Hey , the problem is the device won't boot , so how can we enable developer option?!!!!
Sent from my iPhone using Tapatalk
There was a time when xda where the place to get the right answer and quick!
nowadays most topics are full of people with same problem and no dev to come to help, pity.
on topic: I have the same problem, ( mine is a Y6 pro) and before bricking it I had debugging and oem unlock enabled but now can't flash boot etc using fastboot ( error , denied ..) and can't use spflashtools either : preloader vcom appears for 1 second and then disappears and phone turns on.
tried many drivers, 3 Os'es (7, 8.1 ,10) still no luck.
porcha18 said:
activate "Developer options"
playing several times "compilation"
go to options and enable developer
"Enable OEM unlock"
Click to expand...
Click to collapse
Danke!!!!!!!!!!!!! Nach ewigem Suchen diese einfache Lösung. Vielen Dank!! Tag gerettet
the same issue
Good day, i have the same issue on my p9 EVA-L19.
FRP lock. And i can't do anything...
My warranty says that they cannot recover data from the phone, but the information is very important. I need to unlock FRP and somehow boot into TWRP or something to recover my data.
Please help someone if you had a same issue and results.
For the Huawei Y6 you can return to Stock.
Try to fastboot boot recovery-twrp.img and put your stock firmware (dload) folder to the rootdir at your sdcard.
Reboot your device to bootloader and hold down vol+ + vol- and use the command: fastboot boot stockrecovery.img (keep the keys pressed until the stock recovery comes up and starts installing your stock rom.
You will see an emui logo and the recovery will install the complete stock rom if you did everything right.
Retry to boot the stock recovery with this way if it is not working at the first try.
EDIT: after i wiped /system and and all the other stuff i was able to flash stock recovery via fastboot.
Runner85sx said:
For the Huawei Y6 you can return to Stock.
Try to fastboot boot recovery-twrp.img and put your stock firmware (dload) folder to the rootdir at your sdcard.
Reboot your device to bootloader and hold down vol+ + vol- and use the command: fastboot boot stockrecovery.img (keep the keys pressed until the stock recovery comes up and starts installing your stock rom.
You will see an emui logo and the recovery will install the complete stock rom if you did everything right.
Retry to boot the stock recovery with this way if it is not working at the first try.
EDIT: after i wiped /system and and all the other stuff i was able to flash stock recovery via fastboot.
Click to expand...
Click to collapse
Is there a way to do this on a mac?
Ive got adb enabled on terminal and I have a recovery.img file in my downloads though Im not sure if its the right one.
I typed in fastboot devices and then fastboot flash recovery recovery.img but it said cannot load recovery.img
anditan said:
Is there a way to do this on a mac?
Ive got adb enabled on terminal and I have a recovery.img file in my downloads though Im not sure if its the right one.
I typed in fastboot devices and then fastboot flash recovery recovery.img but it said cannot load recovery.img
Click to expand...
Click to collapse
your recovery location in adb is wrong probably. try changing it to the correct path. atleast thats what worked for me
man u can'T do anything because FRP is ACTIVATED !!!
No solution till now
Use the Huawei Swype bypass Method
michalss said:
Hi all,
I have a small problem, my phone does not boot and hanging on Logo. Now i can boot to fastboot menu, but i cannot really use it since i have FRP lock . Is there any chance to baypass it to make possible to flash recovery boot.img ?
When i try any command getting this error :
Code:
target reported max download size of 266338304 bytes
sending 'revocery' (4096 KB)...
OKAY [ 0.142s]
writing 'revocery'...
FAILED (remote: Necessary to unlock FRP! Navigate to Settings > Develope
finished. total time: 0.154s
Since my phone not booting i cannot use this option Please help
Click to expand...
Click to collapse
Try to do:
fastboot boot recovery.img
This will boot up the device with the given image. With that you can put a custom rom to your sd-card and flash it.
I will upload a Nandroid (stock system, recovery, boot) from my Y6 SCL-L01 soon.
With that you can restore boot and recovery with twrp. For this way you don't need to have a frp unlock.
Procedure:
fastboot boot recovery-twrp.img
Put your stock firmware (dload folder) to the sdcard.
Put my Nandroid to your sdcard.
Restore my Nandroid, reboot your device with Vol+ and Vol- pressed.
This way only works for SCL-L01 up to SCL-L04.
I need to create an extra recovery.img that includes a dt image that fits for all SCL variants.
Work in progress...
I have just removed frp today, but its not free method, unfortunately

Cannot boot into Recovery

I upgraded my OnePlus X today with the community build OxygenOS 3.1.0 using TWRP. There was an error saying that my device was not "OnePlus" but "ONE". So I edited the updater-script and replaced the word "OnePlus" by "ONE" in getprop line and successfully installed the ROM.
Then I connected my phone to PC, enabled OEM unlock and USB debugging, booted into fastboot and typed -
Code:
fastboot oem unlock
It said Okay, done...but there was not action on the phone screen. It stayed in Fastboot mode. I rebooted the phone and it was the same as before. I thought it was okay and continued with the process by booting into fastboot again and flashing TWRP with the command -
Code:
fastboot flash recovery twrp-3.0.2-0-onyx.img
It was successful. Then something weird happened when I typed -
Code:
fastboot boot twrp-3.0.2-0-onyx.img
The output was downloading image, okay. Then booting and the error FAILED(remote: dtb not found).
I tried manually entering the recovery mode, first by volume down + power button and then by advanced reboot menu -> recovery. All that happens is that it stays stuck in Oneplus Logo screen with powered by android written at bottom. I am able to boot into the OS.
I am sure that the image file is not corrupted as I have used the same before a couple of times. Still I tried flashing Stock recovery and a few other image files of the same version of TWRP. The same error comes up every time. Flashing is successful but booting is not. What should I do?
flash this recovery https://dl.dropboxusercontent.com/u/10404978/t/opx_oos3_recovery.img. If it didn't help, try this http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108
Is my recovery or bootloader corrupt?
I tried this code -
Code:
fastboot oem device-info
Output was -
...
(bootloader) Device tampered : false
(bootloader) Device unlocked : true
(bootloader) Charger screen enabled : false
(bootloader) Display panel :
(bootloader) console_enabled : 0
(bootloader) exec_console_unconsole : 0
OKAY [0.017s]
finished. total time : 0.018s
The problem is when I type -
Code:
fastboot oem unlock
Nothing pops up on my phone.
Maybe the reason is that I had a rooted version of OxygenOS 2.2.2 with TWRP but when I flashed the community build of OxygenOS 3.1.0 somehow TWRP was missing...
What should I do now? I am back at 2.2.2 now as the beta build didn't suit me. This error still persists. The first link above was stock recovery which did work. But I need TWRP back...
....................
Sorry to bother. Issue solved. It was already unlocked and this time flashing and booting in the image worked idk why...
arunmohan16 said:
flash this recovery https://dl.dropboxusercontent.com/u/10404978/t/opx_oos3_recovery.img. If it didn't help, try this http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108
Click to expand...
Click to collapse
Thank you dude, i have been looking for this all day
I got exactly the same problem, i tested lot of recovery without any luck.
I installed the one from the dropbox, now i got the stock recovery, but, i can do anything, from SDCard or Sideload, the installation of CM13 or Oxygen 3 failed.
Any suggestions ? 4h i tested everything i got in mind to try to fix it.
Thanks
tirlibibi said:
I got exactly the same problem, i tested lot of recovery without any luck.
I installed the one from the dropbox, now i got the stock recovery, but, i can do anything, from SDCard or Sideload, the installation of CM13 or Oxygen 3 failed.
Any suggestions ? 4h i tested everything i got in mind to try to fix it.
Thanks
Click to expand...
Click to collapse
This guide will help you. http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108 Use this mini tool, http://forum.xda-developers.com/showpost.php?p=64344611&postcount=4

[PLK-L01] Stuck on Honor screen

Pretty inexperienced with Andriod after taking the leap from IOS.
Rooted my honor 7 using Kingoroot everything worked fine then I let me phones battery die whilst at work came home to charge it up and now it's stuck in a boot loop/honor screen.
So far I have tried to let it automatically download the ROM using the EMUI recovery that fails completely.
I tried using HiSuite to recover that gets to 90% then gets stuck.
Finally I have tried every single honor 7 ROM i can find in an attempt to install via SD card every time I have it tells me version check fail.
Only had the phone couple of months anything I can do to recover it/repair?
Many thanks
Markus
did you unlock bootloader before rooting? you could use adb to flash stock rom....
next time dont follow youtube guides titled "how to root any android phone", on android theres way bigger change to bootloop or brick your device while messing with root, custom recovery and custom roms than on iOS. in this thread you will have all info beginner needs about honor 7 rooting, fixing and customizing: https://forum.xda-developers.com/honor-7/general/guide-beginners-how-to-root-update-fix-t3255452
thelous said:
did you unlock bootloader before rooting? you could use adb to flash stock rom....
next time dont follow youtube guides titled "how to root any android phone", on android theres way bigger change to bootloop or brick your device while messing with root, custom recovery and custom roms than on iOS. in this thread you will have all info beginner needs about honor 7 rooting, fixing and customizing: https://forum.xda-developers.com/honor-7/general/guide-beginners-how-to-root-update-fix-t3255452
Click to expand...
Click to collapse
Thanks for the reply and no I did not as I wasn't aware it needed to be done however in fastboot it says Phone Unlocked and the fastboot oem get-bootinfo also says (bootloader) unlocked.
Yet I am still unable to to flash as Command not allowed is appearing when I try.
I have tried following the guide to aquire my unlock password from the huawei site how ever it tells me my details i.e serial number and imei are incorrect.
Really appreciate the help , thank you
Markus
markuswhiteus said:
Thanks for the reply and no I did not as I wasn't aware it needed to be done however in fastboot it says Phone Unlocked and the fastboot oem get-bootinfo also says (bootloader) unlocked.
Yet I am still unable to to flash as Command not allowed is appearing when I try.
I have tried following the guide to aquire my unlock password from the huawei site how ever it tells me my details i.e serial number and imei are incorrect.
Really appreciate the help , thank you
Markus
Click to expand...
Click to collapse
i think rooting app unlocked it wrong(caused bootloop) and messed something up....
Get the B380 update from Honor site and do a forced update ( if you've already been on B380).
It should work after that.
Sebster97 said:
Get the B380 update from Honor site and do a forced update ( if you've already been on B380).
It should work after that.
Click to expand...
Click to collapse
Tried that get a version check fail.
btw did you install xposed? it doesnt work on emui... just bootloops
What version are you current on? B380?
I assume that this KingoRoot thing messed up your SYSTEM Partition and thats why it bootloops. To fix this do this:
If you're on B380, go and get the B380 full update from the official Honor site and extract it so that you can see the UPDATE.APP file.
Then get the Huawei Update extractor from here : https://forum.xda-developers.com/showthread.php?t=2433454
Open it and extract the SYSTEM.img and the BOOT.img
If you are familiar with adb do this: (if not, ask what to do)
copy SYSTEM.img to your adb folder. Connect your phone in fastboot mode, and enter in cmd: "fastboot flash boot boot.img"
and after its done:
"fastboot flash system SYSTEM.img" (everything without quotation marks obviously)
It will take some time, be patient. If it's done just write: fastboot reboot
and lets hope it works for you !
Sebster97 said:
What version are you current on? B380?
I assume that this KingoRoot thing messed up your SYSTEM Partition and thats why it bootloops. To fix this do this:
If you're on B380, go and get the B380 full update from the official Honor site and extract it so that you can see the UPDATE.APP file.
Then get the Huawei Update extractor from here : https://forum.xda-developers.com/showthread.php?t=2433454
Open it and extract the SYSTEM.img and the BOOT.img
If you are familiar with adb do this: (if not, ask what to do)
copy SYSTEM.img to your adb folder. Connect your phone in fastboot mode, and enter in cmd: "fastboot flash boot boot.img"
and after its done:
"fastboot flash system SYSTEM.img" (everything without quotation marks obviously)
It will take some time, be patient. If it's done just write: fastboot reboot
and lets hope it works for you !
Click to expand...
Click to collapse
Tried that gota wait for the unlock code to flash the ROM on and no I never used xposed

Mi note 10 lite stuck at fastboot after updating to android 11

Sir, i have updated my mi note 10 lite to android 11and after restart it works fine. But the problem is that when i reboot to recovery to install root, because i have installed twrp before. Unfortunately, its stuck on fastboot screen.
Can you help me out to solve this problem.
I tried to flash twrp but its not mounting partition, i reboot to recovery again but its go to fastboot mode again
I tried to flash fastboot rom through mi flash tool it errors because anti rollback.(android 10)
Still i am finding Android 11 fastboot images but not found.
You can contact dennis via Instagram that man reply you
Mi note 10 lite User 😭😭 said:
You can contact dennis via Instagram that man reply you
Click to expand...
Click to collapse
Okay i dm you now check please
haadii said:
Sir, i have updated my mi note 10 lite to android 11and after restart it works fine. But the problem is that when i reboot to recovery to install root, because i have installed twrp before. Unfortunately, its stuck on fastboot screen.
Can you help me out to solve this problem.
I tried to flash twrp but its not mounting partition, i reboot to recovery again but its go to fastboot mode again
I tried to flash fastboot rom through mi flash tool it errors because anti rollback.(android 10)
Still i am finding Android 11 fastboot images but not found.
Click to expand...
Click to collapse
extract the official recovery from the global fastboot rom and flash through cmd to recover the boot, then wipe from the recovery and you will return to miui 12.1.1
what i'm trying to figure out is if i can go back to the previous version of android without risking to crash the device.
I ran the fastboot getvar anti command and the result was Anti: 2 but I am not quite clear what that means.
I am a new user at Xiaomi.
leinadagisiaol said:
what i'm trying to figure out is if i can go back to the previous version of android without risking to crash the device.
I ran the fastboot getvar anti command and the result was Anti: 2 but I am not quite clear what that means.
I am a new user at Xiaomi.
Click to expand...
Click to collapse
I tried it. When flashing fastboot images thorough miflash its error in anti roll back check... Or may your device hard brick
Now i am here with a new fu*kin error..
Any solution for this. I don't want to lose data
If stuck in fastboot mode, type "fastboot continue" in adb and it will proceed with boot
ApexPrime said:
If stuck in fastboot mode, type "fastboot continue" in adb and it will proceed with boot
Click to expand...
Click to collapse
No. Its not my problem now
My problem is mentioned above
Bro i think you can access your files from computer in recovery so make a backup and flash official firmware using miflash tool. I don't think there's any other way.
haadii said:
Now i am here with a new fu*kin error..
Any solution for this. I don't want to lose data
Click to expand...
Click to collapse
Before installing custom recovery and installing custom rom, it is recommended to backup.
You installed the recovery well, but in order to install custom ROMs you have to format and restart the recovery, then pass the ROM you want to flash and reboot system.
haadii said:
I tried it. When flashing fastboot images thorough miflash its error in anti roll back check... Or may your device hard brick
Click to expand...
Click to collapse
I managed to go back to miui 11 version 11.0.8
leinadagisiaol said:
I managed to go back to miui 11 version 11.0.8
Click to expand...
Click to collapse
How?? Can you show or tell me the process!! I don't like Android 11
haadii said:
How?? Can you show or tell me the process!! I don't like Android 11
Click to expand...
Click to collapse
Good evening ..
For all those interested in downloading the official ROM version of the Xiaomi mi note 10 Lite, I have news for you, at least for those who want and have not tried.
I tried the method of saving the MiFlash folder on Disk C, in the same way I did with the global ROM of miui 11.0.8 fastboot, to the latter I changed the name of the folder to a shorter one (example Miui11.0.8), then boot in fastboot mode and run my flash running the ROM (Miui11.0.8) and the result obtained is that, I'm back on Android 10 with miui 11.0.8.
I share this information to give security to all those who had doubts about this and did not dare to try.
This data I extracted from various forums and pointed to it to give credit to all those who previously published it.
Remember that the bootloader must be unlocked.
Regards.
Hi everybody
I've got a problem...
Downloaded latest OTA update from "xiaomi.eu", agreed to install, the phone then rebooted in to fastboot mode and does nothing else.
Rebooted the phone with adb command "fastboot continue" and this went well...it rebooted the system.
Now every time i restart the phone it reboots in to fastboot mode and i have to "fastboot continue" again.
I am also not able to enter recovery because the phone always enters fastboot mode.
Reinstalled recovery (Twrp-3.4.2B_toco_by.alex.msk1407.img) via ADB succesfully, but when i "fastboot reboot recovery" it reboots back into fastboot.
I'm also not able to boot into EDL mode.
Any solution?
Thanks
"MI NOTE LITE 8GB/128GB" running "MIUI by xiaomi.eu 12.1.1 | Stable 12.1.1.0(RFNMIXM)
salsaecoentros said:
Hi everybody
I've got a problem...
Downloaded latest OTA update from "xiaomi.eu", agreed to install, the phone then rebooted in to fastboot mode and does nothing else.
Rebooted the phone with adb command "fastboot continue" and this went well...it rebooted the system.
Now every time i restart the phone it reboots in to fastboot mode and i have to "fastboot continue" again.
I am also not able to enter recovery because the phone always enters fastboot mode.
Reinstalled recovery (Twrp-3.4.2B_toco_by.alex.msk1407.img) via ADB succesfully, but when i "fastboot reboot recovery" it reboots back into fastboot.
I'm also not able to boot into EDL mode.
Any solution?
Thanks
"MI NOTE LITE 8GB/128GB" running "MIUI by xiaomi.eu 12.1.1 | Stable 12.1.1.0(RFNMIXM)
Click to expand...
Click to collapse
Just format userdata. In fastboot mode command. Fastboot format userdata
Then flash new stock fastboot images of eu in miflash.
Note,
Backup your data first
Good Day. I have concern but after updating to Android 12. Currently my Mi Note 10 Lite is experiencing stuck in fastboot and mi logo. I already tried flashing using MIFlash 2020 but the error occur is "Erase is not allowed in Lock State".I also used MI PC Suite but it cant read my device (maybe because of lock state also). Even in MI-Unlock (batch_unlock application) it says its locked but when I sign-in it doesnt give permission to unlock (I used yahoo account).
goroshigeno56 said:
Good Day. I have concern but after updating to Android 12. Currently my Mi Note 10 Lite is experiencing stuck in fastboot and mi logo. I already tried flashing using MIFlash 2020 but the error occur is "Erase is not allowed in Lock State".I also used MI PC Suite but it cant read my device (maybe because of lock state also). Even in MI-Unlock (batch_unlock application) it says its locked but when I sign-in it doesnt give permission to unlock (I used yahoo account).
Click to expand...
Click to collapse
did you fix that problem?

Question I'm At A Loss, Please Help

I recently bought an unlocked Moto G Play 2021 with the intent of learning how to flash custom rom's etc. The steps I've done so far are below.
Went to Motorola's site and got the code to unlock the bootloader
Waited for the "OEM Unlock" button to be available in the Developer Options menu.
Followed the directions Here to try to get an unofficial version of TWRP installed.
when I type fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img Using the vbmeta.img from the link above, I get some kind of anti-rollback error and can't boot to recovery.img
So far, what I've found says I need to be on Android 10 for this to work but I can't find a stock rom of Android 10 for this device. Electimon posts AOSP builds for this phone Here so I assume there's a way to get this to work, I just don't know what it is and I've gone through these threads a few times now and can't piece it together. Any assistance would be greatly appreciated.
Additionally, thanks Electimon for doing those AOSP builds.
Try to download Miracle Thunder Modified (Withouth Box) like there are other tools, but if not, just try to root. kind of for you to root, download the TWRP app and install or use Flashify to flash img using root
Luiz Vinicius said:
Try to download Miracle Thunder Modified (Withouth Box) like there are other tools, but if not, just try to root. kind of for you to root, download the TWRP app and install or use Flashify to flash img using root
Click to expand...
Click to collapse
I'm not sure entirely what happened, but after I used the TWRP app my phone bricked and I had to use the Lenovo rescue app on my pc to factory reset it.
First update your phone
Then download twrp from
https://forum.xda-developers.com/t/...st-port-but-everything-works-amazing.4330775/
Then adb reboot bootloader
Then fastboot flash recovery MotoGuamnaFixed2.img
then you have twrp installed then you can go thru the steps at
https://forum.xda-developers.com/t/rom-12-0-guamna-aosp-12-0-monthly-builds.4392303/#post-86610039
to get Android 12 couatom rom
svoc said:
First update your phone
Then download twrp from
https://forum.xda-developers.com/t/...st-port-but-everything-works-amazing.4330775/
Then adb reboot bootloader
Then fastboot flash recovery MotoGuamnaFixed2.img
then you have twrp installed then you can go thru the steps at
https://forum.xda-developers.com/t/rom-12-0-guamna-aosp-12-0-monthly-builds.4392303/#post-86610039
to get Android 12 couatom rom
Click to expand...
Click to collapse
Thank you for the response!
I made sure my phone was on wi-fi and checked for updates. I then rebooted to fastboot and flashed recovery to the MotoGuamnaFixed2.img. I still got a blank screen when I tried to reboot to recovery. I then rebooted to fastboot manually and did
fastboot flash recovery_a MotoGuamnaFixed2.img
fastboot flash recovery_b MotoGuamnaFixed2.img
It said ok both times, and when I try to reboot to recovery, I get a blank screen that I can't interact with. Pressing the power and volume buttons does nothing. Rebooting and letting the phone go through the boot process, to include waiting for the warning about the unlocked bootloader to go away results in a blank screen.
I also tried booting to fastboot and selecting "Recovery Mode" from the fastboot menu. Same result. That being said, I followed the instructions in the second link anyway, which are
fastboot -w
fastboot update (filename).zip
Now my phone has a blank screen I cannot interact with, but when I type "adb devices" I see the phone. Typing "adb shell ls -l" shows there is definitely a file structure there.
Just download the rom for the version that your device is unzip it and manual flash each one to the correct spot except recovery flash the twrp and then reboot and let me know look at flash file.xml to see where to flash each IMG and bin to make shur you download your rom and not another one for the same device but different carrier what it sounds like to me is happening is you downloaded the wrong ROM when you tried to do a force update
Send me a screenshot of your about device screen please I might need to make a change to a few things to get it working
I'm stuck in a boot loop right now. WIll the output from fastboot getvar work?
What carrier do you have
Download your rom first then follow my last post to get it back out of a bootloop
svoc said:
What carrier do you have
Click to expand...
Click to collapse
It's an unlocked phone, no carrier, no SIM. I did the factory reset with the Lenovo rescue tool and sent you the screen shot of the device info page.
Update - svoc has spent a crap ton of his personal time trying to help me with this. I've learned a bunch and wanted to publicly acknowledge his willingness to go way above and beyond trying to get this working.
I don't understand why I can't get twrp to boot I'm not for shut what the problem is if any one has any idea please let me and I will try
Big thanks to svoc for all the phone calls and troubleshooting my device, that is apparently possessed by at least 3 demons and a donkey. There are two links below. The first is the link to the intstructions that worked.
The second is to the compressed file that gave me a degoogled android. It's really, really basic and you'll have to side load the app store of your choice onto the device but it works.
*NOTE* I have not used a sim card or tested the cellular capability. If you do the things below and it doesn't work, reboot to bootloader and flash the radio.img with the one from your stock rom, which can be obtained from lolinet.
Any custom ROMs out there for Moto g play 2021 (guamna)?
Can't find any custom ROMs for this device. I guess it is too early. I'll probably have to get another phone. Can't even find a twrp for it. New to this. Any suggestions?
forum.xda-developers.com
https://github.com/phhusson/treble_experimentations/releases/download/v412/system-squeak-arm64-ab-vanilla.img.xz

Categories

Resources