Please Help
For some reason I can use fastboot commands but not adb.
I'm able to erase the recovery and reinstall a new recovery VIA fastboot
But for some reason thephone still reboots into fastboot mode only
Is there a way for me to reflash the whole system.img and everything to restore this phone using fastboot commands?
Please help..
Can anyone guide me the way how to flash via fastboot.I'm confused.Guide me steps by steps,what should i do...Does it needs any software or etc..I've root the device & wanted to flash the roms.I did flash the roms.right after flash he rom,i had to extract the boot.img from the ROM.zip and flash it via fastboot.."fasboot flash boot boot.img"
This part i'm confused at..Pls help me ..Thanks in advanced..
If you have acheived S-Off via HTCDev, you will need to extract the boot.img from the ROM.zip and flash it via fastboot
"fasboot flash boot boot.img"
If you don't have good experience in flashing, I'd be very careful, you can easily brick it. There is nothing wrong with staying on a stock ROM, I find the stock to be stable and fast.
there is also nothing wrong with reading up and learning. a simple google search of adb and fastboot commands will give you something to work off of
...and when you're confident in proceeding... be careful with your spelling.
"fasboot flash boot boot.img" - No
"fastboot flash boot boot.img" - Yes
RobE. said:
...and when you're confident in proceeding... be careful with your spelling.
"fasboot flash boot boot.img" - No
"fastboot flash boot boot.img" - Yes
Click to expand...
Click to collapse
Sounds like this might be coming from experience
sent from a galaxy far far away
FrostyOrDie said:
Sounds like this might be coming from experience
sent from a galaxy far far away
Click to expand...
Click to collapse
(Lol), your powers of observation are weak my friend. My post only corrected the OP's mistaken spelling of 'fastboot'.
i've read it & i'm confused.i did tried flashing to other rom by using the recovery,its working.i just wanna flash to the latest rom,cause some roms need to flash using flash it via fastboot ( "fasboot flash boot boot.img" ) This part i'm confused at.
After flashing to the latest rom,i'm stuck at the htc logo for more than 20 mins.can anyone guide me the steps.thks..thanks in advanced...
jingaro said:
i've read it & i'm confused.i did tried flashing to other rom by using the recovery,its working.i just wanna flash to the latest rom,cause some roms need to flash using flash it via fastboot ( "fasboot flash boot boot.img" ) This part i'm confused at.
After flashing to the latest rom,i'm stuck at the htc logo for more than 20 mins.can anyone guide me the steps.thks..thanks in advanced...
Click to expand...
Click to collapse
"fasboot flash boot boot.img" - no
What's the problem with you?
fastboot fastboot fastboot fastboot fastboot fastboot fastboot fastboot
fastboot flash boot boot.img
yes ,u are right.it is fastboot flash boot boot.img.my apology..i'm confused the steps flashing using this steps..could anyone guide me..thks in advance..
RobE. said:
"fasboot flash boot boot.img" - no
What's the problem with you?
fastboot fastboot fastboot fastboot fastboot fastboot fastboot fastboot
fastboot flash boot boot.img
Click to expand...
Click to collapse
What about fastboot flash system.img???
I have flashed whole firmware in fastboot mode with the help of fastboot tool. First i flash preloader. i use this command "fastboot flash preloader preloader.img" after this i flashed boot, recovery and other factory images. but when i m going to flash pgpt.img or gpt.img commad ended up with "PGPT : No partition table found" after this wiped user data and relock the bootloader with this command "fastboot oem lock". when i enter fastboot reboot and hit enter. It ain't gonna boot no recovery & no fastboot. only charging lead blinks and nothing more.
i never flash pgpt.img like this "fastboot flash partition pgpt.img.
I have flashed whole firmware in fastboot mode with the help of fastboot tool. First i flash preloader. i use this command "fastboot flash preloader preloader.img" after this i flashed boot, recovery and other factory images. but when i m going to flash pgpt.img or gpt.img commad ended up with "PGPT : No partition table found" after this wiped user data and relock the bootloader with this command "fastboot oem lock". when i enter fastboot reboot and hit enter. It ain't gonna boot no recovery & no fastboot. only charging lead blinks and nothing more.
i never flash pgpt.img like this "fastboot flash partition pgpt.img.
I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone. ☺☺☺
flamedrops said:
I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone.
Click to expand...
Click to collapse
Could you explain? My phone is stuck at fastboot and my pc doesn't detect the phone.
if u could access your phone via fastboot / adb then it wasn't a hardbrick , just a softbrick
TahmidZee said:
Could you explain? My phone is stuck at fastboot and my pc doesn't detect the phone.
Click to expand...
Click to collapse
You should check first the driver of your computer. Make sure you have the driver of your phone to your computer. After that you can check your device via adb by using commnd on cmd "adb devices".
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
VERY VERY THANX A LOT MAN...THX THX THX:highfive:
flamedrops said:
I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone.
Click to expand...
Click to collapse
Can u please explain it. I am stuck with the same problem. I got success in flashing fastboot rom via miflash tool but it's still stuck in fastboot.
Thanks God Bless You.
---------- Post added at 05:01 PM ---------- Previous post was at 04:36 PM ----------
Deaddo6 said:
VERY VERY THANX A LOT MAN...THX THX THX:highfive:
Click to expand...
Click to collapse
This Helped You guys are angel
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
I have the same problem. I tried also this one, but nothing.
Everything goes ok in CMD, but when I type:
fastboot boot twrp.img
I get:
FAILED (remote: Failed to load/authenticate boot image: Load Error)
I still can't go in Recovery, neither turn off the phone. How solve this?!
dix93 said:
I have the same problem. I tried also this one, but nothing.
Everything goes ok in CMD, but when I type:
flash boot twrp.img
I get:
FAILED (remote: Failed to load/authenticate boot image: Load Error)
I still can't go in Recovery, neither turn off the phone. How solve this?!
Click to expand...
Click to collapse
flash boot twrp.img?
What do you wanna do?
If you want to boot into TWRP it should be
Code:
fastboot boot recovery "name-of- recovery.img"
If you want to flash TWRP it should be
Code:
fastboot flash recovery "name-of-recovery.img"
Your command
fastboot flash boot twrp.img should flash the recovery image over the boot image?
If you want to boot into twrp you should use the command above.
As far as I know not every device/firmware is able to boot into TWRP. It seems other users were able to do so with a mi 9t so my advice would be:
- Try another usb port / cable.
- Check twice if you renamed the twrp image correctly
- Try another twrp version (older one or unofficial)
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
Wolfcity said:
flash boot twrp.img?
What do you wanna do?
If you want to boot into TWRP it should be
Code:
fastboot boot recovery "name-of- recovery.img"
If you want to flash TWRP it should be
Code:
fastboot flash recovery "name-of-recovery.img"
Your command
fastboot flash boot twrp.img should flash the recovery image over the boot image?
If you want to boot into twrp you should use the command above.
As far as I know not every device/firmware is able to boot into TWRP. It seems other users were able to do so with a mi 9t so my advice would be:
- Try another usb port / cable.
- Check twice if you renamed the twrp image correctly
- Try another twrp version (older one or unofficial)
Click to expand...
Click to collapse
Thank you. Actually I was confused in the transcript here, I meant fast boot instead of flash.
But I figured out to use XiaomiFlash Tool to install a ROM via fastboot, and then reinstall a recovery.
The popup camera is not working good with the XIAOMI official rom (It tries to close the cam even if it is already closed). Now I'm trying to install Havoc OS to try to solve those problem, but it demands me the miui v11.0.4 or new (error in twrp), even if I have the miui v12.... trying to figure out why
for the guys whome are stuck on fastboot, you may try "XiaoMiTool V2". this bought my Mi9T from fastboot to life.
make sure all the drivers are installed as well. what's better is install usb drivers, reboot computer, enable usb debugging, connect the phone to computer, select transfer data, wait till the computer completely setup your phone, turn off phone and connect to computer, wait till computer detects and setup, put the phone on fastboot mode and connect, check whether computer shows android device... once everything are confirmed then proceed with flasing.. :good::good:
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
This command - fastboot flash vbmeta worked.
(using a version from Redispade for Grus - mi9se)
Unbricked my bootloop (recovery) after upgrading from miui 12 (android 10) to 12.5 android 11.
thanks!