Hello,
Testing Windows on my test Poco F1 after running the windows installer my fastboot does not work anymore.
Windows and MIUI are loading fine, but if i boot to bootloader the phone freeze on POCO logo, in recovery works (miui recovery) i can reinstall miui if i put the device in "mi assistant" in recovery, but the fastboot does not want to start anymore.
I wonder if anyone here know which partition was modified by the WIndows installer, or what was modified that damaged only fastboot mode?
I tried to use MiFlash in EDL mode, but my notebook USB seems to have issues, after finds the right COM port MiFlash say that the hello packet was missed....
Best regards,
Marc
What do you mean by testing windows
Bobmarley2022 said:
What do you mean by testing windows
Click to expand...
Click to collapse
I mean i have installed Windows 10, by testing i mean i am testing some EFI drivers, I created a USB stick with Windows 10 for ARM64 and installed windows, the installer performed some changes to the phone and i wonder if anyone here know what can be changed to brick only fastboot.
serdeliuk said:
I mean i have installed Windows 10, by testing i mean i am testing some EFI drivers, I created a USB stick with Windows 10 for ARM64 and installed windows, the installer performed some changes to the phone and i wonder if anyone here know what can be changed to brick only fastboot.
Click to expand...
Click to collapse
Use mi flash
Bobmarley2022 said:
Use mi flash
Click to expand...
Click to collapse
Unfortunately miflash gives error, say that missed hello packet.
But my question is about what the installer changed that broke the fastboot, i manually created the required partitions and normally nothing else was touched, yet fastboot is not working, but only fastboot mode was damaged
Related
I was on Unofficial CM13 by SultanXDA!
For further update it requires OOS 3.1.3 Firmware, so I flashed OOS 3.1.3 pure!
It comes with its stock recovery i.e. I need to flash TWRP for same!
I had drivers and minimal adb-n-fastboot installed already and also $adb devices detects my device!
So, when i connect device with fastboot mode to flash TWRP it detects my Android bootloder device (according to device manager | win10) but
Code:
fastboot device
<waiting for device>
doesn't work and stuck there only!
If you can boot into OS could root with KingRoot and flash recovery with app like Rashr or Flashify.
Are you tried this process with other versions of Windows (lower than window 10)?
Windows 10 have some drivers problem.
Is your opx boot?
If Android Emulator program (Bluestack, Andy etc) is installed on your computer, you should remove it. And try again...
yuv93 said:
Are you tried this process with other versions of Windows (lower than window 10)?
Windows 10 have some drivers problem.
Is your opx boot?
Click to expand...
Click to collapse
Although I'm not the OP I had the same problem.
Used my older Laptop with Win7 and I was able to find my opx in fastboot mode thanks for saving my life <3
Nagesh_Noddy said:
I was on Unofficial CM13 by SultanXDA!
For further update it requires OOS 3.1.3 Firmware, so I flashed OOS 3.1.3 pure!
It comes with its stock recovery i.e. I need to flash TWRP for same!
I had drivers and minimal adb-n-fastboot installed already and also $adb devices detects my device!
So, when i connect device with fastboot mode to flash TWRP it detects my Android bootloder device (according to device manager | win10) but
doesn't work and stuck there only!
Click to expand...
Click to collapse
had the same on ubuntu, my solution may also work for your problem .. run the console as admin and see if it detects your device! if not you probably need to install oneplus drivers
regards,
OD
Hey there, I can't flash ANYTHING to my poco f1.
Right now I'm running miui 11, android 10, and I'd like to get a custom ROM, lineageos 17. Well, now the problem.
I have always had twrp, but since yesterday when I flashed miui 11 (used as a stepping stone to los 17) twrp is gone, I was like sure I'll just reflash it but no, I can't. Whenever I try to flash anything, be it a recovery image or boot image. When I do the command "fastboot flash recovery recovery.img" it always gives me this error:
FAILED (Write to device failed (Invalid Argument))
Fastboot: error: Command failed.
Now I've looked everywhere online, and tried everything I found, that being:
Another usb port
Another usb cable
A front-IO usb port
A back usb port
A 2.0 usb port
Another pc
Reinstalling adb/fastboot
Also yes OEM is unlocked and USB debugging is on, I'm honestly out of ideas and I don't know what to do. Since now I'm stuck with miui 11, which isn't terrible, but I love los. I just want to be able to get twrp installed, I can do the rest myself... Thanks for any help in advance
Same here, but the pc was able to detect that there is adb device plug into it.. getting error when flashing.. so sad
imbasher said:
Same here, but the pc was able to detect that there is adb device plug into it.. getting error when flashing.. so sad
Click to expand...
Click to collapse
Yup, it detects it... I'm desperate lol... I just want Los, I tried everything
Instal this Miflash Pro 4.3.1220.29: https://androidfilehost.com/?fid=4349826312261709628
It will install prerequred drivers.
To install twrp, download this https://developer.android.com/studio/releases/platform-tools?hl=en
Put twrp to platform tools. Then install twrp by command: "fastboot flash recovery twrp.img" (without quote)
Important:
Your phone must be officially unlocked bootloader: https://en.miui.com/unlock/
Recommended TWRP:
3.3.0 fixed v3 by felzzmod: https://www.androidfilehost.com/?fid=4349826312261711829
Or TWRP:
3.3.1 v3 by adil: https://www.androidfilehost.com/?fid=4349826312261711828
Still can't install, may be FWUL will help you out: https://forum.xda-developers.com/an.../live-iso-adb-fastboot-driver-issues-t3526755
I have the same prblem here. The pc is able to recognice the phone in fastboot mode, but when I try to flash the recovery it does nothing in the command window, and the phone goes black nad I have to turn it off.
Solved
I was trying at a pc with ryzen processor and USB 3.0. I changed pc, and tried with intel processor and USB 2.0 and worked fine.
Gocarano said:
I was trying at a pc with ryzen processor and USB 3.0. I changed pc, and tried with intel processor and USB 2.0 and worked fine.
Click to expand...
Click to collapse
With all due respect, you didn't read the post, that's what I did already
I'm stuck with the same thing for the last two months, literally tried everything but zero success so far.
Have you found the solution? Helppp
Have you tried to use lpflash tool?
lpflash
lpflash writes a non-sparse image from lpmake to a block device. It is intended to be run on the device itself.
Usage: lpflash /dev/block/sdX /path/to/image/file
Click to expand...
Click to collapse
https://android.googlesource.com/platform/system/extras/+/master/partition_tools/
LittleBladed said:
Hey there, I can't flash ANYTHING to my poco f1.
Right now I'm running miui 11, android 10, and I'd like to get a custom ROM, lineageos 17. Well, now the problem.
I have always had twrp, but since yesterday when I flashed miui 11 (used as a stepping stone to los 17) twrp is gone, I was like sure I'll just reflash it but no, I can't. Whenever I try to flash anything, be it a recovery image or boot image. When I do the command "fastboot flash recovery recovery.img" it always gives me this error:
FAILED (Write to device failed (Invalid Argument))
Fastboot: error: Command failed.
Now I've looked everywhere online, and tried everything I found, that being:
Another usb port
Another usb cable
A front-IO usb port
A back usb port
A 2.0 usb port
Another pc
Reinstalling adb/fastboot
Also yes OEM is unlocked and USB debugging is on, I'm honestly out of ideas and I don't know what to do. Since now I'm stuck with miui 11, which isn't terrible, but I love los. I just want to be able to get twrp installed, I can do the rest myself... Thanks for any help in advance
Click to expand...
Click to collapse
Have you solved this problem ? If yes please share the solution
Gocarano said:
Solved
I was trying at a pc with ryzen processor and USB 3.0. I changed pc, and tried with intel processor and USB 2.0 and worked fine.
Click to expand...
Click to collapse
thank you so much your help!
LittleBladed said:
Hey there, I can't flash ANYTHING to my poco f1.
Right now I'm running miui 11, android 10, and I'd like to get a custom ROM, lineageos 17. Well, now the problem.
I have always had twrp, but since yesterday when I flashed miui 11 (used as a stepping stone to los 17) twrp is gone, I was like sure I'll just reflash it but no, I can't. Whenever I try to flash anything, be it a recovery image or boot image. When I do the command "fastboot flash recovery recovery.img" it always gives me this error:
FAILED (Write to device failed (Invalid Argument))
Fastboot: error: Command failed.
Now I've looked everywhere online, and tried everything I found, that being:
Another usb port
Another usb cable
A front-IO usb port
A back usb port
A 2.0 usb port
Another pc
Reinstalling adb/fastboot
Also yes OEM is unlocked and USB debugging is on, I'm honestly out of ideas and I don't know what to do. Since now I'm stuck with miui 11, which isn't terrible, but I love los. I just want to be able to get twrp installed, I can do the rest myself... Thanks for any help in advance
Click to expand...
Click to collapse
Vishav9 said:
I'm stuck with the same thing for the last two months, literally tried everything but zero success so far.
Have you found the solution? Helppp
Click to expand...
Click to collapse
ankinapallih said:
Have you solved this problem ? If yes please share the solution
Click to expand...
Click to collapse
hoatienii said:
thank you so much your help!
Click to expand...
Click to collapse
For everyone have fastboot issues, please take a look on my POCO F1 Ultimate Collection & Guides, at AMD Fastboot Fix Guide. At least for me it's fixed with fastboot drivers and amd ryzen fastboot fix bat. Let me know on my thread if it's worked for you.
i tried to flash corvus os but earlier i wiped all my cache and storage using twrp. Now twrp is gone and my phone is in bootloop showing poco by xaiomi icon only..i tried to fastboot with miui again but miflash tool doesn't detect my phone..what should i do? please help
anish katwal said:
i tried to flash corvus os but earlier i wiped all my cache and storage using twrp. Now twrp is gone and my phone is in bootloop showing poco by xaiomi icon only..i tried to fastboot with miui again but miflash tool doesn't detect my phone..what should i do? please help
Click to expand...
Click to collapse
Install all the drivers. If it isn't detecting then there might be a driver missing. Use usb 2.0 ports and a PC with intel processor. Use ADB and fasboot tools to flash twrp recovery in fastboot.
try flashing rom with QFil , usually you will see port in Device manager in windows
Hello guys,
I have a problem with installing and starting TWRP for the Mi 8 Pro Explorer Edition (Codenamed Ursa).
I have the latest version of Miui Global available for my device (MIUI 12.0.1), and I have unlocked the bootloader with the official procedure (successfully).
I followed the guide for MIUI.eu (the same with all devices to tell the truth) to install the latest TWRP available, but when TWRP starts the device remains off. I can get into fastboot or start it normally, but I can't install it despite ADB giving me positive results.I also tried to install older TWRP, but the result is the same, the device does not start the TWRP, remaining off. Anyone have a solution?
Thanks a lot to everyone
Ps. When I unlocked the bootloader I had to enter some registry keys otherwise the annoying bug came out that when connecting the device to the PC it came out of fastboot mode, opening a black page with a white writing at the top left
PPS. I want install MIUI.eu 12.5, So I'm wasting all this time
Does it show any error when you try to run these command?
fastboot flash recovery twrp.img
fastboot boot twrp.img
Click to expand...
Click to collapse
jwhan said:
Does it show any error when you try to run these command?
Click to expand...
Click to collapse
The solution is use the TWRP 3.2.3 CN by wzsx150, and work perfectly. Now I have found the solution...
THX anyway
Hi guys sadly I completely softbricked my motorola X40 phone i'm a idiot.
I flashed to a wrong firmware file (edge 30 pro) and re-locked bootloader then found it phone doesn't properly boot anymore.
I can boot it in fastboot mode but flashing in normal fastboot mode doesn't work with locked bootloader and lenovo rescue tool can't help me either.
Edit: Weirdly I managed to boot it up and it shows as a "motorola edge 30 pro" and I can control my screen with a USB mouse.
But when I try to enable "OEM unlocking" in developer options the settings app just crashes.
But my problem stays the same, i'm still stuck with a locked bootloader
Is there any chance to trick this phone into EDL mode or any working blankflash?
Any suggestions? i'd appreciate it
jody2k said:
Hi guys sadly I completely softbricked my motorola X40 phone i'm a idiot.
I flashed to a wrong firmware file (edge 30 pro) and re-locked bootloader then found it phone doesn't properly boot anymore.
I can boot it in fastboot mode but flashing in normal fastboot mode doesn't work with locked bootloader and lenovo rescue tool can't help me either.
Edit: Weirdly I managed to boot it up and it shows as a "motorola edge 30 pro" and I can control my screen with a USB mouse.
But when I try to enable "OEM unlocking" in developer options the settings app just crashes.
But my problem stays the same, i'm still stuck with a locked bootloader
Is there any chance to trick this phone into EDL mode or any working blankflash?
Any suggestions? i'd appreciate it
Click to expand...
Click to collapse
It doesn't matter if the oem lock is on to flash the stock firmware.
You can directly flash the right firmware via fastboot. Lenovo rescue tool may not flash...
cascade128 said:
It doesn't matter if the oem lock is on to flash the stock firmware.
You can directly flash the right firmware via fastboot. Lenovo rescue tool may not flash...
Click to expand...
Click to collapse
Hi thanks for the response, how to flash directly stock firmware? which method should I use? This is what I get when I try to flash anything through adb (phone in fastboot mode) I added a screenshot from adb in windows and took a picture from my phone to show in which fastboot mode it shows.
Tried several things flashing directly from adb but it always says permission denied because of the bootloader lock, maybe i'm doing something wrong.
It's not adb, it's fastboot mode.
Where you are is right.
It will be in the mode in the screenshot of the device, that's right.
Use the one in the file i gave you.
Here are the guidelines.
01. Download the latest Firmware from lolinet
02. We extract the firmware.zip, open servicefile.xml and copy the contents into this website
03. Download the mfastboot.rar ADB i gave and put it in the rom folder you extracted.
04. We put the flashfile.bat we created (Step 02. Extract, open servicefile.xml and copy the content to this site) into the rom folder you extracted.
05. Reboot your phone into fastboot (adb reboot fastboot or press and hold Power + Volume Down)
06. Everything is ready, click on the ''flashfile.bat'' file.
07. Don't disconnect the phone until the update has finished.
cascade128 said:
It's not adb, it's fastboot mode.
Where you are is right.
It will be in the mode in the screenshot of the device, that's right.
Use the one in the file i gave you.
Here are the guidelines.
01. Download the latest Firmware from lolinet
02. We extract the firmware.zip, open servicefile.xml and copy the contents into this website
03. Download the mfastboot.rar ADB i gave and put it in the rom folder you extracted.
04. We put the flashfile.bat we created (Step 02. Extract, open servicefile.xml and copy the content to this site) into the rom folder you extracted.
05. Reboot your phone into fastboot (adb reboot fastboot or press and hold Power + Volume Down)
06. Everything is ready, click on the ''flashfile.bat'' file.
07. Don't disconnect the phone until the update has finished.
Click to expand...
Click to collapse
Hi thanks for helping me, I downloaded the right firmware, uploaded the servicefile.xml to the site you gave me and created the flashfile.bat. Pasted the flashfile.bat into the samen folder as the rom and also extracted the mfastboot.rar into the same rom folder.
Then clicked on the flashfile.bat but sadly I get the same error's (Permission Denied)
My phone is still in fastboot mode (right screenshot)
Any idea's?
jody2k said:
Hi thanks for helping me, I downloaded the right firmware, uploaded the servicefile.xml to the site you gave me and created the flashfile.bat. Pasted the flashfile.bat into the samen folder as the rom and also extracted the mfastboot.rar into the same rom folder.
Then clicked on the flashfile.bat but sadly I get the same error's (Permission Denied)
My phone is still in fastboot mode (right screenshot)
Any idea's?
Click to expand...
Click to collapse
Very interesting, it shouldn't give such an error. You are flashing Motorola signed images, you don't need the bootloader unlocked for this Sorry i can't be of more help, i hope you can recover your device...
cascade128 said:
Very interesting, it shouldn't give such an error. You are flashing Motorola signed images, you don't need the bootloader unlocked for this Sorry i can't be of more help, i hope you can recover your device...
Click to expand...
Click to collapse
Yea indeed well thanks anyway, my only hope left is a third party recovery tool that supports this phone in future.
I'll put the X40 in my closet until then and buy another new phone in the meanwhile don't have much of a choice lol.
Hello!
Did you try RSDLite tool to flash firmware?
thunderman75 said:
Hello!
Did you try RSDLite tool to flash firmware?
Click to expand...
Click to collapse
I tried but the issue is there that it doesn't detect the port / device on the RSDlite tool.
Meanwhile I can see in devicemanager in windows the phone is detected in ADB/fastboot mode but RSDlite tool needs some portmode to succeed, the tool says it doesn't detect my device. I can't seem to connect it with that port RSDlite tool needs, also tried general ADB drivers but didn't help either. I also saw in one topic to make it work with RSD tool you need to install the qualcomm drivers, but these drivers don't work with this phone in normal fastboot mode. In other words I can't seem to RSD tool recognise my phone on the needed port. I think this tool only works in EDL mode (+qualcomm driver) but my moto X40 doesn't yet support EDL mode I think.
https://androidmtk.com/use-rsd-lite-tool
=> I followwed this tutorial but @ Step nr.8 there isn't any port or device detected even when my phone is correctly in fastboot mode
I tried Generic ADB drivers and the official motorola USB drivers, both detected in devicemanager in windows but RSDtool lite didn't detect my phone.
jody2k said:
I tried but the issue is there that it doesn't detect the port / device on the RSDlite tool.
Meanwhile I can see in devicemanager in windows the phone is detected in ADB/fastboot mode but RSDlite tool needs some portmode to succeed, the tool says it doesn't detect my device. I can't seem to connect it with that port RSDlite tool needs, also tried general ADB drivers but didn't help either. I also saw in one topic to make it work with RSD tool you need to install the qualcomm drivers, but these drivers don't work fastboot mode. In other words I can't seem to RSD tool recognise my phone on the needed port. I think this tool only works in EDL mode (+qualcomm driver) but my moto X40 doesn't yet support EDL mode I think.
https://androidmtk.com/use-rsd-lite-tool
=> I followwed this tutorial but @ Step nr.8 there isn't any port or device detected even when my phone is correctly in fastboot mode
I tried Generic ADB drivers and the official motorola USB drivers, both detected in devicemanager in windows but RSDtool lite didn't detect my phone.
Click to expand...
Click to collapse
This looks promising:
Motorola Unbrick Tool: Unbrick any Moto Device via EDL Mode
In this comprehensive guide, we will show you the detailed steps to unbrick any Motorola device booted to EDL Mode using the Unbrick Tool.
droidwin.com
thunderman75 said:
This looks promising:
Motorola Unbrick Tool: Unbrick any Moto Device via EDL Mode
In this comprehensive guide, we will show you the detailed steps to unbrick any Motorola device booted to EDL Mode using the Unbrick Tool.
droidwin.com
Click to expand...
Click to collapse
Yeah let's hope my device model (X40) get's support soon
@mark332 Any idea's?
I have the same problem, because I did the same thing hahaha, I tried these methods and nothing was successful, I tried to use Lenovo's RSA, but it only installs the correct firmware and Fastboot, but when it comes to rescuing it just has a "Warning" message.
zequinhaBR said:
I have the same problem, because I did the same thing hahaha, I tried these methods and nothing was successful, I tried to use Lenovo's RSA, but it only installs the correct firmware and Fastboot, but when it comes to rescuing it just has a "Warning" message.View attachment 5872305
Click to expand...
Click to collapse
Guess we are in the same boat loll xp having indeed the exact same message. I think the RSA tool detects the right device but it checks for some sort of keys/verification and sees it isn't the right firmware so it stops flashing.
I have found out you can also enter recovery mode by selecting "recovery" in fastboot mode with the key buttons.
Then you need to press power button + down key for 3 seconds, then short the volume up key.
Youll get a other menu with also fastboot mode and adb sideload etc...
but again sadly neither fastboot or adb sideload did work for me
When I tried to flash the original firmware in sideload mode trough ADB it gives a"verification error"
In fastboot mode it says that it can't flash with locked device
I hope this info will be any useful for people stumble upon this topic in the future and maybe help to unbrick this phone.
jody2k said:
I tried but the issue is there that it doesn't detect the port / device on the RSDlite tool.
Meanwhile I can see in devicemanager in windows the phone is detected in ADB/fastboot mode but RSDlite tool needs some portmode to succeed, the tool says it doesn't detect my device. I can't seem to connect it with that port RSDlite tool needs, also tried general ADB drivers but didn't help either. I also saw in one topic to make it work with RSD tool you need to install the qualcomm drivers, but these drivers don't work with this phone in normal fastboot mode. In other words I can't seem to RSD tool recognise my phone on the needed port. I think this tool only works in EDL mode (+qualcomm driver) but my moto X40 doesn't yet support EDL mode I think.
https://androidmtk.com/use-rsd-lite-tool
=> I followwed this tutorial but @ Step nr.8 there isn't any port or device detected even when my phone is correctly in fastboot mode
I tried Generic ADB drivers and the official motorola USB drivers, both detected in devicemanager in windows but RSDtool lite didn't detect my phone.
Click to expand...
Click to collapse
New hope on horizont for your phone...Machine with Windows10(32-bit) and Moto USB drivers(32-bit).
Phone booted in fastboot mode and connected to PC,recognized instantly.
Screenshot of my Moto Edge 30 ultra connected to above mentioned PC.
Good luck!!!
thunderman75 said:
New hope on horizont for your phone...Machine with Windows10(32-bit) and Moto USB drivers(32-bit).
Phone booted in fastboot mode and connected to PC,recognized instantly.
Screenshot of my Moto Edge 30 ultra connected to above mentioned PC.
Good luck!!!
Click to expand...
Click to collapse
Hey man thanks for your response, sadly i'm on a 64bit windows 11 version. Would it be any different than the 64bit driver vs 32bit you think? Because have tried this several times can't get RSD lite detect my phone . In device manager it's detected first as "fastboot rtwo s" and when the moto 64bit driver is installed it's detected as "motorola ADB interface" so it's correctly detect by the system.
My phone is also in fastboot mode never the less RSD lite tool doesn't detect anything
Guess I could try to install windows 10 32bit i'll keep this updated
jody2k said:
Hey man thanks for your response, sadly i'm on a 64bit windows 11 version. Would it be any different than the 64bit driver from motorola you think? Because have tried this several times can't get RSD lite detect my phone . In device manager it's detected first as "fastboot rtwo s" and when the moto 64bit driver is installed it's detected as "motorola ADB interface" so it's correctly detect by the system.
Never the less RSD lite tool doesn't detect anything
On which mode is your edge 30 phone, fastboot or edl?
Click to expand...
Click to collapse
I also have 64 bit Win11 machine with RSD Lite installed and it can't detect phone.
But when I connect it to my old laptop(Win10-32 bit,RSD Lite) phone is detected instantly.
Try to find someone who has machine with 32 bit Windows and try to rescue your phone.
Tip from professionals: RSD Lite works best with older version of a 32 bit Windows...
thunderman75 said:
I also have 64 bit Win11 machine with RSD Lite installed and it can't detect phone.
But when I connect it to my old laptop(Win10-32 bit,RSD Lite) phone is detected instantly.
Try to find someone who has machine with 32 bit Windows and try to rescue your phone.
Tip from professionals: RSD Lite works best with older version of a 32 bit Windows...
Click to expand...
Click to collapse
Just tried on my older 32bit computer with windows 10 and installed the 32bit driver for motorola. Sadly the issue is the same, RSD lite doesn't detect the moto x40. Where did you download the driver?
Motorola USB Driver for Windows 32-Bit/64-Bit - Driver Market
Download now the latest and official Motorola USB Driver for Windows. We shared the latest Motorola USB Driver for Windows.
www.drivermarket.net
Reinstall driver and restart PC(mandatory),it should work then.
thunderman75 said:
Motorola USB Driver for Windows 32-Bit/64-Bit - Driver Market
Download now the latest and official Motorola USB Driver for Windows. We shared the latest Motorola USB Driver for Windows.
www.drivermarket.net
Reinstall driver and restart PC(mandatory),it should work then.
Click to expand...
Click to collapse
Tried that too several times but thanks for the suggestion anyways.
Took my time also this evening to reinstall a clean windows 32bit version, installed 32bit moto driver again from your link.
Reboot, nope
Same issue, RSD lite doesn't detect anything while the driver and device is recognized in device manager whatever I tried last 2 weeks.
I also opened the phone and searched on the motherboard for EDL test points, no avail too.
I think the RSD tool lite or the usb driver needs a update for this device or someone needs to find out how to get this phone into EDL mode. This can take months maybe years who knows lol
I just gave up and bought myself a new phone (xiaomi 13)