hello everyone
i unlocked my redmi 4 prime in official way
then flash twrp and after that try to flash global rom that i download from here
but now my phone stuck on mi logo(bootloop)
official recovery and twrp recovery are missed now and just fastboot mode are available please give me a way to directly use fastboot command (without mi- flashtools) to flash china or global rom
in fact i dont know which files( files that is in tgz file) must select to flash with fastboot flash command
thanks.
fastboot flash recovery FILENAME.img
The file must be in the root folder of ADB, the filename could be recovery.img or twrp.img too.
hi
i was trying to flash twrp .. i flashed but it stucked at twrp so i tried again .. while doing i flashed vbmeta file then twrp file .. now i cant boot my phone to rom as well as twrp
pl help
pankaj_123 said:
hi
i was trying to flash twrp .. i flashed but it stucked at twrp so i tried again .. while doing i flashed vbmeta file then twrp file .. now i cant boot my phone to rom as well as twrp
pl help
Click to expand...
Click to collapse
Which twrp u r flashing? Ptwrp or offical one? Try to flash orangefox from adb it is best over all the other ones.
Sent from my Redmi Note 7 Pro using XDA Labs
Recovery twrp 3.1.1b. Something
pankaj_123 said:
hi
i was trying to flash twrp .. i flashed but it stucked at twrp so i tried again .. while doing i flashed vbmeta file then twrp file .. now i cant boot my phone to rom as well as twrp
pl help
Click to expand...
Click to collapse
After flashing twrp
Use fastboot erase userdata command via adb
Then reboot to twrp
aarush.chaurasiya said:
After flashing twrp
Use fastboot erase userdata command via adb
Then reboot to twrp
Click to expand...
Click to collapse
fastboot erase userdata
This command works!! This was amazing man , I was searching for this for the last 3 days , my phone used to get stuck at teamwin splash logo!
Thanks man! I owe you big time.
aarush.chaurasiya said:
After flashing twrp
Use fastboot erase userdata command via adb
Then reboot to twrp
Click to expand...
Click to collapse
You saved my ass (K30 5G). Thanks m8.
Thank you guys for answers. I have mi 8 lite and I've been trying to fix splash logo bug for almost 3 days. Here's what worked for me:
1. enter fastboot and enter these commands
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase userdata
fastboot erase cache
2. Boot into recovery using volume buttons, not fastboot.
floor_official said:
Thank you guys for answers. I have mi 8 lite and I've been trying to fix splash logo bug for almost 3 days. Here's what worked for me:
1. enter fastboot and enter these commands
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase userdata
fastboot erase cache
2. Boot into recovery using volume buttons, not fastboot.
Click to expand...
Click to collapse
This has worked for me perfectly! Thanks!
I get this problem on my Mi 8 SPECIFICALLY after installing Pixel Experience. With other ROMs I don't have this issue.
Hi,
Question about the 'fastboot erase userdata' command : does it format the phone ? I mean, I have my phone running, Pixel Experience 12 on Oneplus 5T, and I would like to apply an update, and no way to enter in TWRP...
I wouldn't have to reinstall everything after that.
Thanks in advance
Hello Friends in dipper & PE I got this message at each time when trying to update :
adb sideload PixelExperience_dipper-12.1-20220521.zip
loading: 'PixelExperience_dipper-12.1-20220521.zip'
* cannot read 'PixelExperience_dipper-12.1-20220521.zip' *
& I don't know what to do; other recoveries get stuck on logo (TWRP, Orange fox)
I just succeed to root with magisk (by sideloading).
Is the ROM OK? I Ihoped with factory reset and changing recovery, not better...
Thanks for your help
Hello
I have a Xiaomi Mi 10 lite 5g (monet) and i trying flash to Xiaomi.eu ROM
Bootloader is unlocked
On fastboot flash recovery sucessed finished but boot in twrp stuck on bootlop(PC see my phone on fastboot mode)
I use twrp350-0113-spak
Maybe anyone have ideas?
Thanks for replies
What are the exact commands?
You have to boot to the same file you flashed.
Since I am in mainland China, after seven days waiting, I unlocked my k40s finally.
Get ROM from xiaomi.eu link to thread of stable release is https://xiaomi.eu/community/threads/miui-13-stable-release.64441/
Download in sourceforge: https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13/
I downloaded two roms:
1. xiaomi.eu_multi_MUNCH_V13.0.7.0.SLMCNXM_v13-12-fastboot.zip
2. xiaomi.eu_multi_MUNCH_V13.0.10.0.SLMCNXM_v13-12.zip
First one I use script inner zip to flash, success.
And the second one. at first I can't boot from twrp.img after search by Google I found out that I run fastboot command in fastbootd env.
There is a ref: https://forum.xda-developers.com/t/fastboot-error-no-such-file.4483677/
I boot to fastboot (Not fastbootD) by command
Code:
adb reboot bootloader
And I can boot the twrp and flash the second rom.
The guide of flash second rom is
Code:
1. push rom to sdcard
2. adb reboot bootloader
3. fastboot boot twrp.img
4. Install rom in TWRP
5. Clear data & format
Hello everyone,
I'm running with the 11.0.12.12 rom: OnePlus8TOxygen_15.O.30_GLO_0300_2112211344 with orange fox as recovery, I would like to update but I have to put my recovery back in stock, then I extract the recovery.img from the stock image and flash it with the following command, "fastboot flash recovery recovery.img" without losing data?
Thanking you in advance.
Cheers
schumissimo said:
Hello everyone,
I'm running with the 11.0.12.12 rom: OnePlus8TOxygen_15.O.30_GLO_0300_2112211344 with orange fox as recovery, I would like to update but I have to put my recovery back in stock, then I extract the recovery.img from the stock image and flash it with the following command, "fastboot flash recovery recovery.img" without losing data?
Thanking you in advance.
Cheers
Click to expand...
Click to collapse
It seems that you're correct.
Rootk1t said:
Il semble que vous ayez raison.
Click to expand...
Click to collapse
Thank you