Question Phone is stuck on fastboot page - Xiaomi Poco F3 / Xiaomi Mi 11X / Redmi K40

Hi,
I attempted to flash ArrowOS for my Poco F3 2 days ago but I didn't follow the steps correctly. My plan was to unlock bootloader, boot twrp and install ArrowOS. After I tried this, the ArrowOS loadup screen kept on loading for a hour. I rebooted the device and ended up in the ArrowOS recovery. After some times, I tried to flash the MIUI fastboot rom with Mi Flash Tool and I think I chose "clean all and lock." This caused a problem because I became stuck on the fastboot page and when I tried to reboot, it would go to the Poco startup page briefly before jumping back to the fastboot. I've tried to hold the power button and the volume keys but it has no effect. Also, on the Poco page there was no unlocked padlock which was weird because when I first tried to flash ArrowOS I could see the unlocked padlock. When I checked on my computer using Mi Unlock, it showed that my device was unlocked.
I think I did manage to flash fastboot rom for MIUI using XiaomiToolV2 because it said that the installation was complete.
Another problem is that when I boot TWRP with fastboot from my computer, there isn't any internal storage shown after I click the install button. I think this is because I wiped the device with TWRP when I was following various tutorials. When I try to add a file to the internal storage from my computer it shows an empty folder and any files I copy into it isn't shown.
I would be really grateful for any help as I've been trying to fix this problem for 2 days now. Thank you!
I've attached a video of the phone being stuck on fastboot.

12839172398 said:
Hi,
I attempted to flash ArrowOS for my Poco F3 2 days ago but I didn't follow the steps correctly. My plan was to unlock bootloader, boot twrp and install ArrowOS. After I tried this, the ArrowOS loadup screen kept on loading for a hour. I rebooted the device and ended up in the ArrowOS recovery. After some times, I tried to flash the MIUI fastboot rom with Mi Flash Tool and I think I chose "clean all and lock." This caused a problem because I became stuck on the fastboot page and when I tried to reboot, it would go to the Poco startup page briefly before jumping back to the fastboot. I've tried to hold the power button and the volume keys but it has no effect. Also, on the Poco page there was no unlocked padlock which was weird because when I first tried to flash ArrowOS I could see the unlocked padlock. When I checked on my computer using Mi Unlock, it showed that my device was unlocked.
I think I did manage to flash fastboot rom for MIUI using XiaomiToolV2 because it said that the installation was complete.
Another problem is that when I boot TWRP with fastboot from my computer, there isn't any internal storage shown after I click the install button. I think this is because I wiped the device with TWRP when I was following various tutorials. When I try to add a file to the internal storage from my computer it shows an empty folder and any files I copy into it isn't shown.
I would be really grateful for any help as I've been trying to fix this problem for 2 days now. Thank you!
I've attached a video of the phone being stuck on fastboot.
Click to expand...
Click to collapse
Well I don't own that phone but it sounds like you didn't unlock the bootloader properly and your internal storage is encrypted that's why it shows 0 and that's probably why your having problems. Is there an encryption disabler zip? Your supposed to format data and flash an encryption disabler and than magisk v23 on Samsung devices than boot.

Okay, so I've just used the Format Data option in TWRP which says it will remove encryption on internal storage. But this didn't seem to fix any problems

12839172398 said:
Okay, so I've just used the Format Data option in TWRP which says it will remove encryption on internal storage. But this didn't seem to fix any problems
Click to expand...
Click to collapse
Did you flash a disabler zip? Also is your bootloader locked?

No, I haven't flashed a disabler zip. Where would I download that. I found a XDA download called Xposed-Disabler-Recovery.zip, would that be it.
My bootloader was unlocked and the Mi Unlock tool still says that it is unlocked, but I don't see an unlocked padlock on the start up page.

12839172398 said:
Okay, so I've just used the Format Data option in TWRP which says it will remove encryption on internal storage. But this didn't seem to fix any problems
Click to expand...
Click to collapse
Did you follow the directions on Xda
INSTALLATION PROCEDURE:
First installation (Clean flash):
You need adb/fastboot tools.
Download boot, vendor_boot and rom zip:
boot_alioth.img
drive.google.com
vendor_boot_alioth.img
drive.google.com
ArrowOS - Downloads
Reboot in fastboot. Flash boot and vendor_boot:
fastboot flash boot_ab boot_alioth.img
fastboot flash vendor_boot_ab vendor_boot_alioth.img
fastboot --set-active=a
Reboot in ArrowOS Recovery:
fastboot reboot recovery
Make format data (Factory reset -> Format data).
Flash ROM (Apply update -> Apply from ADB):
adb sideload name.zip
If you want install separate gapps on vanilla buildtype, after flash ROM:
Advanced -> Reboot to recovery
Flash gapps (Apply update -> Apply from ADB):
adb sideload name.zip
Follow what show on device, should be ... Step 1/2 -> 2/2, then flashing ended, can reboot device in system. (on command line can show "(~47%) adb: failed to read command: No error", it normal!)
________________________________________
Install Update (dirty flash):
Go in Settings -> System -> Updater
Downlad new build -> Install

12839172398 said:
No, I haven't flashed a disabler zip. Where would I download that. I found a XDA download called Xposed-Disabler-Recovery.zip, would that be it.
My bootloader was unlocked and the Mi Unlock tool still says that it is unlocked, but I don't see an unlocked padlock on the start up page.
Click to expand...
Click to collapse
sounds like you have indeed locked your bootloader. you can check using fastboot cmd 'fastboot oem device-info'
if it's locked, only thing to do i would guess is to try and flash stock rom (not EU custom rom) and hope for the best, then try to unlock your bl again

12839172398 said:
No, I haven't flashed a disabler zip. Where would I download that. I found a XDA download called Xposed-Disabler-Recovery.zip, would that be it.
My bootloader was unlocked and the Mi Unlock tool still says that it is unlocked, but I don't see an unlocked padlock on the start up page.
Click to expand...
Click to collapse
Also twrp instructions
Installation:
1. fastboot boot twrp.img
2. copy that same twrp image to the device
3. go to Advanced > Install Recovery Ramdisk
4. select the image you copied
5. after that is done, if you were using a custom kernel, reflash it now
6. if you were using magisk, reflash it now
7. reboot to recovery, you should now be able to boot TWRP normally using Power+volume up
repeat step 3 and 4 directly after flashing a new rom, then reboot recovery to flash additional stuff

also, if your bl is indeed locked i for sure recommend you HALT all attempts at flashing twrp or any custom rom. you need to focus on trying to get stock fw back on the device and booting

WOW! Thank you guys so much for your help! My bootloader was indeed unlocked and I proceeded with the steps by Techguy777 and it worked perfectly! I now have ArrowOS booting up and I cannot thank you guys enough. I hope you have a great day!

Also I haven't installed TWRP; Should I install TWRP? Or is ArrowOS Recovery sufficient

12839172398 said:
Also I haven't installed TWRP; Should I install TWRP? Or is ArrowOS Recovery sufficient
Click to expand...
Click to collapse
Just use arrowos recovery... Doesnt really matter unless u switch around several roms

12839172398 said:
WOW! Thank you guys so much for your help! My bootloader was indeed unlocked and I proceeded with the steps by Techguy777 and it worked perfectly! I now have ArrowOS booting up and I cannot thank you guys enough. I hope you have a great day!
Click to expand...
Click to collapse
enjoy the ArrowOS, it is way better than MIUI. I am loving it since i flashed it 2 days ago!

Wow, if you chose flash and lock like you mention in 1st post and somehow your device remained unlocked, you sir are very lucky!! Glad it's all up and running. Fck knows how it stayed unlocked, but thankfully it did

Related

Pixel xl in twrp with no OS installed?

Hello to all. I have just unlocked bootloader, installed twrp and su. After everything booted up properly, I went to install an adblocker zip file, however once it booted into twrp it had no download folder, as well as when I went to reboot system it told me I had no os installed.. I'm a bit confused as to what to do now.. My apologies for clogging the thread if this has been answered before..
Edit: do I adb side load an image file or OS? I'm afraid of bricking this phone as I don't know how to continue from this point..
Which guide did you use to do all of this? I will help us understand where you started
Mrbobrowitz said:
Which guide did you use to do all of this? I will help us understand where you started
Click to expand...
Click to collapse
Hi thanks for the reply. This link right here:
http://www.androidsage.com/2016/11/...timate-guide-root-twrp-and-bootloader-unlock/
Steps I followed:
1 unlocked bootloader
2 Download the below files TWRP and Root files for Google Pixel & Pixel XL
Official TWRP for Pixel phones → Download |
Files: twrp-pixel-installer-sailfish-3.0.2-0-alpha1.zip 7.6M
twrp-3.0.2-0-alpha1-fastboot-sailfish.img 25M
Flash SuperSU 2.78 SRF4 → Download | File: SR4-SuperSU-v2.78-SR4-20161115184928.zip
Twrp install instructions:
Step 1: Download the TWRP recovery and latest SuperSU zip file for your Google Pixel and Pixel XL devices. There are 2 TWRP files with .zip and .img extensions. You will need both. You don’t need to extract the files, just place all the files on your PC as well as your Android phone’s internal storage where you can easily locate it.
Step 2: Make sure that you setup ADB and Fastboot on your PC and gone through all the prerequisites from above.
Step 3: Now plug in the Pixel device to the computer and open a command prompt or terminal on your PC to the window where TWRP.zip file is located. (See above to know how to open cmd)
Step 4: Boot your Android device into the bootloader or Fastboot mode. To do so, issue the following command through cmd or terminal. You can also manually boot into it using the hard key combination like Power+Volume Down while the device is turned off. Meanwhile, use code:
adb reboot-bootloader
Step 5: Now issue the following command in the command prompt to check your device connectivity
fastboot devices
Step 6: Now issue the following command to temporarily boot up the TWRP image.
fastboot boot path/to/twrp.img
Note: If you have installed our recommend quick 15 second ADB & fastboot installer, you do not need to insert the complete file path. Simply go to where the TWRP image file is and issue command “fastboot boot twrp.img” Otherwise, note that “path/to/” is the actual directory for the TWRP image file. Use fastboot boot and not fastboot flash and that the file you are booting is not the zip file.
Simply After that, TWRP will be accessible to you no matter which active partition slots are being used.
Step 7: After that fastboot command, you will be rebooted into a temporary TWRP recovery interface. To make it permanent, use the TWRP interface to navigate to and install the TWRP.zip file. This is just like using TWRP to flash custom ROMS and SuperSU.
Once the installation completes, you can now enjoy your new firmware. Alternatively, while, on Mac OS, you can issue “./fastboot boot path/to/twrp.img” command or on Linux type “sudo fastboot path/to/twrp.img” to flash the TWRP. For detailed tutorial and alternate methods to flash the TWRP recovery, click here.
Now it’s time to root your Google Pixel with latest SuperSU 2.78 SR4.
How to root :
Place the latest SuperSU 2.78 SR4 package onto your device’s internal storage or SDcard.
Boot your device into the custom TWRP recovery and tap install. For that, turn off your device completely and hold volume down and power buttons for a few seconds.
Once into TWRP tap the install button and select the SuperSU file.
Swipe the confirmation action below to start flashing.
Once done. reboot to system.
You can boot into the TWRP recovery by issuing the following command:
adb reboot recovery
There is an alpha 2 for twrp now. I would try installing this and seeing if it works. If not, you can simply flash the latest factory image and "start over". Granted you would lose any data that you might have had not backed up on your device, but youre not out of luck!
I wouldn't waste your time. Just flash the factory image and start all over. You managed to wipe the Rom off your device
Smallsmx3 said:
I wouldn't waste your time. Just flash the factory image and start all over. You managed to wipe the Rom off your device
Click to expand...
Click to collapse
Mrbobrowitz said:
There is an alpha 2 for twrp now. I would try installing this and seeing if it works. If not, you can simply flash the latest factory image and "start over". Granted you would lose any data that you might have had not backed up on your device, but youre not out of luck!
Click to expand...
Click to collapse
Thanks guys, I actually have installed the alpha 2 twrp. I guess my question is how do I proceed? I'm in twrp and my PC does not see the device when typing adb devices.. Within twrp it says no os installed... What do I do here?
So how do I "start over" or "flash factory image" from the state that I'm in?
mazubo said:
Thanks guys, I actually have installed the alpha 2 twrp. I guess my question is how do I proceed? I'm in twrp and my PC does not see the device when typing adb devices.. Within twrp it says no os installed... What do I do here?
So how do I "start over" or "flash factory image" from the state that I'm in?
Click to expand...
Click to collapse
You should be able to boot into fastboot
Smallsmx3 said:
You should be able to boot into fastboot
Click to expand...
Click to collapse
Ok, and if that works then flash 7.1.1? Then twrp alpha then root via SuperSU flash?
A side question here is how did I wipe the os/from off the phone? I'm stumped on that one..
mazubo said:
Ok, and if that works then flash 7.1.1? Then twrp alpha then root via SuperSU flash?
A side question here is how did I wipe the os/from off the phone? I'm stumped on that one..
Click to expand...
Click to collapse
I couldn't tell you! I've had it happen to me before a couple times. But yes if you can get into fastboot you should be able to fastboot flash a factory image. Then go and flash TWRP and root
Smallsmx3 said:
I couldn't tell you! I've had it happen to me before a couple times. But yes if you can get into fastboot you should be able to fastboot flash a factory image. Then go and flash TWRP and root
Click to expand...
Click to collapse
Ok thanks. I've been able to reboot to bootloader...
I've figured it out via fast boot. The phone is back in action, however not sure how it got wiped initially.. Thanks everyone!
mazubo said:
Ok, and if that works then flash 7.1.1? Then twrp alpha then root via SuperSU flash?
A side question here is how did I wipe the os/from off the phone? I'm stumped on that one..
Click to expand...
Click to collapse
mazubo said:
I've figured it out via fast boot. The phone is back in action, however not sure how it got wiped initially.. Thanks everyone!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Off the top of my head... Probably selected the wrong "slot" maybe?
Remember on this device there are two locations for the ROM. Slot A and B. If you select the wrong one it will show no OS.
As far as the download folder missing... I know its mute at this point, but that has to do with the FBE (File Based Encryption). Make sure TWRP asks you for your Pattern Password. If you do not have one I would consider setting one. That way you know for fact that the File system will get decrypted properly. Also reports say you may have to reboot TWRP twice to get it to decrypt as well.

NO RPMB (how to install TWRP, a new ROM and using Magisk)

Hello, I have sent my phone to warranty and after that I received a phone with NO RPMB and after many frustrations I found (with help of many users and forums) how to workaround this..
To start:
Download boot image from here
Download twrp from the official website
Change the name to boot.img and twrp.img and put it in the platform-tools folder
Open the terminal there
Download your favourite rom
Enter fastboot mode on your phone
!!!!After this you will loose all of your data!!!!
Paste this to the terminal
fastboot oem unlock
(select yes on your phone)
fastboot flash boot boot.img
fastboot flash recovery twrp.img
fastboot format userdata
fastboot format cache
Reboot to recovery (if it doesn't enter at the first time enter download mode again and restart to recovery)
After that you have twrp and can flash every rom.. yay!!!
Wipe everything.
Copy the rom zip to your phone using MTP
Install your fancy new rom
If you want to install magisk:
Install the magisk manager.
On the app select install and select patch image file. (it will create a new boot image already patched)
After that install the new image (patched_boot.img) using twrp
Do a clean instalation of your ROM (recomended) or a Factory Reset first
Reboot to twrp
Select install
Click in install image
Select patched_boot.img
Select install to boot partition
Reboot.
Install magisk manager and do the sugested setup.
You now have magisk working
Thanks to all the users that helped me!!
I had real trouble getting twrp to work the last time I tried this a few months ago. Followed the steps here and am now on pixel experience with magisk. Thanks!
Hello, im in the same situation of NO RPMB. This procedure will permanently lets have bootloader unlocked?
About Magisk, i can install it in usual way once im in the recovery? (I mean download latest stable version for Bullhead and flash via TWRP).
Thanks.
sigibian said:
Hello, im in the same situation of NO RPMB. This procedure will permanently lets have bootloader unlocked?
About Magisk, i can install it in usual way once im in the recovery? (I mean download latest stable version for Bullhead and flash via TWRP).
Thanks.
Click to expand...
Click to collapse
My bootloader is still unlocked after following this guide
For Magisk:
-Install your custom ROM and boot it up (without root)
-Then extract the boot.img from the ROM zip file and save it on your phone storage.
-Install the Magisk manager apk
-In Magisk manager, select install Magisk> choose the patch boot image option and -Select the boot.img you previously saved.
Once it's done, reboot into twrp and flash the patched boot.img. When you reboot Magisk will be working.
I've had no issues with my bootloader, even after an ota update for pixel experience.
Thank you, i will try it.
Another question. I never tried dowload mode before, as i read in other post i should Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb that's already connected to pc, right?
When in download mode i can fire up fastboot commands like im in bootloader mode?
So then after do last command fastboot format cache i can reboot to recovery from terminal using adb reboot recovery or i can / should do it from device?
About twrp it's ok to use the latest 3.2.3.0 official version or the 3.2.1 4core version from here as someone suggested from Reddit? https://forum.xda-developers.com/nexus-5x/development/recovery-twrp-3-2-1-4-core-t3796656
sigibian said:
Thank you, i will try it.
Another question. I never tried dowload mode before, as i read in other post i should Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb that's already connected to pc, right?
When in download mode i can fire up fastboot commands like im in bootloader mode?
So then after do last command fastboot format cache i can reboot to recovery from terminal using adb reboot recovery or i can / should do it from device?
About twrp it's ok to use the latest 3.2.3.0 official version or the 3.2.1 4core version from here as someone suggested from Reddit? https://forum.xda-developers.com/nexus-5x/development/recovery-twrp-3-2-1-4-core-t3796656
Click to expand...
Click to collapse
The official twrp works for fine for me, haven't tried the 4 core version but it can't hurt to try if you need it.
Power off your phone then press and hold volume - and power to enter bootloader, then connect to your pc and follow the steps in the OP
So i have to enter in bootloader mode? At point 6 of OP there is written to enter in the download mode, this makes me confusing.
Can anyone explain me latest 2 commands why they are needed?
fastboot format userdata
fastboot format cache
sigibian said:
So i have to enter in bootloader mode? At point 6 of OP there is written to enter in the download mode, this makes me confusing.
Can anyone explain me latest 2 commands why they are needed?
fastboot format userdata
fastboot format cache
Click to expand...
Click to collapse
This thread is fairly comprehensive;
https://forum.xda-developers.com/nexus-5x/general/moto-nexus-5x-sticky-roll-t3207487
Holding volume - and power takes you to fastboot mode (download mode essentially), theres also an option to reboot into recovery (selectable using the volume keys.)
Formatting user data and cache is necessary prior to installing a new rom (especially if moving from stock). You lose all data (back up first!) But a clean flash is the best place to start.
baddesthad said:
This thread is fairly comprehensive;
https://forum.xda-developers.com/nexus-5x/general/moto-nexus-5x-sticky-roll-t3207487
Holding volume - and power takes you to fastboot mode (download mode essentially), theres also an option to reboot into recovery (selectable using the volume keys.)
Formatting user data and cache is necessary prior to installing a new rom (especially if moving from stock). You lose all data (back up first!) But a clean flash is the best place to start.
Click to expand...
Click to collapse
Thanks for the explanation but for installing a new ROM usually you can do factory reset directly in TWRP, plus doing all the wipes, this should be enough.
About fastboot mode and download mode, they are completely different, fastboot mode: vol down + power, download mode for LG: Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb.
My question is what i can do in download mode? As OP says after entering download mode open terminal and use fastboot commands.
sigibian said:
Thanks for the explanation but for installing a new ROM usually you can do factory reset directly in TWRP, plus doing all the wipes, this should be enough.
About fastboot mode and download mode, they are completely different, fastboot mode: vol down + power, download mode for LG: Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb.
My question is what i can do in download mode? As OP says after entering download mode open terminal and use fastboot commands.
Click to expand...
Click to collapse
You need to use vol- and power to go into fastboot mode then connect to the pc. As for userdata and cache, if you don't clean them when coming from stock you will have issues (your data will be encrypted if you're on stock?). As I said this guide worked for me. The op was talking about fastboot mode in the 6th option (also there is much more information in the thread I linked above)
sorry for the confusing i wanted to say fastboot mode..
i knew the thread that you are saying but most people doesn't want to search so I made a little thread only with the needed parts..
I use it myself so I have a place to remember all the steps when I need to change the rom to a new one or when I make experiments and brick my phone XD
If anyone know anything else that should be in here just say, I really want to improve the post
Hi. I just went through the whole process several times (I have tried the different modified boot images from the dedicated post) and my device is still locked [emoji24] any suggestions?
fhartane said:
Hi. I just went through the whole process several times (I have tried the different modified boot images from the dedicated post) and my device is still locked [emoji24] any suggestions?
Click to expand...
Click to collapse
your device will always be locked this is a workaround to get twrp, new roms and magisk while it stays locked..
with twrp usable it won't matter if you are locked or not
PedroM.CostaAndrade said:
your device will always be locked this is a workaround to get twrp, new roms and magisk while it stays locked..
with twrp usable it won't matter if you are locked or not
Click to expand...
Click to collapse
Thanks for the answer. You mean that now I have twrp, I can flash custom Roms with my bootloader locked without any issue?
Envoyé de mon ONEPLUS A3003 en utilisant Tapatalk
Yes if you have TWRP you can install custom ROMs, custom Kernel's, magisk, super su, etc..
the locked bootloader only prevents you from using fastboot commands like the one needed for installing custom recovery
Now that you have TWRP you can use it for everything
Hello everyone, I also have a nexus 5x with motherboard that has been replaced under warranty and unfortunately I can't keep the bootloader unlocked.
I tried the procedure you have indicated, but at this point there is the problem, because after inserting the boot.img and twrp.img inside the phone, then when I go to do the unlocking procedure with 'fastboot oem unlock (select yes on your phone) 'in practice the memory is deleted on the phone, so I lose the previously uploaded files, and therefore I can no longer continue with the flash procedure of boot.img and twrp.img because they are no longer present in memory.
I hope I made myself understood, maybe I am wrong, or is there a way to solve this problem?
Fabiojoker said:
Hello everyone, I also have a nexus 5x with motherboard that has been replaced under warranty and unfortunately I can't keep the bootloader unlocked.
I tried the procedure you have indicated, but at this point there is the problem, because after inserting the boot.img and twrp.img inside the phone, then when I go to do the unlocking procedure with 'fastboot oem unlock (select yes on your phone) 'in practice the memory is deleted on the phone, so I lose the previously uploaded files, and therefore I can no longer continue with the flash procedure of boot.img and twrp.img because they are no longer present in memory.
I hope I made myself understood, maybe I am wrong, or is there a way to solve this problem?
Click to expand...
Click to collapse
fastboot is for the files on your PC not your phone
you need to put the files inside of platform-tools and then open cmd inside it and use the fastboot commands
fastboot will take the files of your PC
Hello, thank you for your information, since I haven't done modding on phones for a long time, I didn't remember exactly the procedure with fastboot and therefore I didn't understand where I had to put the files, but in the end I did it.
Thank you
PedroM.CostaAndrade said:
fastboot is for the files on your PC not your phone
you need to put the files inside of platform-tools and then open cmd inside it and use the fastboot commands
fastboot will take the files of your PC
Click to expand...
Click to collapse
Why is a custom boot image needed? I don't want to root.

ROM installation failure : Encrypted file PARADOX

I have managed till installing twrp, however it seems like all the downloaded rom files and decrypt.zip are encrypted. I tried to copy 'em to the internal storage again but as I boot to twrp it again goes to encrypted mode. In Twrp, I tried to enable the MTP and copy files directly but it always fails. How do I go from here?? Please help!
Phone : MI mix 2
bootloader : unlocked
Twrp : installed
Twrp variant: Dwight twrp
Rom : Pixel Experience/ RR/ HAVOC etc
Use orange twrp
KaptanHarlock said:
Use orange twrp
Click to expand...
Click to collapse
orange twrp ? could you tell me where can I get it?
My 2 cents:
If you can still boot whatever OS you have right now, back up things you need (including internal storage), then format /data. Reboot into recovery and flash whatever you want, optionally DecScript to switch to unencrypted data after next boot. OrangeFox recovery is not necessary but its UI could be seen as intuitive to some.
AndyYan said:
My 2 cents:
If you can still boot whatever.... .
Click to expand...
Click to collapse
I can boot in Twrp and Miui10 OS too. I want to install custom rom, but the rom.zip files turns out encrypted when booting up in Twrp. while being in Twrp I tried to transfer " unencrypted rom.zip " files in my PC to internal storage to flash it but I can't transfer it even after enabling MTp in Twrp.
How do I install the rom is my problem. Shall I wipe data, cache? and then how?
xdasith said:
I can boot in Twrp and Miui10 OS too. I want to install custom rom, but the rom.zip files turns out encrypted when booting up in Twrp. while being in Twrp I tried to transfer " unencrypted rom.zip " files in my PC to internal storage to flash it but I can't transfer it even after enabling MTp in Twrp.
How do I install the rom is my problem. Shall I wipe data, cache? and then how?
Click to expand...
Click to collapse
So you're seeing the storage as encrypted (garbled content)? I never actually used encrypted data so I don't know for sure, but Wight's TWRP might not be able to decrypt MIUI's /data, so IMO you do need to format (not wipe) /data. You might also need to reboot to recovery once after that, so that the storage is recognized properly by PC.
..d properly by PC.[/QUOTE said:
Thanks. ok I will factory reset the phone reboot to twrp. Im using Mi phone for the first time, so i was scared that might locked the bootloader again. it wont relock the bootloader would it? guess im asking too many stupid questions. I never had to go thru this kinda situation on my samsung devices. Thanks for helping
Click to expand...
Click to collapse
AndyYan said:
So you'... C.
Click to expand...
Click to collapse
still not working. I wonder how people are installing Roms when you are booting in Twrp and finding everything encrypted.
xdasith said:
still not working. I wonder how people are installing Roms when you are booting in Twrp and finding everything encrypted.
Click to expand...
Click to collapse
Boot into TWRP and select Wipe and then Select the Format Data button.
Make sure you're not sliding to factory reset or advance wiping.
NOTE: This will erase all the information from the phone including internal storage. Make a backup prior this process.
After you're done, you can connect the phone to a PC while on TWRP to copy the rom zip files to internal storage and flash them. A backup from TWRP is highly recommended just in case.
xdasith said:
still not working. I wonder how people are installing Roms when you are booting in Twrp and finding everything encrypted.
Click to expand...
Click to collapse
Emphasis on "format (not wipe)"... Lester already made it clear for you.
lester0310 said:
Boot into TWRP and......
Click to expand...
Click to collapse
thanks. I'll do that as soon as I reach home. I'll let you know the progress. I hope everything works well.
AndyYan said:
Emphasis on "format (not wipe)"... Lester already made it clear for you.
Click to expand...
Click to collapse
Ok. Now I got it. I'll do that n will let you know. Thanks again. Can't wait to try the rom. I'll drop some "beer" coins in ROM's donate account soon. Hope the link works.
AndyYan said:
Emphasis on "format (not wipe)"... Lester already made it clear for you.
Click to expand...
Click to collapse
Thanks for the help. I'll drop some beer coins at your rom's Donate link soon
xdasith said:
I have managed till installing twrp..c
Click to expand...
Click to collapse
Hey! It works! I'm enjoying LOS16 on mi mix 2.
My problems :
1. Booting to Recovery Twrp :
only thru fastboot mode > fastboot boot twrp.img, Mi inbuilt recovery prevent me to boot to twrp.
Is there any way to go to twrp by just pressing buttons?
2. Flashing magisk/Universal_Decrypt.Zip Bootloops
xdasith said:
Hey! It works! I'm enjoying LOS16 on mi mix 2.
My problems :
1. Booting to Recovery Twrp :
only thru fastboot mode > fastboot boot twrp.img, Mi inbuilt recovery prevent me to boot to twrp.
Is there any way to go to twrp by just pressing buttons?
2. Flashing magisk/Universal_Decrypt.Zip Bootloops
Click to expand...
Click to collapse
Both work fine on my side so I'm assuming there's still something wrong with your setup, but on the other hand I don't really have a clue...
xdasith said:
Hey! It works! I'm enjoying LOS16 on mi mix 2.
My problems :
1. Booting to Recovery Twrp :
only thru fastboot mode > fastboot boot twrp.img, Mi inbuilt recovery prevent me to boot to twrp.
Is there any way to go to twrp by just pressing buttons?
2. Flashing magisk/Universal_Decrypt.Zip Bootloops
Click to expand...
Click to collapse
1- There are multiples ways to reboot to recovery:
Buttons combination: Turn the phone off and press Power + Volume Down and it will boot to recovery.
Apps (root required): There are multiples apps that has a option to reboot to recovery directly. Search something like advance reboot on Play Store.
adb (USB debugging required): Running the command "adb reboot recovery" from terminal will reboot the phone into recovery.
2- To flash magisk, first flash the rom and gapps and reboot to system, finish the initial setup and then reboot to recovery and flash the magisk zip file. Next reboot will take a few minutes.
Edit: The universal decrypt file is not necessary since the data partition is no longer encrypted.
lester0310 said:
1- There are multiples ways to reboot to recovery:
Buttons combination: Turn the phone off and press Power +...
Edit: The universal decrypt file is not necessary since the data partition is no longer encrypted.
Click to expand...
Click to collapse
Yes i agree. The thing is Mi has its own recovery, thats preventing me from going to twrp directly, (even though) twrp is properly installed. if i press the button combination it will go to the "Miui inbuilt recovery" Not to twrp. so i go the fastboot mode and boot to Twrp recovery thru adb command. If only I could suppress inbuilt recovery and boot to twrp recovery it would be great. Apps like "boot to recovery" only initiate booting in recovery. It fails to choose Twrp because there are two recovery inside.
In my previous devices, honor 8pro n Samsung 8+ this wasnt an issue. But with Mi phone...
Does yours boots to Twrp directly with the button combination?
xdasith said:
Yes i agree. The thing is Mi has its own recovery, thats preventing me from going to twrp directly, (even though) twrp is properly installed. if i press the button combination it will go to the "Miui inbuilt recovery" Not to twrp. so i go the fastboot mode and boot to Twrp recovery thru adb command. If only I could suppress inbuilt recovery and boot to twrp recovery it would be great. Apps like "boot to recovery" only initiate booting in recovery. It fails to choose Twrp because there are two recovery inside.
In my previous devices, honor 8pro n Samsung 8+ this wasnt an issue. But with Mi phone...
Does yours boots to Twrp directly with the button combination?
Click to expand...
Click to collapse
That's means that the TWRP recovery is not installed, there's is just one recovery partition and only one can be installed at the same time.
From fastboot mode run "fastboot flash recovery twrp.img"
That will replace the stock recovery and you will be able to boot to twrp with the button combination and any other app running the reboot recovery command.
lester0310 said:
That's means that the TWRP recovery is not installed, there's is just one recovery partition and only one can be installed at the same time.
From fastboot mode run "fastboot flash recovery twrp.img"
That will replace the stock recovery and you will be able to boot to twrp with the button combination and any other app running the reboot recovery command.
Click to expand...
Click to collapse
I installed Twrp with that command only once. After that, i have been using "fastboot boot twrp.img" only to boot in twrp.
Ok ill try reflashing twrp again with "fastboot flash recovery twrp.img"
xdasith said:
I can boot in Twrp and Miui10 OS too. I want to install custom rom, but the rom.zip files turns out encrypted when booting up in Twrp. while being in Twrp I tried to transfer " unencrypted rom.zip " files in my PC to internal storage to flash it but I can't transfer it even after enabling MTp in Twrp.
How do I install the rom is my problem. Shall I wipe data, cache? and then how?
Click to expand...
Click to collapse
Just remove lockscreen protection before rebooting into recovery. You will be fine. Do this before everytime you want something done in TWRP. You won't have to format DATA partition everytime. TWRP will decrypt with default password and you'll be good. I have moved between MIUI 10 and pie roms without trouble this way.
---------- Post added at 05:32 PM ---------- Previous post was at 05:31 PM ----------
xdasith said:
I installed Twrp with that command only once. After that, i have been using "fastboot boot twrp.img" only to boot in twrp.
Ok ill try reflashing twrp again with "fastboot flash recovery twrp.img"
Click to expand...
Click to collapse
You can just use power + volume up combo to get into TWRP recovery. You don't basically need to fastboot for recovery after it's installed.

Problem with Fastboot reboot and Can't install new firmware

Hello guys, i have a mi 10t pro, today try after unlock devices 7 days to flashed and downgrade because my battery drain is significative, i had 12.5.1 eea firmware and try to downgrade to 12.0.19, but now phone is in continus reboot in to fastboot, i try to flash with last miflash tool, but after 2sec is tell me that firmware upgrade is complete and now i can't start my smartphone. i can try to flash last rom fastboot 12.5.1 but without result. How i can resolve this problem? thanks in advance
When trying to do any major change like a downgrade, you must factory reset. MiFlash should have done that for you, but I guess there's a chance it didn't.
To do a factory reset from Fastboot you can use a compatible version of TWRP and just boot into it (not installing it).
Eg. fastboot boot TWRP_apollo_3.5.0_10-beta_1_whyle.img
From within TWRP you can then do a factory reset and see if it'll boot.
If it still boots into fastboot then you have the option of an alternative ROM. Xiaomi.eu provides a debloated version of the Chinese MIUI ROM. I'm running its latest 12.6 version and it has no problems with battery drain. https://xiaomi.eu/community/threads/21-6-23.61942/
chisnz said:
When trying to do any major change like a downgrade, you must factory reset. MiFlash should have done that for you, but I guess there's a chance it didn't.
To do a factory reset from Fastboot you can use a compatible version of TWRP and just boot into it (not installing it).
Eg. fastboot boot TWRP_apollo_3.5.0_10-beta_1_whyle.img
From within TWRP you can then do a factory reset and see if it'll boot.
If it still boots into fastboot then you have the option of an alternative ROM. Xiaomi.eu provides a debloated version of the Chinese MIUI ROM. I'm running its latest 12.6 version and it has no problems with battery drain. https://xiaomi.eu/community/threads/21-6-23.61942/
Click to expand...
Click to collapse
Thanks i can try any solution. i install trought cmd fastboot comand twrp image file and after try to reset it? help me if you have other solution to I was hoping there was a way to bring it back to a stock firmware or a recovery firmware. I tried to flash all.bat inside firmware 12.5.1 my last firmware, proceeded it's fine and complete but after install my phone reboot continuos after logo. as if it didn't have a firmware installed.
P.s. Explain to me the procedure to start twrp without installing it step by step. Thanks so much ^^
To use TWRP to factory reset, first find a compatible TWRP. I used the latest version from:
https://forum.xda-developers.com/t/...r-mi-10t-mi-10t-pro-redmi-k30s-ultra.4187427/
which was TWRP_apollo_3.5.0_10-beta_1_whyle.img
Boot into download mode
Then type this exactly (or change to a different file name if you're using a different version of TWRP):
fastboot boot TWRP_apollo_3.5.0_10-beta_1_whyle.img
Once TWRP starts up, go into Advanced, Wipe.
Tick
- data
- cache
- dalvik (dalvik cache)
and select to wipe it.
Reboot system.
That should leave you with no account set up and enable you to boot and setup from scratch in most cases.
chisnz said:
To use TWRP to factory reset, first find a compatible TWRP. I used the latest version from:
https://forum.xda-developers.com/t/...r-mi-10t-mi-10t-pro-redmi-k30s-ultra.4187427/
which was TWRP_apollo_3.5.0_10-beta_1_whyle.img
Boot into download mode
Then type this exactly (or change to a different file name if you're using a different version of TWRP):
fastboot boot TWRP_apollo_3.5.0_10-beta_1_whyle.img
Once TWRP starts up, go into Advanced, Wipe.
Tick
- data
- cache
- dalvik (dalvik cache)
and select to wipe it.
Reboot system.
That should leave you with no account set up and enable you to boot and setup from scratch in most cases.
Click to expand...
Click to collapse
ok it's fine i have enter in twrp now and format data + cache + dalvik, But now reboot in fastboot mode and it always starts in fastboot continuos. how should i proceed now to install a basic firmware and be able to start the mi 10t pro eea?
i want to try to install with twrp, what rom i need? fastboot rom tgz or full rom .zip from mi.com site? thanks
update Mi-flash. There's 2021 version.
Code:
fastboot reboot bootloader
disconnect USB cable and reconnect it again
flash again with Mi-flash, do not lock it.
Fastboot ROMs are more than 3GB.
pl1992aw said:
update Mi-flash. There's 2021 version.
Code:
fastboot reboot bootloader
disconnect USB cable and reconnect it again
flash again with Mi-flash, do not lock it.
Fastboot ROMs are more than 3GB.
Click to expand...
Click to collapse
hELLO PL1992, i have use now MiFlash20210226 version installed for 1sec and nothing is installed, the mobile is in fastboot but I can't figure out how to complete the flash of the fastboot rom. I am using the latest EEA fastboot rom for my device, I have tried several versions even earlier but nothing. he says he has completed the procedure but in 1 sec he does absolutely nothing. Do you have solution ideas to try? alternatives to miflash? I also tried to install by extracting the Fastboot rom from inside the rom with flash all.bat, the procedure always go well, but the phone keeps restarting after the MIUI logo every 2sec. I have windows 10 pro i don't know if it is the problem
fantidus90 said:
hELLO PL1992, i have use now MiFlash20210226 version installed for 1sec and nothing is installed, the mobile is in fastboot but I can't figure out how to complete the flash of the fastboot rom. I am using the latest EEA fastboot rom for my device, I have tried several versions even earlier but nothing. he says he has completed the procedure but in 1 sec he does absolutely nothing. Do you have solution ideas to try? alternatives to miflash? I also tried to install by extracting the Fastboot rom from inside the rom with flash all.bat, the procedure always go well, but the phone keeps restarting after the MIUI logo every 2sec.
Click to expand...
Click to collapse
Did you execute the code given to you before you flash it?
In Mi-flash, click Driver, then install.
After it's done, reboot your PC.
Then do the
Code:
fastboot reboot bootloader
command.
The flashing process should be more than 500 seconds if it's done correctly.
The fastboot ROM should be extracted, not using directly the tgz file.
Rename the extracted folder name short, like "1", and put in C:/ drive.
pl1992aw said:
Did you execute the code given to you before you flash it?
In Mi-flash, click Driver, then install.
After it's done, reboot your PC.
The flashing process should be more than 500 seconds if it's done correctly.
The fastboot ROM should be extracted, not using directly the tgz file.
Rename the extracted folder name short, like "1", and put in C:/ drive.
Click to expand...
Click to collapse
I followed your advice but nothing has changed. i have make a screen, i create in C:/miui/1/all extracted rom .tgz, but flashed for 5sec and completed process =/
fantidus90 said:
I followed your advice but nothing has changed
Click to expand...
Click to collapse
Run command:
Code:
fastboot reboot bootloader
Phone will reboot to fastboot.
Change a USB port.
Do not use USB hub.
If you are using desktop PC, connect it to the motherboard USB port.
fantidus90 said:
I followed your advice but nothing has changed. i have make a screen, i create in C:/miui/1/all extracted rom .tgz, but flashed for 5sec and completed process =/
Click to expand...
Click to collapse
Click the log to see what it done.
If you think this is bothersome, then do the TWRP way you want to.
For TWRP way, you flash the recovery version zip.
pl1992aw said:
Click the log to see what it done.
If you think this is bothersome, then do the TWRP way you want to.
For TWRP way, you flash the recovery version zip.
Click to expand...
Click to collapse
i have 3 report in log. posted here the file. thanks for help bro. Hope that you can find my problem and i can use my new xiaomi again.
fantidus90 said:
i have 3 report in log. posted here the file. thanks for help bro. Hope that you can find my problem and i can use my new xiaomi again.
Click to expand...
Click to collapse
Code:
echo Missmatching image and device
It seems the ROM and your device is not matching, so it don't flash.
First confirm what your phone model is. The model should be written on the box came with the phone.
Install this program:
XiaomiADBFastbootTools (Java)
https://github.com/Szaki/XiaomiADBFastbootTools
It will need java SE, follow the FAQ guide in that github to use the program.
It should show you what phone you have.
Like this
fantidus90 said:
i have 3 report in log. posted here the file. thanks for help bro. Hope that you can find my problem and i can use my new xiaomi again.
Click to expand...
Click to collapse
Hi there, probably found the answer. It can be because of your PC CPU.
Read here:
https://forum.xda-developers.com/t/3638653/post-82085077
If you are very sure your phone is apollo, then you can do similar to this one and try again:
https://forum.xda-developers.com/t/3638653/post-73105436
Do not lock bootloader
pl1992aw said:
Hi there, probably found the answer. It can be because of your PC CPU.
Read here:
https://forum.xda-developers.com/t/3638653/post-82085077
If you are very sure your phone is apollo, then you can do similar to this one and try again:
https://forum.xda-developers.com/t/3638653/post-73105436
Do not lock bootloader
Click to expand...
Click to collapse
I have resolve thanks pl1992, i want to share my solution. Use Twrp to boot with fastboot boot twrp name.img command. After i copy recovery firmware .zip on my usb stick/type C connection and i connect directly on my mi 10t pro type c, not read first time in ntfs system, after i format with fat32 and recopy recovery firmware .zip and install throught TWRP. ALL is Ok now. Thank you

Question Hard brick Poco f3 no recovery

Hello community, first of all I clarify that I am using the google translator.
As the title says, my poco f3 has a hard brick, I was trying to flash the miui global rom via fastboot(stock rom was global miui for turkey) but an error occurred in the process (the same as attached in the image), at that moment I got scared because the phone did not start the system.
The bootloader was obviously unlocked, I tried to recover with XiaoMitool but nothing, I couldn't flash super.img either in Xiaomiflash, then I decided to download its stock rom and redo the process but it failed.
Before all this I had tried to install TWRP or OrangeFox but none could be installed, I only got to the TWRP boot but the option to flash the current TWRP did not appear and it did not recognize the internal memory and the OTG with the zip. Right now it only shows the POCO logo and goes directly to fastboot mode.
I'd appreciate your help.
Edit: It does not have the recovery stock
edixon2021 said:
Hello community, first of all I clarify that I am using the google translator.
As the title says, my poco f3 has a hard brick, I was trying to flash the miui global rom via fastboot(stock rom was global miui for turkey) but an error occurred in the process (the same as attached in the image), at that moment I got scared because the phone did not start the system.
The bootloader was obviously unlocked, I tried to recover with XiaoMitool but nothing, I couldn't flash super.img either in Xiaomiflash, then I decided to download its stock rom and redo the process but it failed.
Before all this I had tried to install TWRP or OrangeFox but none could be installed, I only got to the TWRP boot but the option to flash the current TWRP did not appear and it did not recognize the internal memory and the OTG with the zip. Right now it only shows the POCO logo and goes directly to fastboot mode.
I'd appreciate your help.
Edit: It does not have the recovery stock
Click to expand...
Click to collapse
try booting twrp via fastboot and then format data.
Obviously you'll lose your data, but it might give you access to your phone back.
Good morning.
Try to enter with quiet fastboot mode, both in twrp and orange fox, it's the same process. Put the phone in fastboot mode and then open minimal adb.
1. Put the fastboot devices command, the serial number of your mobile should appear on the command screen.
2. Put the command fastboot boot orangefox.img or twrp.img, take a good look at the file you have downloaded, to make the boot easy, it has to be an .img image and not a zip file.
3. If you can get into both fastboot and orangefox, please format the data.
4. Try to flash the miui stock rom with the same process where the error appeared, remember that this rom (it worked for me) has to be the rom for the poco f3 fastboot, since there are 2 versions (I think I have seen this) one which is fastboot and another which is not.
LUCK!
ShAnGoS said:
Good morning.
Try to enter with quiet fastboot mode, both in twrp and orange fox, it's the same process. Put the phone in fastboot mode and then open minimal adb.
1. Put the fastboot devices command, the serial number of your mobile should appear on the command screen.
2. Put the command fastboot boot orangefox.img or twrp.img, take a good look at the file you have downloaded, to make the boot easy, it has to be an .img image and not a zip file.
3. If you can get into both fastboot and orangefox, please format the data.
4. Try to flash the miui stock rom with the same process where the error appeared, remember that this rom (it worked for me) has to be the rom for the poco f3 fastboot, since there are 2 versions (I think I have seen this) one which is fastboot and another which is not.
LUCK!
Click to expand...
Click to collapse
Hello, i had already tried to boot with twrp.img but without success, the good news is that I have already recovered it and the solution was as simple as taking the flash_all.bat from the rom and it could already be in any version of miui.
What I don't understand is why it hadn't worked with XiaoMitool and Xiaomiflash, and I still can't install TWRP because it doesn't recognize internal memory and OTG.
Anyway thanks for your help.
edixon2021 said:
Hello, i had already tried to boot with twrp.img but without success, the good news is that I have already recovered it and the solution was as simple as taking the flash_all.bat from the rom and it could already be in any version of miui.
What I don't understand is why it hadn't worked with XiaoMitool and Xiaomiflash, and I still can't install TWRP because it doesn't recognize internal memory and OTG.
Anyway thanks for your help.
Click to expand...
Click to collapse
Glad you got it sorted, When installing a MIUI stock rom remember to put the Firm wear folder on your C: Drive and remove any spaces from title,
As for TWRP & Orangefox recoverry, i installed these in fast boot mode and use "Temporary Recovery" by downloading RUN_TWRP-Orange Fox FIXED.bat /unzipping/ and running the "RUN_TWRP-Orange Fox FIXED.bat File, once in temporary OF Recovery you can choose to make OF Recovery permanent by installing current version of OF from within OF, Check my post on the EVO-X Thread post 20,
you will also find my post regarding OTG issues,
--------------------------------------------------------------------------
OTG is no longer Now working with Orangefox recovery.
To overcome the OTG showing 0MB or .., remove the OTG adaptor,
reboot into OF Recovery, re-connect your OTG adaptor and
tap ☰ in the bottom right of the main screen to open the MENU,
open Mount, tap USB-STORAGE (wait 5 seconds) the (USB-STORAGE background will turn black), shortly after the check box will enabled, many thanks to Rafsf for the Workaround.
I hope this helps a bit
johnr64 said:
Glad you got it sorted, When installing a MIUI stock rom remember to put the Firm wear folder on your C: Drive and remove any spaces from title,
As for TWRP & Orangefox recoverry, i installed these in fast boot mode and use "Temporary Recovery" by downloading RUN_TWRP-Orange Fox FIXED.bat /unzipping/ and running the "RUN_TWRP-Orange Fox FIXED.bat File, once in temporary OF Recovery you can choose to make OF Recovery permanent by installing current version of OF from within OF, Check my post on the EVO-X Thread post 20,
you will also find my post regarding OTG issues,
--------------------------------------------------------------------------
OTG is no longer Now working with Orangefox recovery.
To overcome the OTG showing 0MB or .., remove the OTG adaptor,
reboot into OF Recovery, re-connect your OTG adaptor and
tap ☰ in the bottom right of the main screen to open the MENU,
open Mount, tap USB-STORAGE (wait 5 seconds) the (USB-STORAGE background will turn black), shortly after the check box will enabled, many thanks to Rafsf for the Workaround.
I hope this helps a bit
Click to expand...
Click to collapse
Thank you very much friend you deserve heaven, finally I was able to install OF permanently.

Categories

Resources