moto g3(xt-1550) unable to enter recovery mode bootloader unlocked year ago - Android Q&A, Help & Troubleshooting

I was using AOSPE rom and got new email id from office while adding new email got error saying can not add this email id without encrypting the device. For 3 hrs, it was stuck on 100% then the battery died I turn on the device again and promote screen for the password I didn't know which one to enter so I enter Gmail password. 'Encrypting unsuccessful Password is correct but data is corrupt reset phone to decrypt device' there was no any other options so I proceed like this
1) factory reset -> yes -> swipe
2) advance wipe /system /data /data/media /cache etc.
2) flash last rom I was using(AEX)
3) flash gapps
4) reboot the device.
after a reboot on the setup device screen, com.android.phone and google services framework stop working continuously so from step 2 I tried RR rom but no luck :crying: then flash stock rom and reboot device got in a boot loop :crying::crying: so holding vol. down and power button I am able to enter in bootloader screen but as I enter in recovery mode getting no command screen and adb not detecting the device.
what should I do? how can I get recovery mode back? teamwin or any other?

Hi , if your are able to boot into bootloader , just plug your device and write :
fastboot device
(just to make sure that your device is detected)
Now , from your stock firmware extract just recovery.img and put inside minimal adb & fastboot folder
now open terminal and write :
fastboot flash recovery recovery.img
(in order to flash back your stock recovery)
now write fastboot reboot
More explained you have here:
https://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750
stock firmware:
https://forum.xda-developers.com/2015-moto-g/general/index-moto-g-factory-firmware-images-t3169639
XT1550 (Dual-SIM)
Good luck

Related

[Q] Volume down (-) broken. Security issue?

I just want to pose a question:
My volume down button has been broken (peculiar build quality of these things ), but to the best of my current knowledge i'm safe. In CWM recovery i can always loop in the scroll to make the right decisions and to reach "fast boot" i don't need to use the "volume down". My question is then this: Is there any situation that I could happen to stumble upon in which I would need the down button to carry out an "unbricking process"/wipe/reseting? I have never had to use "fast boot" since all my issues jumping between firmwares have been resolved through CWM, and I don't want to just try "fast boot" now just to find I need the "volume down" to be able to restart the device
I don't think that button is needed for a major task, I think you're safe for now!
With the stock recovery you'll need it to use the update, but with cmw as you said it you don't need it, for fastboot/adb you don't need it, for now there's no major task that I can think of that that button is needed.
Enviado através do Tapatalk
Thanks for the swift answer! So if i for example flash FolioMod then I need to flash CWM in order to change to another firmware. How do one flash CWM without using stock recovery? ADB? Guide somewhere?
Heres a post i've found on another forum that explains how to set up fastboot:
Step 1 - Install fastboot driver for the Folio :
- Download PdaNet and install it on your PC, it will go till a point where it says it can't be installed and cancel itself but the magic is that the driver is installed.
Download PdaNet from www[dot]junefabrics[dot]com/android/download.php (i had to put the link that way cause the forum wont allow me to post outside links yet)
Step 2 - Download the tools needed to prepare the Folio
- Download and extract the following archive on your PC, these are the tools needed to erase the Folio and to flash the Honeycomb rom. You will only need what's inside the folder ToolsD...
Download from www[dot]box[dot]net/shared/4ugbev5jnx5fbp3v3u2e
Step 3 - Start fastboot mode on the Folio
- Start the tablet and at the TOSHIBA logo press 3 times Power and 1 time Vol+, then connect it to the PC. It should be detected by the driver we installed at step 1.
Step 4 - Erase the tablet and flash the new recovery (ClockWorkMod)
- Open a cmd window on your PC, go to the folder ToolsD we extracted at step 2 and type in the following commands :
Code:
fastboot erase userdata
fastboot erase system
fastboot erase cache
fastboot erase linux
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
Step 5 - Install the new rom from ClockWorkMod
- Once the reboot starts, at the TOSHIBA logo, press Power and Vol+ at the same time, then Vol+, then Vol-, then Vol+. You should be in ClockWorkMod recovery...
- Prepare a SD card with your favorite rom (for me it's Folio3x(HoneyComb 3.0.1) for Folio100 - VegaComb based), don't forget to unzip it, you should end with a update.zip file.
- Insert the SD card in the tablet and select - apply sdcard:update.zip, it should start the installation. If not chose - install zip from sdcard and choose the file. If you can't see it, either the sdcard is not formated correctly or it simply does not see the card, try to reboot the recovery with the sdcard inserted.
After these steps and once it's installed, it should reboot and start VEGACOMB. Please be patient, it takes a while to start... and do not forget to reboot after the initial setup to activate the wifi (yes it's a bug)!
If it still does not start, reflash it again (step 5) sometimes it just does not work on first try. What you can also try is to format the different partitions from ClockWorkMod recovery, there's a Mounts and Storage menu and after you mount all the possible partitions (some won't), format them all, reboot the recovery and start step 5 again.
Regards,
Luis
Click to expand...
Click to collapse
If you want to change your recovery, just replace the recovery.img on the ToolsD folder with the one you want, then on step 4 just do the following:
Code:
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
You dont need step 5.
I also think that if you remove the recovery.img from the update.zip before you flash the rom it will keep the recovery you have now, but i cant confirm that, anyway, if you need to change the recovery just do those steps.

Lenovo K910 Stuck on Logo Screen

First of all I would thank Crowds he is the best reference that I've to return in case of any problem I face. (He doesn't sleep - any time I ask he immediately supports)
I bought Lenovo K910 and I've managed successfully to install new ROM "VIBEUI_v2.0_1443" and Gapps with Crowds support.
I advised two of my friends to buy this good and cheap phone. For one of them I installed the latest rom successfully. But with the other I had a big problem The phone stuck on Lenovo Logo.
I was trying to install TWRP 2.7.0.0 batch before installing my new ROM, but during installation and after the phone rebooting the batch command screen shows <Waiting for Device> and the phone is stuck on logo screen.
I tried to connect the phone to PC many times, but PC doesn't recognize the phone. When I try to turn off the phone by pressing the power buttons, the phone restart on logo screen like the shown in this video.
I've read in many site that I have to do the following:
Download and install "minimal adb and fastboot"
Just type on the command line without pressing Enter:
Code:
[COLOR="Blue"][B][I]fastboot [COLOR="Plum"][STRIKE]boot[/STRIKE][/COLOR] recovery.img[/I][/B][/COLOR]
you should place your recovery image file in "minimal adb and fastboot" directory
The phone should be disconnected from computer and completely off (press the Power button for 10 seconds - in my case the phone is restarting)
Press and hold both volume buttons, then connect the cable to the PC.
Once the phone vibrate, press Enter to execute the recovery command line
Click to expand...
Click to collapse
In my case when I press and hold power button the phone is restarting on logo screen so I have to wait for battery consumption
I tried many times with TWRP images but it failed...
I tried with CWM image and it succeeded to load, but I don't have otg cable to load recovery or ROM from usb storage (The problem was in installing TWRP and my ROM should has no problem)
I want to flash TWRP on phone not only loading by "minimal adb and fastboot".
I decided to flash TWRP 2.7.1.2 batch through modifying the batch file. I just used fastboot commands
Code:
[COLOR="blue"][I]fastboot oem device-info
fastboot oem unlock
fastboot oem device-info
fastboot [COLOR="Red"][U][B]flash[/B][/U][/COLOR] recovery data/recovery.img
fastboot flash aboot data/lock/emmc_appsboot.mbn
fastboot flash rpm data/lock/rpm.mbn
fastboot flash sbl1 data/lock/sbl1.mbn
fastboot flash dbi data/lock/sdi.mbn
fastboot flash tz data/lock/tz.mbn
fastboot reboot[/I][/COLOR]
Finally I succeeded to install Recovery and phone works well in the new recovery mode and the system mode that I've not update it yet
I want to share you the problem solution in brief:
Download and extract this file "flashrec TWRP v2.7.1.2" from here
Just select without executing "flashrec_Modified.bat" file from the extracted files.
The phone should be disconnected from computer and completely off (press the Power button for 10 seconds or wait for the battery to be almost empty)
Press and hold both volume buttons, then connect the cable to the PC.
Once the phone vibrate, press Enter to execute the recovery batch file
and as me the phone start the recovery mode in TWRP and can be rebooted in system without any problem
i must extract "flashrec TWRP v2.7.1.2 this file on phone or where? can u explain a
agsao said:
First of all I would thank Crowds he is the best reference that I've to return in case of any problem I face. (He doesn't sleep - any time I ask he immediately supports)
I bought Lenovo K910 and I've managed successfully to install new ROM "VIBEUI_v2.0_1443" and Gapps with Crowds support.
I advised two of my friends to buy this good and cheap phone. For one of them I installed the latest rom successfully. But with the other I had a big problem The phone stuck on Lenovo Logo.
I was trying to install TWRP 2.7.0.0 batch before installing my new ROM, but during installation and after the phone rebooting the batch command screen shows <Waiting for Device> and the phone is stuck on logo screen.
I tried to connect the phone to PC many times, but PC doesn't recognize the phone. When I try to turn off the phone by pressing the power buttons, the phone restart on logo screen like the shown in this video.
I've read in many site that I have to do the following:
In my case when I press and hold power button the phone is restarting on logo screen so I have to wait for battery consumption
I tried many times with TWRP images but it failed...
I tried with CWM image and it succeeded to load, but I don't have otg cable to load recovery or ROM from usb storage (The problem was in installing TWRP and my ROM should has no problem)
I want to flash TWRP on phone not only loading by "minimal adb and fastboot".
I decided to flash TWRP 2.7.1.2 batch through modifying the batch file. I just used fastboot commands
Code:
[COLOR="blue"][I]fastboot oem device-info
fastboot oem unlock
fastboot oem device-info
fastboot [COLOR="Red"][U][B]flash[/B][/U][/COLOR] recovery data/recovery.img
fastboot flash aboot data/lock/emmc_appsboot.mbn
fastboot flash rpm data/lock/rpm.mbn
fastboot flash sbl1 data/lock/sbl1.mbn
fastboot flash dbi data/lock/sdi.mbn
fastboot flash tz data/lock/tz.mbn
fastboot reboot[/I][/COLOR]
Finally I succeeded to install Recovery and phone works well in the new recovery mode and the system mode that I've not update it yet
I want to share you the problem solution in brief:
Download and extract this file "flashrec TWRP v2.7.1.2" from here
Just select without executing "flashrec_Modified.bat" file from the extracted files.
The phone should be disconnected from computer and completely off (press the Power button for 10 seconds or wait for the battery to be almost empty)
Press and hold both volume buttons, then connect the cable to the PC.
Once the phone vibrate, press Enter to execute the recovery batch file
and as me the phone start the recovery mode in TWRP and can be rebooted in system without any problem
Click to expand...
Click to collapse
Please explain me. idont know how to do
prxzero said:
Please explain me. idont know how to do
Click to expand...
Click to collapse
What Is your problem?
Is your phone stuck on logo screen? what were you doing to get the problem??
agsao said:
First of all I would thank Crowds he is the best reference that I've to return in case of any problem I face. (He doesn't sleep - any time I ask he immediately supports)
I bought Lenovo K910 and I've managed successfully to install new ROM "VIBEUI_v2.0_1443" and Gapps with Crowds support.
I advised two of my friends to buy this good and cheap phone. For one of them I installed the latest rom successfully. But with the other I had a big problem The phone stuck on Lenovo Logo.
I was trying to install TWRP 2.7.0.0 batch before installing my new ROM, but during installation and after the phone rebooting the batch command screen shows <Waiting for Device> and the phone is stuck on logo screen.
I tried to connect the phone to PC many times, but PC doesn't recognize the phone. When I try to turn off the phone by pressing the power buttons, the phone restart on logo screen like the shown in this video.
I've read in many site that I have to do the following:
In my case when I press and hold power button the phone is restarting on logo screen so I have to wait for battery consumption
I tried many times with TWRP images but it failed...
I tried with CWM image and it succeeded to load, but I don't have otg cable to load recovery or ROM from usb storage (The problem was in installing TWRP and my ROM should has no problem)
I want to flash TWRP on phone not only loading by "minimal adb and fastboot".
I decided to flash TWRP 2.7.1.2 batch through modifying the batch file. I just used fastboot commands
Code:
[COLOR="blue"][I]fastboot oem device-info
fastboot oem unlock
fastboot oem device-info
fastboot [COLOR="Red"][U][B]flash[/B][/U][/COLOR] recovery data/recovery.img
fastboot flash aboot data/lock/emmc_appsboot.mbn
fastboot flash rpm data/lock/rpm.mbn
fastboot flash sbl1 data/lock/sbl1.mbn
fastboot flash dbi data/lock/sdi.mbn
fastboot flash tz data/lock/tz.mbn
fastboot reboot[/I][/COLOR]
Finally I succeeded to install Recovery and phone works well in the new recovery mode and the system mode that I've not update it yet
I want to share you the problem solution in brief:
Download and extract this file "flashrec TWRP v2.7.1.2" from here
Just select without executing "flashrec_Modified.bat" file from the extracted files.
The phone should be disconnected from computer and completely off (press the Power button for 10 seconds or wait for the battery to be almost empty)
Press and hold both volume buttons, then connect the cable to the PC.
Once the phone vibrate, press Enter to execute the recovery batch file
and as me the phone start the recovery mode in TWRP and can be rebooted in system without any problem
Click to expand...
Click to collapse
Hi..
i just try to install CM12 to this device, with twrp 2.8.6.1 from master lie.
First time its working well, but suddenly this device restarting and stuck on the "lenovo" logo screen.
Every time i presh power button always restarting (like ON-OFF-ON-OFF forever).
when i connectto charger also restarting....
i cant go to twrp using vol- & pwr, when i use minimal adb cannot detected..
Can you help me...
Help
hi.
i try to do something to enable notifications on my lenovo vibe z.
i install new rom from needrom, but it didn't help. So i try to install other one, but i wipe my phone and restart without installed system.
Now when i go to twrp have just flashing teamwin logo, and only when phone is in this mode i can communicate through adb
i have checked many forums and try allot stuff to fix it but nothing works
Please Help!
U are not alone I also in same stage
Is there any one plz help
As long as the hardware is not physically broken, your K910 is unbrickable
http://www.teamsuperluminal.org/unbrick-lenovo-k910/
I followed the guide to revive my K910. You can refer to this forum post in which I documented my experiences:
http://www.teamsuperluminal.org/forums/topic/flash-back-to-lenovo-stock-just-temporarily/
nowbo said:
Is there any one plz help
Click to expand...
Click to collapse
Thanks for your reply
I will apply today. Hope for the best.
Will inform you as soon as this applied..
Have you fixed that problem?
Still at same stage
EcoDan said:
Have you fixed that problem?
Click to expand...
Click to collapse
Hi,
I am still on same stage (Black screen with lenovo logo). Try several ways but can't get out of this. Please help me If any one successful to startup this device or can get on the boot screen where I can do factory reset.
---------- Post added at 07:25 AM ---------- Previous post was at 07:21 AM ----------
wxppro said:
http://www.teamsuperluminal.org/unbrick-lenovo-k910/
I followed the guide to revive my K910. You can refer to this forum post in which I documented my experiences:
http://www.teamsuperluminal.org/forums/topic/flash-back-to-lenovo-stock-just-temporarily/
Click to expand...
Click to collapse
I Try this method but can't get out from that black screen ( Lenovo logo and powered by android)
My device is Lenovo Vibe shot Z90a40. I also try with boot unlock-er but nothing sitll work. So its about 20 days can't use my Lenovo Vibe Shot.
Please help me If you know how to get out of this issue..
Thanks
[/COLOR]
I Try this method but can't get out from that black screen ( Lenovo logo and powered by android)
My device is Lenovo Vibe shot Z90a40. I also try with boot unlock-er but nothing sitll work. So its about 20 days can't use my Lenovo Vibe Shot.
Please help me If you know how to get out of this issue..
Thanks[/QUOTE]
You need to carefully follow each steps in the method - if you short that magic pin and then connect the USB cable (with battery disconnected), your computer will report seeing the device at either COM port 9008 or 9006. Then you can download the factory image to revive the phone. Of course you need to have the right device driver installed. Like I said, as long as the hardware is not broken, this procedure will succeed for sure.
I love you man!
I love you man! I wish you all the happiness and wealth!:victory::victory::victory::angel::angel::highfive::highfive:

Help Brick/bootloop

Hi guys, my redmi 5 plus is stuck on logo loading screen and i can only go for fastboot. Cannot neither turn off phone.
I tried with Mi Flash tool but program fail with "Can not find flash_all.bat". I tried different version of roms and Mitool, but still have this error. How can i repair my device? Thnak you all for the future responsed
Ps: sorry for my really bad english
I dont´know what you tried to do before to get this status or if you have an unlocked bootloader to perform some operation in fastboot mode. If you are in stock rom you can try enter to recovery and use MiAssistant feature is a kind of adb sideload in-built that you can use to reinstall again the rom onto your device. Here you will find some guide lines about this behind the concept http://www.xiaomitool.com/adb
SubwayChamp said:
I dont´know what you tried to do before to get this status or if you have an unlocked bootloader to perform some operation in fastboot mode. If you are in stock rom you can try enter to recovery and use MiAssistant feature is a kind of adb sideload in-built that you can use to reinstall again the rom onto your device. Here you will find some guide lines about this behind the concept http://www.xiaomitool.com/adb
Click to expand...
Click to collapse
You right sorry. I have Bootloader unlocked. My brick come becose of me trying to root the phone with "1clickrooter" for redmi5 plus. When phone rebooted on recovery he ask me for a password. No pin works on this pass requesto so i try to wipe cash, phone automatically reboot and stuck in logo screen. Cannot turn of or go to recovery, only action i can make is to go on fastboot mode.
So, i have news, i can go on recovery mode (recovery i have is called "Team Win Recovery Project 3.2.1.0"), but in order to make write action (now i can only read) request me a password, obviously neither 1 of my pass (sim pin/screen unlock) work.
Jackevolution said:
So, i have news, i can go on recovery mode (recovery i have is called "Team Win Recovery Project 3.2.1.0"), but in order to make write action (now i can only read) request me a password, obviously neither 1 of my pass (sim pin/screen unlock) work.
Click to expand...
Click to collapse
If you can reboot now to recovery twrp then just cancel when it prompts for a password and you have to format data in order to can reboot to system again
Jackevolution said:
You right sorry. I have Bootloader unlocked. My brick come becose of me trying to root the phone with "1clickrooter" for redmi5 plus. When phone rebooted on recovery he ask me for a password. No pin works on this pass requesto so i try to wipe cash, phone automatically reboot and stuck in logo screen. Cannot turn of or go to recovery, only action i can make is to go on fastboot mode.
Click to expand...
Click to collapse
SubwayChamp said:
If you can reboot now to recovery twrp then just cancel when it prompts for a password and you have to format data in order to can reboot to system again
Click to expand...
Click to collapse
Already done, now semms to be stuck on the same loading screen, baibe he installing apps? It taking sooo long...
i think this isn't working. It's just 20 minute that phone is stuck on "Mi" screen...
Nope, definetly not worked. There is a way to put filesin the phone from recovery?
Jackevolution said:
Nope, definetly not worked. There is a way to put filesin the phone from recovery?
Click to expand...
Click to collapse
Yes, you can reflash again the rom, put the rom zip in your adb folder and short the name as you can, and flash it using adb sideload, to do this tap on "advanced option" and then "adb sideload" in recovery menu and in adb terminal in your pc type adb sideload nameofrom.zip where nameofrom is te name of the rom, don´t forget the extension .zip as I wrote. TWRP will load the zip and flash it again and then you can flash Magisk to root device.
If you can´t see storage of device in your pc is cause it´s encrypted but you can perform adb sideload anyway
Jackevolution said:
Hi guys, my redmi 5 plus is stuck on logo loading screen and i can only go for fastboot. Cannot neither turn off phone.
I tried with Mi Flash tool but program fail with "Can not find flash_all.bat". I tried different version of roms and Mitool, but still have this error. How can i repair my device? Thnak you all for the future responsed
Ps: sorry for my really bad english
Click to expand...
Click to collapse
Look at the error you got every time "Can not find flash_all.bat" its mean that you are selecting invalid path, okay so here is correct method to flash via fast-boot method:
Download the latest fast boot rom zip one option is http://bigota.d.miui.com/V9.5.12.0....FA_20180525.0000.00_7.1_global_343bc5aaef.tgz
Unzip .tgz using winrar and the zip will be extracted in folder named as vince_global_images_V9.5.12.0.NEGMIFA_20180525.0000.00_7 inside this folder there will be another folder named same.
Open Mi Flash tool and click to select direct to folder vince_global_images_V9.5.12.0.NEGMIFA_20180525.0000.00_7 open the folder and then open the other folder click Ok (don't open the the images folder)
Connect your redmi 5 plus in fast boot mode and click refresh, then choose clean all and click Flash

ROOT - Redmi 6A (Oreo 8.1)

Hello everybody ,
I need some tricks/advices and I think you guys can help me .
My old and outdated smartphone Android 4.1 is down, so I've bought a brand new Xiaomi Redmi 6A (Android 8 .1).
Anyway, I'm going nuts since few days, trying to root my device...... I've already found some topics online dealing with that issue..... already tested a lot(!)...... but no one works!! :crying:
So I just wonder if someone have already succeded in it? Does anyone have the perfect trick to do it, and especially working links if it requires to download some tools (twrp, magisk, and so on)?
Thanks a lot guys, any help would be appreciated!
root example N°1:
- TWRP recovery is required to Root Redmi 6A without PC, You can Follow Our guide to Install TWRP recovery on Any Android Device without PC: got it from the PlayStore, and install OK
- First of all Get Supersu to Root Your Redmi 6a: OK
- Now paste the Supersu.zip fle in your device’s memory: OK
- Now rename the file to Update.zip: OK
- Now turn off your android smartphone: OK
- Now boot your smartphone in TWRP Recovery mode: OK
- To boot in recovery mode you have to Press Volume up + Power button together or Volume Up + Power + Home button , basically it is different for every phone . Dont release the keys until the smartphone boots in recovery mode: FAILED
root example N°2:
- Unlock Bootloader of your device. Check How to Unlock Bootloader of Xiaomi phones: OK factory settings as I read about
- You’ll lose all your data upon unlocking bootloader. We advise you to backup all your data to a safer location OK
- Download and install the latest Xiaomi USB Drivers on your PC. OK
- Enable Developer Options and USB Debugging from Settings. (Complete guide) OK
- Setup ADB and Fastboot Drivers on your PC. OK
- There should be at least 75% battery on your device to perform the rooting procedure. OK
- TWRP image file for Redmi 6A – Download OK
- Download the TWRP image file based on your device model from above links to your computer. Rename the file to twrp.img and copy it to ADB & Fastboot folder OK
-Enable Developer Options and USB Debugging from Settings. (Complete guide)OK
-Setup ADB and Fastboot Drivers on your PC.OK
-There should be at least 75% battery on your device to perform the rooting procedure.OK
- 1. Download the TWRP image file based on your device model from above links to your computer. Rename the file to twrp.img and copy it to ADB & Fastboot folder.OK
- 2. Turn off your device and boot into fastboot mode. To do so, you need to completely turn off your device and boot it on by pressing and holding Volume Down + Power button simultaneously .OK
- 3. Now you will see a fastboot logo on your device. Take a USB cable and connect your device with PC.OK
- 4. Go to ADB & Fastboot folder. Here you need to press Shift key and right click anywhere in the folder. Now, select Open Command Window Here.OK
- 5. Now follow our simple guide on how to install TWRP Recovery via Fastboot.OK
- 6. Once TWRP recovery is successfully installed, you need to enter the below command to enter into TWRP mode.OK
fastboot boot twrp.img OK
- 7. Tap on Install button from recovery main menu and install the DisableForceEncryption_Treble.zip file. FAILED, still the Xiaomi bootloader with vol+&power, despite ok message after fastboot flash recovery recovery.img
- 8. Done! Reboot the system.
Thanks SacredDeviL666 for moving my post at the right place.
I am experiencing the same problem on Xiaomi Redmi 6A.
$ fastboot flash recovery trwp.img
OKAY
$ fastboot boot twrp.img
boots to Xiaomi bootloader
$fastboot reboot recovery
boots to Xiaomi recovery
Can anybody assist with this issue? Thanks....

Unable to add Google account after Factory Reset

Hello. I Factory reset my Mi A3 while in my Google account not through recovery. Now when I boot the phone I get an error saying unable to connect to wifi when phone is connected to wifi and the when I try to add my Google account I get a message the The Google servers are unavailable and try again later. I did some looking and tried a few suggestions on line, about deleting Google app caches and delete account and add account. I deleted the phone in my Google account in my desktop and can't add it again, I turned off two step verification...it's seems like the phone isn't behaving at all right. I can get into the phone and a message will tell me to finish setting up and when I tap the message I go to the start up page. The phone isn't currently rooted but the bootloader is unlocked.
Thank you in advance for reading this far, please any help is appreciated.
I haven't experienced that problem myself, but if you have already factory reset your phone, then why not download the stock rom and flash it? That would reinstall your OS and may solve the problem. Do it from Android SDK platform-tools. You will need to boot your phone into fastboot mode.
Download the stock MIUI firmware fastboot image from: https://xiaomifirmwareupdater.com/miui/laurel/
Then follow the guide here: https://www.thecustomdroid.com/xiaomi-mi-a3-stock-firmware-guide/
Thank you for your reply. I was thinking about that and wasn't sure if it would help. I will try that and let you know how it goes.
bjlabuk said:
I haven't experienced that problem myself, but if you have already factory reset your phone, then why not download the stock rom and flash it? That would reinstall your OS and may solve the problem. Do it from Android SDK platform-tools. You will need to boot your phone into fastboot mode.
Download the stock MIUI firmware fastboot image from: https://xiaomifirmwareupdater.com/miui/laurel/
Then follow the guide here: https://www.thecustomdroid.com/xiaomi-mi-a3-stock-firmware-guide/
Click to expand...
Click to collapse
I was able to download files and flash however its ion a boot loop stuck on android one screen and ther fix at the end of the directions say to execute command to get a active however my computer return with fastboot is not a internal or external command or file. Please advise. I will look on here for fix too. Thank you
bjlabuk said:
I haven't experienced that problem myself, but if you have already factory reset your phone, then why not download the stock rom and flash it? That would reinstall your OS and may solve the problem. Do it from Android SDK platform-tools. You will need to boot your phone into fastboot mode.
Download the stock MIUI firmware fastboot image from: https://xiaomifirmwareupdater.com/miui/laurel/
Then follow the guide here: https://www.thecustomdroid.com/xiaomi-mi-a3-stock-firmware-guide/
Click to expand...
Click to collapse
Well I have gone from bad to worse. Now stuck on fastboot screen and bootloader locked. Ugh!
If you google "mi a3 stuck on fastboot screen etc" you should get a couple of suggestions. Can you boot into recovery? Press the power key and the vol. up key at the same time. Keep holding until phone restarts, then release the power key and wait for the Recovery menu screen to appear.
Also did you read the Important Note at the bottom of the instructions?
If the device fails to boot into the OS and keeps bootlooping, connect it to the PC while in fastboot mode, and execute the following command:
.\fastboot set_active a
bjlabuk said:
If you google "mi a3 stuck on fastboot screen etc" you should get a couple of suggestions. Can you boot into recovery? Press the power key and the vol. up key at the same time. Keep holding until phone restarts, then release the power key and wait for the Recovery menu screen to appear.
Also did you read the Important Note at the bottom of the instructions?
If the device fails to boot into the OS and keeps bootlooping, connect it to the PC while in fastboot mode, and execute the following command:
.\fastboot set_active a
Click to expand...
Click to collapse
Thank you for you reply. I did see the instructions and tried the script while connected in fastboot mode. I tried the miui tool and relocked my device while and now I am in fastboot with locked bootloader. I was reading about EDL mode help however the first attempt came back unable to enter EDL because bootloader locked. I decided to step away for a few days to take a beat before going further.

Categories

Resources