hello,
my honor 7 hard bricked after flashing the wbt rom 5.0
i can't access to fastboot,and recovery mode but one think, adb can read the device but when i do a command i have no answer
can anyone help please?
What does fastboot devices says?
Can you boot into Recovery, eRecovery or fastboot?
Does HiSuite recognizes the phone?
zinko_pt said:
What does fastboot devices says?
Can you boot into Recovery, eRecovery or fastboot?
Does HiSuite recognizes the phone?
Click to expand...
Click to collapse
fastboot doesn't recognize my device.
my phone cant wake up i tried all buttons combinations
Hisuite recognize my phone but he has to be in fastboot mode to unbrick it
Then I'm sorry but I can't help you. Probably someone else can.
Lessons I've learned:
Don't be the first to test and be the Guinea pig.
Don't put a lot of faith on 3rd party ROMs whose equipments have a small community of developers.
Someone can help me ?
Do you remember what you have done in order to brick it?
Its not easy These days to actually brick a phone. Was it the first Rom you flashed?
Sent from my PLK-L01 using XDA Free mobile app
simo255 said:
Someone can help me ?
Click to expand...
Click to collapse
Does the phone charge at all?
Does it light any led, screen, anything?
One thing I've done in another device was to complete discharge, still try to turn it on for dozens of times, just to make sure, then wait for 48h and plug it in to power to see if charging screen goes on.
zinko_pt said:
Does the phone charge at all?
Does it light any led, screen, anything?
One thing I've done in another device was to complete discharge, still try to turn it on for dozens of times, just to make sure, then wait for 48h and plug it in to power to see if charging screen goes on.
Click to expand...
Click to collapse
Yes, the phone is charged
No, anything
i tried to turn it on many times and no result :/
i think that the bootloader is death,so there is a method to install the bootloader on phones via adb ?
Have you tried to turn it on with volume down and with USB cabel connected to PC ? This should start bootloader, you couldn´t damage bootloader area by installing custom wbt rom as it is separated memory. If you will be successful on bootloader, then flash via fastboot commands latest b371. system, boot, recovery and optionally cust.
Ing.King said:
Have you tried to turn it on with volume down and with USB cabel connected to PC ? This should start bootloader, you couldn´t damage bootloader area by installing custom wbt rom as it is separated memory. If you will be successful on bootloader, then flash via fastboot commands latest b371. system, boot, recovery and optionally cust.
Click to expand...
Click to collapse
Hello,
i can't access to bootloader but adb detect my phonr when he's connected to PC
Bad2hold said:
Do you remember what you have done in order to brick it?
Its not easy These days to actually brick a phone. Was it the first Rom you flashed?
Sent from my PLK-L01 using XDA Free mobile app
Click to expand...
Click to collapse
the first rom i've flashed is digirom v4.2
Up
Hi,
I can try to help you but i need more information:
Current version of Honor 7 ? (PLK-L01, PLK-TL01H, etc.).
Android version before flash ?
Did you unlock bootloader successfully ?
Did you install TWRP successfully?
Which rom did you try to use to flash your honor 7?
From which country are you?
Thanks,
If ADB detects, it means you can do fastboot commands.
And most probably you have a corrupted boot.img.
Have you tried to fastboot flash boot boot.img from the oficial rom but the same version as the last to be know working rom in your H7?
sebastien_be said:
Hi,
I can try to help you but i need more information:
Current version of Honor 7 ? (PLK-L01, PLK-TL01H, etc.).
Android version before flash ?
Did you unlock bootloader successfully ?
Did you install TWRP successfully?
Which rom did you try to use to flash your honor 7?
From which country are you?
Thanks,
Click to expand...
Click to collapse
Hello,
i have the plk-l0a version
yes i unlocked bootloader with the y300 method
yes i installed twrp succesfully
i flashed the wbt rom 5.0
i'm from Morocco
thanks
zinko_pt said:
If ADB detects, it means you can do fastboot commands.
And most probably you have a corrupted boot.img.
Have you tried to fastboot flash boot boot.img from the oficial rom but the same version as the last to be know working rom in your H7?
Click to expand...
Click to collapse
Yes i tried they tell me 'waiting for device'
up
simo255 said:
Yes i tried they tell me 'waiting for device'
Click to expand...
Click to collapse
Okay first thing, I think you are connected via adb and not in fastboot mode, so no fastboot command will work in adb mode.
If you are able to get into adb mode, try to fire this command:
Code:
adb reboot bootloader
If this takes you to bootloader mode, then flash all the *.img files from the version you were previously on ex. B330 or B370.
Then after doing that put dload folder with UPDATE.APP of the version you were on before.
Tell me if this works for you.
DigiGoon said:
Okay first thing, I think you are connected via adb and not in fastboot mode, so no fastboot command will work in adb mode.
If you are able to get into adb mode, try to fire this command:
Code:
adb reboot bootloader
If this takes you to bootloader mode, then flash all the *.img files from the version you were previously on ex. B330 or B370.
Then after doing that put dload folder with UPDATE.APP of the version you were on before.
Tell me if this works for you.
Click to expand...
Click to collapse
Hello, thanks for replying
my phone doesn't boot at all , i have to change the motherboard of my phone
simo255 said:
Hello, thanks for replying
my phone doesn't boot at all , i have to change the motherboard of my phone
Click to expand...
Click to collapse
Oh sorry to hear that, but you said that your computer detects your phone, doesn't it?
Related
Hi all,
After "successfully" installing TWRP, which already took me lots of time due to strange errors, i can not go into TWRP mode. Only in Standard Recovery.
I followed every tip which i found how to exit the fastboot mode succesfully (pressing Vol+ & Power / Removing USB Cable / Tried TeamSpains Automatic Installer), but nothing worked. Most of the time just a black screen and Blue Led.
The only thing i did not do is typing in "fastboot reboot" because i read that this caused a brick on a few Le Max 2.
Any suggestions how i could finally install TWRP ?
Thanks a lot!
Wow, I'm almost in the same situation, but mine is worse - Neither standart recovery, nor TWRP start.
Can you confirm, that your bootloader is unlocked?
Because in my case, the bootloader was locked and I managed to corrupt the recovery by installing TWRP forcefully, which brought me to the continious boot loop in the recovery with no os loaded at all.
check these commands in fastboot:
fastboot oem unlock (fastboot oem unlock-go worked for me)
After it is unlocked -> fastboot flash recovery bla-bla.img -> fastboot boot bla-bla.img, where bla-bla is your twrp image.
The clue is to use proper version of TWRP from Teamspain or from the thread Official TWRP. You can always use fastboot boot for the first try. And unlock the bootloader first.
Regards Filozof71
Sent from my Le X820 using Tapatalk
RovnyiK said:
Wow, I'm almost in the same situation, but mine is worse - Neither standart recovery, nor TWRP start.
Can you confirm, that your bootloader is unlocked?
Because in my case, the bootloader was locked and I managed to corrupt the recovery by installing TWRP forcefully, which brought me to the continious boot loop in the recovery with no os loaded at all.
check these commands in fastboot:
fastboot oem unlock (fastboot oem unlock-go worked for me)
After it is unlocked -> fastboot flash recovery bla-bla.img -> fastboot boot bla-bla.img, where bla-bla is your twrp image.
Click to expand...
Click to collapse
Yes my device is unlocked. I did it again now with exactly your commands --> after fastboot boot recovery.img --> Black screen and blue LED
Filozof71 said:
The clue is to use proper version of TWRP from Teamspain or from the thread Official TWRP. You can always use fastboot boot for the first try. And unlock the bootloader first.
Regards Filozof71
Sent from my Le X820 using Tapatalk
Click to expand...
Click to collapse
What do you exactly mean with proper version of TWRP? And yes, i am always using fastboot, but it doesnt help. My phone is also unlocked... I havent got any more ideas
Kampfgans said:
What do you exactly mean with proper version of TWRP? And yes, i am always using fastboot, but it doesnt help. My phone is also unlocked... I havent got any more ideas
Click to expand...
Click to collapse
Proper I meant one of this distributions and newest. What is the result of "fastboot devices" command?
regards Filozof71
Is your device 4/64, or 4/32 gb?
Filozof71 said:
Proper I meant one of this distributions and newest. What is the result of "fastboot devices" command?
regards Filozof71
Click to expand...
Click to collapse
Yes, i used the newest official TWRP. Fastboot Devices shows my connected device "blablavla fastboot", so my device is connecting properly
RovnyiK said:
Is your device 4/64, or 4/32 gb?
Click to expand...
Click to collapse
4/32
i was in same situation guys, things which worked for me is official twrp, flash then immediately hold vol up and power button untill you see le eco recovery appearing on the screen which ll be followed by twrp, if u hold the two button and leave them after getting the first vibration, device boots into system and after that twrp is again overwritten and no use going into recovery afterwards...
Kampfgans said:
Yes, i used the newest official TWRP. Fastboot Devices shows my connected device "blablavla fastboot", so my device is connecting properly
Click to expand...
Click to collapse
Hello again. Blue LED means something like inconsistent version with installed system. Try another TWRP. What version did you run before flashing TWRP? Is it x820 or maybe X822 Indian version?
Regards Filozof71
Sent from my Le X820 using Tapatalk
hi
im in the same problem here
cant understand why its not working... spending lots of time on this
what version of twrp you all guys try and its work for you ?
Mpro747 said:
hi
im in the same problem here
cant understand why its not working... spending lots of time on this
what version of twrp you all guys try and its work for you ?
Click to expand...
Click to collapse
TRY the "TWRP_5.8_TeaMSpaiN.img" TWRP using fastboot command, which is work for me, my phone is running eui5.8 previously...
link: h ttp://choimobile.vn/threads/cai-twrp-root-leeco-le-max-2-x820-x821.68026/
If incorrect twrp install, either cannot load into twrp(black screen with unusual led light up), have twrp screeen but freeze, or can load into twrp but no touch at all.
Mpro747 said:
hi
im in the same problem here
cant understand why its not working... spending lots of time on this
what version of twrp you all guys try and its work for you ?
Click to expand...
Click to collapse
Try twrp manager app or the official twrp app. I had problems with teamspain version, appeared not to be working (black screen) but after about 30 seconds it worked. With the latest official version 3.0.2-1-x2 which i installed with twrp manager it boots up immediately
I think as soon as you type fastboot reboot you need to hold power + Volume up button to load the TWRP. Else default recovery gets reinstated.
try to boot into twrp, maybe that will work it described in step 6.4 in this tutorial:
http://forum.xda-developers.com/le-max-2/how-to/protocol-backup-stock-rom-flash-stock-t3517151
Hello friends,
I have an OPX and I did some mistakes with it during my attemp to update it to the latest Oxygen 3.1.3.
I had stock rooted 2.1.2 Oxygen OS with Kingroot and TWRP installed. I downloaded the zip of the ROM
for 3.1.3 from Oneplus and tried to flash it. It came up an error so I wiped system cache and data and tried again
but the same errors came up. Then I tried to flash the stock recovery .img file from TWRP to get the stock recovery
and try to flash the ROM from there. When I attempted to flash the stock recovery it asked me about the partition
I wanted to install it and I chose recovery.Installation seemed successfull and I rebooted to recovery.After that I had
no recovery and no system to boot.When I try to boot to recovery I only get the oneplus logo. When I try to boot to
system I get oneplus logo and "Powered by android" at the bottom. Fastboot mode seems ok. So I thought i could flash
everything back with adb BUT no tool or program recognizes correctly in any mode.In device manager of windows 10
the device is listed under "Kedacom Usb device" section with name "Android Bootloader Interface".
Please Help me.
zafiris said:
Hello friends,
I have an OPX and I did some mistakes with it during my attemp to update it to the latest Oxygen 3.1.3.
I had stock rooted 2.1.2 Oxygen OS with Kingroot and TWRP installed. I downloaded the zip of the ROM
for 3.1.3 from Oneplus and tried to flash it. It came up an error so I wiped system cache and data and tried again
but the same errors came up. Then I tried to flash the stock recovery .img file from TWRP to get the stock recovery
and try to flash the ROM from there. When I attempted to flash the stock recovery it asked me about the partition
I wanted to install it and I chose recovery.Installation seemed successfull and I rebooted to recovery.After that I had
no recovery and no system to boot.When I try to boot to recovery I only get the oneplus logo. When I try to boot to
system I get oneplus logo and "Powered by android" at the bottom. Fastboot mode seems ok. So I thought i could flash
everything back with adb BUT no tool or program recognizes correctly in any mode.In device manager of windows 10
the device is listed under "Kedacom Usb device" section with name "Android Bootloader Interface".
Please Help me.
Click to expand...
Click to collapse
Follow this guide http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108 and update to 3.1.3 with stock recovery
cva_kabil said:
Follow this guide http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108 and update to 3.1.3 with stock recovery
Click to expand...
Click to collapse
I have already tried to do this guide. Windows says the best drivers are already installed for this device and will not install the qualcom ones. Also the program just waits for a device to be connected to start the process of unbricking.Thanks for answering
zafiris said:
I have already tried to do this guide. Windows says the best drivers are already installed for this device and will not install the qualcom ones. Also the program just waits for a device to be connected to start the process of unbricking.Thanks for answering
Click to expand...
Click to collapse
But still u can acess fastboot right? Without any problem?
cva_kabil said:
But still u can acess fastboot right? Without any problem?
Click to expand...
Click to collapse
I think so, yes. When I enter fastboot mode there is the oneplus logo and "fastboot mode" written under it.
zafiris said:
I think so, yes. When I enter fastboot mode there is the oneplus logo and "fastboot mode" written under it.
Click to expand...
Click to collapse
Yes it is fastboot. now connect ur mobile to pc and type "fastboot devices" in adb cmd screen.. if it shows your device info,then u can flash stock recovery and make a fresh start.
cva_kabil said:
Yes it is fastboot. now connect ur mobile to pc and type "fastboot devices" in adb cmd screen.. if it shows your device info,then u can flash stock recovery and make a fresh start.
Click to expand...
Click to collapse
Yes i know. Whenever I type fastboot devices nothing happens. No device gets listed.
I had the same problem, but the Guide to Unbrick worked well.
Now, I cannot flash anything, because Fastboot doesn't recognize my phone. I'm stuck in stock.
cva_kabil said:
Follow this guide http://forum.xda-developers.com/oneplus-x/general/guide-mega-unbrick-guide-hard-bricked-t3272108 and update to 3.1.3 with stock recovery
Click to expand...
Click to collapse
thank you very much this guide finally worked!! It was my mistake.I was booting first on fastboot mode and then plugging in the usb cable
whereas the guide says to keep pressing volume up and then plug it in which is was made it work!
zafiris said:
thank you very much this guide finally worked!! It was my mistake.I was booting first on fastboot mode and then plugging in the usb cable
whereas the guide says to keep pressing volume up and then plug it in which is was made it work!
Click to expand...
Click to collapse
Glad u did ?
Hello guys,
I am using kenzo, and my bootloader is officially unlocked, today i tried flashing miui rom using miflash beta tool on my 32 bit system in fastboot mode, it shows flashing started and done in just 1-3 seconds and success message appears but when i flash using edl it successfully flashed.
Am i doing anything wrong? Or is there any other way of flash using fastboot mode (unlocked bootloader officially)?
Thanks in advance
Anybody, please........
Plz guys, please
Create a Screenshot or video.. also change the PC
mr.badman said:
Hello guys,
I am using kenzo, and my bootloader is officially unlocked, today i tried flashing miui rom using miflash beta tool on my 32 bit system in fastboot mode, it shows flashing started and done in just 1-3 seconds and success message appears but when i flash using edl it successfully flashed.
Am i doing anything wrong? Or is there any other way of flash using fastboot mode (unlocked bootloader officially)?
Thanks in advance
Click to expand...
Click to collapse
You are not supposed to flash in fastboot mode!!!! For MiFlash to work, you need to get your phone into EDL (Emergency Download) Mode, the one in which the screen shows nothing and only the LED blinks in RED.
Connect your phone to PC in that EDL mode, and then open MiFlash. And as far as I remember, you need to have a 64-bit windows to run the latest MiFlash.
If u connected successfully, click on the Refresh button, and it will show something like COM1/COM2... etc. Then CLICK on Flash.
Have u tried with latest version of miflash tool..try it properly...?or u can flash it through cmd...just google it for the commands.. Try at ur own risk...I am happy with edl on miflash 15.something
evansourav said:
Create a Screenshot or video.. also change the PC
Click to expand...
Click to collapse
Bro there is no need to change the pc as i can upgrade my pc to 64bit
Rohitagni said:
You are not supposed to flash in fastboot mode!!!! For MiFlash to work, you need to get your phone into EDL (Emergency Download) Mode, the one in which the screen shows nothing and only the LED blinks in RED.
Connect your phone to PC in that EDL mode, and then open MiFlash. And as far as I remember, you need to have a 64-bit windows to run the latest MiFlash.
If u connected successfully, click on the Refresh button, and it will show something like COM1/COM2... etc. Then CLICK on Flash.
Click to expand...
Click to collapse
I know that bro i am not asking for edl method, i am asking for fastboot method if there any, and as far as i know the latest miflash supports 32bit windows too and i am using it and flashed successfully using edl mode a lot of time
Evanblast said:
Have u tried with latest version of miflash tool..try it properly...?or u can flash it through cmd...just google it for the commands.. Try at ur own risk...I am happy with edl on miflash 15.something
Click to expand...
Click to collapse
I know the commands bro i am not a noob, i am just asking for fastboot flash method in which we need unlocked bootloader if there is any method.
mr.badman said:
I know that bro i am not asking for edl method, i am asking for fastboot method if there any, and as far as i know the latest miflash supports 32bit windows too and i am using it and flashed successfully using edl mode a lot of time.
Click to expand...
Click to collapse
I don't think there is any other way other than the EDL method for flashing official ROMs.
I just wanted to know that is there any method that helps flashing roms using unlocked bootloader because there are lot of guides on internet saying flash rom with locked bootloader so i wanted to know is there a plus point in flashing roms with unlocked bootloader
If you have unlocked BL you can flash via twrp or fastboot or EDL, so three options...
EDL if others two dont work
Look fastboot & recovery both are there for a reason,
What i feel the priority of recovery is 1st for flashing almost anything
(If Modem/Firmware or anything else seems to have causing the problem)
USE fastboot & if you are hardbricked or can't figure out what you are missing only then head over for EDL.
But don't EDL>>Fastboot>>Recovery
Now to address your questions more specifically
Loked Bootloaders are good for Security but not friendly when you are a TWRP addict on the other hand Un-Loked Bootloaders puts the responsibility of security on your hands allowing you to modify whatever partitions or files you want to change on system.
With a loked bootloader you may flash a rom but sooner or later you will realize its better to have it unloked if u love to be a tinker.
Denis:) said:
If you have unlocked BL you can flash via twrp or fastboot or EDL, so three options...
EDL if others two dont work
Click to expand...
Click to collapse
Thats what i am asking bro, how to flash using fastboot?
evansourav said:
Look fastboot & recovery both are there for a reason,
What i feel the priority of recovery is 1st for flashing almost anything
(If Modem/Firmware or anything else seems to have causing the problem)
USE fastboot & if you are hardbricked or can't figure out what you are missing only then head over for EDL.
But don't EDL>>Fastboot>>Recovery
Now to address your questions more specifically
Loked Bootloaders are good for Security but not friendly when you are a TWRP addict on the other hand Un-Loked Bootloaders puts the responsibility of security on your hands allowing you to modify whatever partitions or files you want to change on system.
With a loked bootloader you may flash a rom but sooner or later you will realize its better to have it unloked if u love to be a tinker.
Click to expand...
Click to collapse
Thanks bro i get what you said.
But the thing i am asking is that, is there a special or different method of flashing roms using fastbood mode?
In simple word, can or how can i flash roms using fastboot mode? As we use edl in miflash tool so can we use or how to use fastboot mode in flashing roms via miflash?
use mi flash tool
evansourav said:
use mi flash tool
Click to expand...
Click to collapse
I use miflash tool bro
Hi. so today i thought i would try to unlock bootloader and root then install a custom rom. I got everything ready on windows 8.1 . managed to unlock the bootloader and then when to flash twrp. Now the error i made is instead of flashing twrp i booted into it. I then proceeded to make the necessary wipes and then went to mount phone to pc so i could transfer the zip for the new rom and the phone just wouldnt show up on my pc. I tried eveything. So now i can only do 2 thing.s Boot into fastboot or into stock reocvery which offers 2 choices. update with update zip already placed in phone or clear data. When i boot into fastboot and then connect hpone and opem command prompt then type adb usb it starts daemon then says devices. In device manager it shows adb interface fine. So what can i do now as i need this phone to work as dont have a spare. How can i get it to let me use adb usb properly so i can flash twrp and then flash rom. It currently has no os on phone. Is there a way to flash via the phone itself? Also if i let it boot up it auto matically open stock reocvery. Can anyone please help asap thanks.
Heyyo, @dead4ngel
Derp! Just figured it out. Once you're in fastboot you don't use adb devices command, it changes to stuff like fastboot devices
Hence there's an adb.exe and a fastboot.exe
So for example once you're in fastboot on your phone and you plug in your usb cable? To flash TWRP you would do this on your command prompt
fastboot flash recovery twrp.img
by chance have you tried this guide? Worked for me
https://forum.xda-developers.com/le-max-2/how-to/protocol-backup-stock-rom-flash-stock-t3517151/
You legend!!!!
ThE_MarD said:
Heyyo, @dead4ngel
Derp! Just figured it out. Once you're in fastboot you don't use adb devices command, it changes to stuff like fastboot devices
Hence there's an adb.exe and a fastboot.exe
So for example once you're in fastboot on your phone and you plug in your usb cable? To flash TWRP you would do this on your command prompt
fastboot flash recovery twrp.img
by chance have you tried this guide? Worked for me
https://forum.xda-developers.com/le-max-2/how-to/protocol-backup-stock-rom-flash-stock-t3517151/
Click to expand...
Click to collapse
Thank you so much. That worked right away. Theen all i had to do is mount in twrp and install mtp device. Now copying rom to internal and i should be good to go. Im so happy was ****ting bricks thinking iv just killed this phone only after 3 months of having it lol.
dead4ngel said:
Thank you so much. That worked right away. Theen all i had to do is mount in twrp and install mtp device. Now copying rom to internal and i should be good to go. Im so happy was ****ting bricks thinking iv just killed this phone only after 3 months of having it lol.
Click to expand...
Click to collapse
Glad to hear you got her sorted out
If you experience fingerprint reader issues when your device is asleep please flash an updated version of the modem firmware. I know it sounds odd but it does affect fingerprint reader performance when the device is asleep.
Chinese 26s 05.09 from here works good
https://yadi.sk/d/woKdrlRrv8yhr/Китай
But others have preferred developer 466D from here
https://yadi.sk/d/woKdrlRrv8yhr/Для разработчиков
Modem firmware is separate from the ROM so you can flash them freely without risk of wiping out your ROM
Try each for a few days and see which one works best for you
I can't seem to unlock bootloader on mi a3 on android 10 i get a lot of things on the powershell but nothing happens on the device.
Thank you in advance
Which commands do you use? Locking and unlocking the bootloader should have nothing to do with the version of Android you have installed
TheVow said:
I can't seem to unlock bootloader on mi a3 on android 10 i get a lot of things on the powershell but nothing happens on the device.
Thank you in advance
Click to expand...
Click to collapse
I keep getting commands in the power shell like
Press w for
Press E for
Etc
TheVow said:
I keep getting commands in the power shell like
Press w for
Press E for
Etc
Click to expand...
Click to collapse
Probably you installed an old version of the adb/fastboot drivers.
Download the sdk from here https://developer.android.com/studio/releases/platform-tools and extract the files in the adb folder in the volume (C
Phil_gloves said:
Probably you installed an old version of the adb/fastboot drivers.
Download the sdk from here https://developer.android.com/studio/releases/platform-tools and extract the files in the adb folder in the volume (C
Click to expand...
Click to collapse
well i did this but the same results
Here is what it looks like.
https://imgur.com/a/6x33Qfq
TheVow said:
well i did this but the same results
Here is what it looks like.
https://imgur.com/a/6x33Qfq
Click to expand...
Click to collapse
You are still using old version of fastboot. Either search&replace fastboot.exe in all locations on your hard drive, or remove fastboot folder from Windows PATHS.
_mysiak_ said:
You are still using old version of fastboot. Either search&replace fastboot.exe in all locations on your hard drive, or remove fastboot folder from Windows PATHS.
Click to expand...
Click to collapse
Thank you that Worked ! but now when i flash twrp and try to boot to it it always boots to fastboot. anyidea how to force twrp boot even tho i keep pressing Vol up when i try to boot to it.
thank you in advance
TheVow said:
Thank you that Worked ! but now when i flash twrp and try to boot to it it always boots to fastboot. anyidea how to force twrp boot even tho i keep pressing Vol up when i try to boot to it.
thank you in advance
Click to expand...
Click to collapse
Use the proper twrp built for Android 10 from here https://forum.xda-developers.com/mi...y-unoffical-twrp-xiaomi-mi-a3-t3987759/page16
The twrp.img you used only works on Android 9.
Twrp.zip will work on any Android version so once you flash the correct .img then you can reboot recovery and if you want install twrp by flashing twrp.zip
garylawwd said:
Use the proper twrp built for Android 10 from here https://forum.xda-developers.com/mi...y-unoffical-twrp-xiaomi-mi-a3-t3987759/page16
The twrp.img you used only works on Android 9.
Twrp.zip will work on any Android version so once you flash the correct .img then you can reboot recovery and if you want install twrp by flashing twrp.zip
Click to expand...
Click to collapse
Thank you this worked! time to install custom roms
To unlock bootloader of Mi A3
What are all the softwares we need for Windows 8.1??? I tried one mi flashing tool softwere but when I tried command 'fastboot devices:,, pc is not detecting my phone
You will need mi usb drivers for detecting your phone in fastboot mode
aslamzbr said:
What are all the softwares we need for Windows 8.1??? I tried one mi flashing tool softwere but when I tried command 'fastboot devices:,, pc is not detecting my phone
Click to expand...
Click to collapse
Use this
https://androidfilehost.com/?fid=24269982087012538