Question Fastboot loop, can't seem to find the right thing to flash - Xiaomi Mi 11 Lite 5G

Hi, so I successfully installed TWRP from here, everything went well until this point. I flashed a more stable EU rom and then tried to flash Magisk, but when I rebooted it just went to fastboot mode.
Now everytime I try to turn it off or go back into TWRP it just goes to fastboot mode.
I have tried to flash using MiFlash but I can't seem to get the right thing to flash apparently.

When trying to reinstall TWRP
fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 4.498s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Device Error)
finished. total time: 4.503s

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Zelyric said:
View attachment 5448807
Click to expand...
Click to collapse
Getting Mismatched image error in fastboot when trying to flash stable/developer ROM.
Hello.. Which fastboot rom is correct for my mido Device.. i downloaded Both Stable and Developer version both giving mismatched image error.. tried flashing from mi flash tool, flashed in 1sec issue.. Please help , how am i suppose to flash...
forum.xda-developers.com
I hope it helps.

akins0405 said:
Getting Mismatched image error in fastboot when trying to flash stable/developer ROM.
Hello.. Which fastboot rom is correct for my mido Device.. i downloaded Both Stable and Developer version both giving mismatched image error.. tried flashing from mi flash tool, flashed in 1sec issue.. Please help , how am i suppose to flash...
forum.xda-developers.com
I hope it helps.
Click to expand...
Click to collapse
Reading on that post I saw that there are issues with Ryzen powered computers, and I indeed have a Ryzen CPU. Really hopes this helps, thanks for showing me regardless - ill keep you updated!

@akins0405

Zelyric said:
@akins0405
Click to expand...
Click to collapse
Try flashing you stock boot img

akins0405 said:
Try flashing you stock boot img
Click to expand...
Click to collapse
Where do I find that?

Zelyric said:
Where do I find that?
Click to expand...
Click to collapse
You have it in fastboot stock rom

Zelyric said:
Where do I find that?
Click to expand...
Click to collapse
Try to transfer the rom to the system partition

akins0405 said:
Try flashing you stock boot img
Click to expand...
Click to collapse
adb doesn't show my device under adb devices but fastboot devices does show it..

MTP also is disabled

Zelyric said:
adb doesn't show my device under adb devices but fastboot devices does show it..
Click to expand...
Click to collapse
Flash in fastboot stock boot img, can you do it

akins0405 said:
Flash in fastboot stock boot img, can you do it
Click to expand...
Click to collapse
fastboot flash b boot.img
Sending 'b' (196608 KB) OKAY [ 4.817s]
Writing 'b' FAILED (remote: '(b_a) No such partition')
fastboot: error: Command failed

nevermind, i understood the partition wrong.
fastboot flash boot boot.img
Sending 'boot_a' (196608 KB) OKAY [ 4.558s]
Writing 'boot_a' OKAY [ 0.707s]
Finished. Total time: 6.103s
what now?

Zelyric said:
@akins0405
Click to expand...
Click to collapse
Try firstly erasing your recovery partition with fastboot erase recovery

Somehow I have managed to fix it on my own, thank you for your response regardless @akins0405 @SubwayChamp.
Here's how I fixed it for the people wanting to know:
I flashed boot.img via fastboot, I have no clue if it had effect on what I did afterwards but I think it might.
I moved the folder of all the files to my main C:\ directory, and then tried to flash using MiFlash and it worked.
I'm trilled to have it back in a ''working'' state

Zelyric said:
Somehow I have managed to fix it on my own, thank you for your response regardless @akins0405 @SubwayChamp.
Here's how I fixed it for the people wanting to know:
I flashed boot.img via fastboot, I have no clue if it had effect on what I did afterwards but I think it might.
I moved the folder of all the files to my main C:\ directory, and then tried to flash using MiFlash and it worked.
I'm trilled to have it back in a ''working'' state
Click to expand...
Click to collapse
I'm glad you made it, hello

Related

[Q] Boot Loop

I hate to be a newbie but I really read through the entire troubleshooting guide and didn't really understand how to proceed.
I have a rooted Evo 4G LTE with latest stock ROM and TWRP recovery installed (2.5).
This morning my device was pissing me off so I thought it would be a good idea to flash it with CyanogenMod. I went into TWRP, wiped EVERYTHING. loaded the CYanogen Zip on the SD Card, and flashed. Device went right into soft brick.
Tried to flash a couple of other ROMS, also didn't work. in the mean time I discovered BeanStalk which I think is the ROM I want to use.
I have ADB / Fastboot / Latest drivers installed on my computer but when I try to do anything it acts like the device is not connected.
Any advice how to proceed?
From the troubleshooting guide I think my problem might be:
Missing ROM Due to a misunderstanding, you have already wiped all ROM data from phone (cache, dalvik, and system) and fastboot flashed the kernel. Now phone hangs on HTC boot screen and will not load Android. Only the kernel has been flashed, the screen hangs because there is no OS to load. Fear not, return to recovery and flash the ROM package that your boot.image originated from. Now select reboot to system and wait for your phone to restart. The kernel will boot, your OS will load, and all will be right with the world.
Click to expand...
Click to collapse
But I already tried to flash the rom package ( I think).
Help would be much appreciated! thank you!
yoerz said:
I hate to be a newbie but I really read through the entire troubleshooting guide and didn't really understand how to proceed.
I have a rooted Evo 4G LTE with latest stock ROM and TWRP recovery installed (2.5).
This morning my device was pissing me off so I thought it would be a good idea to flash it with CyanogenMod. I went into TWRP, wiped EVERYTHING. loaded the CYanogen Zip on the SD Card, and flashed. Device went right into soft brick.
Tried to flash a couple of other ROMS, also didn't work. in the mean time I discovered BeanStalk which I think is the ROM I want to use.
I have ADB / Fastboot / Latest drivers installed on my computer but when I try to do anything it acts like the device is not connected.
Any advice how to proceed?
From the troubleshooting guide I think my problem might be:
But I already tried to flash the rom package ( I think).
Help would be much appreciated! thank you!
Click to expand...
Click to collapse
If you are s-on you have to fastboot flash or use Flash Image GUI to flash the boot.img/kernel first then flash the rom from twrp
bigdaddy619 said:
If you are s-on you have to fastboot flash or use Flash Image GUI to flash the boot.img/kernel first then flash the rom from twrp
Click to expand...
Click to collapse
Thanks for the help man, I'm just not sure HOW to flash the boot.img/kernel first then flash the rom from twrp
1. Where do I get the Boot.img/kernel? is it just a file I download?
2. What's the command to flash it to the device?
THANK U
You can get a copy of Flash Image GUI here to flash the kernel or pull the boot.img from the rom zip and put it in the folder you have adb and fastboot in and fastboot flash from there.
Here is a guide you can look at to show you how to do the whole process
http://forum.xda-developers.com/showthread.php?p=40848479#post40848479
bigdaddy619 said:
You can get a copy of Flash Image GUI here to flash the kernel or pull the boot.img from the rom zip and put it in the folder you have adb and fastboot in and fastboot flash from there.
Here is a guide you can look at to show you how to do the whole process
http://forum.xda-developers.com/showthread.php?p=40848479#post40848479
Click to expand...
Click to collapse
Well, clearly "Flash Image GUI" isn't going to help me because as I stated before, my device is in boot loop.
I've placed boot.img in my C:\ROOT folder where I keep all my root related files (like ADB and FASTBOOT) but when I run the command:
fastboot flash boot.img
I get the error: unknown partition 'boot.img' error cannot determine image filename for boot.img
Should be
fastboot flash boot boot.img
at this point it just goes < WAITING FOR DEVICE >
I think this is part of the problem. Even though I installed the latest HTC Drivers it seems the computer isn't recognizing the device. When I'm in TWRP and I mount it - it DOES show up in My computer. But not when I'm at that first boot menu.
yoerz said:
at this point it just goes < WAITING FOR DEVICE >
I think this is part of the problem. Even though I installed the latest HTC Drivers it seems the computer isn't recognizing the device. When I'm in TWRP and I mount it - it DOES show up in My computer. But not when I'm at that first boot menu.
Click to expand...
Click to collapse
Try this
On your PC go to device manager and find your phone, right click and select properties
Select the driver tab
Select update driver
Select browse my comp
Let me pick
Look for ADB USB device or similar should be one of the first couple choices
Select MyHTC install and you should be good
Whats next
OK! turns out I just needed a restart. I ran the command:
C:\ROOT>fastboot flash boot boot.img
sending 'boot' (5770 KB)...
OKAY [ 0.899s]
writing 'boot'...
OKAY [ 1.461s]
finished. total time: 2.360s
Now what? what's the next command? do I flash the rom? the recovery?
yoerz said:
OK! turns out I just needed a restart. I ran the command:
C:\ROOT>fastboot flash boot boot.img
sending 'boot' (5770 KB)...
OKAY [ 0.899s]
writing 'boot'...
OKAY [ 1.461s]
finished. total time: 2.360s
Now what? what's the next command? do I flash the rom? the recovery?
Click to expand...
Click to collapse
Choose recovery from the bootloader then flash the rom like you normally would
ALL GOOD
NEVER MIND! That totally did it! Wonderful! Thank you so much for your help man!
I REALLY appreciate it!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[Boot Logo] Google Edition Boot Image For Android One Devices

Google Edition Android One Boot Logo On Startup​
I have made it, specific to our device!
To Use It Download the logo.bin file from the attachments below
Next Step Enter Fastboot in your Device
After That In CMD FastBoot Command Type
Code:
fastboot flash logo logo.bin
Thats It Then Type
Code:
fastboot reboot
And You Are Happy To Go!
Preview​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Press Thanks Amigos!​
For me it removed micromax logo but no Google logo only black screen while booting ??
edit: it worked i flashed as logo.rar .. unzip the file and flashed as logo.bin nice logo
It removed my Karbonn logo on the boot screen. Thank you dev.
snoopnoob said:
It removed my Karbonn logo on the boot screen. Thank you dev.
Click to expand...
Click to collapse
You're Welcome Amigo!
The Best. Period.
I can't thank you enough for this...
Now I can boast to my friends about having an "official" Google device... just like the Nexus :highfive::fingers-crossed::victory:
Fastboot gives error !! :crying::crying:
Not work for me. What to do?
Gave me an error
Kunal.Kene.1797 said:
Google Edition Android One Boot Logo On Startup​
I have made it, specific to our device!
To Use It Download the logo.bin file from the attachments below
Next Step Enter Fastboot in your Device
After That In CMD FastBoot Command Type
Code:
fastboot flash logo logo.bin
Thats It Then Type
Code:
fastboot reboot
And You Are Happy To Go!
Preview​
Press Thanks Amigos!​
Click to expand...
Click to collapse
here is what it gave me
Code:
[email protected]:/home/adwait/Downloads/logo# fastboot flash logo logo.bin
target reported max download size of 134217728 bytes
sending 'logo' (104 KB)...
OKAY [ 0.010s]
writing 'logo'...
FAILED (remote: download for partition 'logo' is not allowed
)
finished. total time: 0.012s
sayV said:
here is what it gave me
Code:
[email protected]:/home/adwait/Downloads/logo# fastboot flash logo logo.bin
target reported max download size of 134217728 bytes
sending 'logo' (104 KB)...
OKAY [ 0.010s]
writing 'logo'...
FAILED (remote: download for partition 'logo' is not allowed
)
finished. total time: 0.012s
Click to expand...
Click to collapse
u haven't unlocked it!!
Kunal.Kene.1797 said:
u haven't unlocked it!!
Click to expand...
Click to collapse
Oh... so is it that... lol i thought it works on locked bootloader...
you didn't write that in OP
alright. i'll not be unloking it till january. i want lollipop ota
@Kunal.Kene.1797
Thanks for this.
How do you make such a bin file?
akhil1999 said:
@Kunal.Kene.1797
Thanks for this.
How do you make such a bin file?
Click to expand...
Click to collapse
Its so simple search about logo builder on google you will get it
---------- Post added at 10:12 PM ---------- Previous post was at 10:09 PM ----------
rkdss said:
Fastboot gives error !! :crying::crying:
Not work for me. What to do?
Click to expand...
Click to collapse
Did you unlocked Bootloader??
@Swapnil Solanki quote:
Did you unlocked Bootloader??
yes, i am bootloader unlocked......
rkdss said:
@Swapnil Solanki quote:
Did you unlocked Bootloader??
yes, i am bootloader unlocked......
Click to expand...
Click to collapse
Then u have drivers problem!!
Is there any way to backup the original boot image logo..? (for eg: mine is spice logo) it'll be needed in case one needs to claim warranty..
Sent from my Spice Mi-498
Kartik Iyer said:
Is there any way to backup the original boot image logo..? (for eg: mine is spice logo) it'll be needed in case one needs to claim warranty..
Sent from my Spice Mi-498
Click to expand...
Click to collapse
You need to flash stock rom to get warranty back... its not link with stock logo only
Rht555 said:
You need to flash stock rom to get warranty back... its not link with stock logo only
Click to expand...
Click to collapse
I thought that only happened for the boot animation as in my old cell, the original galaxy s (i9000) i flashed a lot of roms but only the boot animation changed. The start boot splash screen / boot logo was always the same. Even flashing a kernel didn't change it. Thats the reason i asked dont wanna get caught up after doing a One-way process.. atleast till the warranty period
So you mean to say that if i flash the stock ROM back, i'll get back my stock boot logo ??
thanks you work for lollipop 5.1 android one indonesia
thx for your work dude
Sent from my Nexus 5 using Tapatalk
Kunal.Kene.1797 said:
Google Edition Android One Boot Logo On Startup​
I have made it, specific to our device!
To Use It Download the logo.bin file from the attachments below
Next Step Enter Fastboot in your Device
After That In CMD FastBoot Command Type
Code:
fastboot flash logo logo.bin
Thats It Then Type
Code:
fastboot reboot
And You Are Happy To Go!
Preview​
Press Thanks Amigos!​
Click to expand...
Click to collapse
Where can I find the stock logo.bin file in our device?
In sp tools flashable ROM
Maybe someone uploaded it
Sent from my Nexus 5 using XDA Free mobile app

[Q] Cannot boot into recovery or factory reset [SOLVED]

Hi xda !
As the title says, my Prime can't get into recovery, and I can't factory reset it from within Android's settings either for some reason. How or why this happened, I don't know. I wish I knew, but it's as if everything related to recovery has just disappeared.
It can boot into Android no problem and I can connect to it via fastboot, which in my eyes just make this whole thing seem even weirder.
The tablet is running stock rooted Android 4.1.1, bootloader version is, I think - not completely sure, US_epad-10.4.2.15-20120917. I am not sure if that is the right number, so here you go:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
When selecting the recovery option it just hangs there until I reboot the tablet.
So far I've tried flashing TWRP 2.6.3.0-JB through fastboot, which finished successfully (at least according to fastboot, anyway) with no errors. But still recovery is nowhere to be found.
Does anyone have any idea how to solve this problem and get recovery back on my Prime ? Or at least factory reset it without recovery ?
Tricky547 said:
Hi xda !
As the title says, my Prime can't get into recovery, and I can't factory reset it from within Android's settings either for some reason. How or why this happened, I don't know. I wish I knew, but it's as if everything related to recovery has just disappeared.
It can boot into Android no problem and I can connect to it via fastboot, which in my eyes just make this whole thing seem even weirder.
The tablet is running stock rooted Android 4.1.1, bootloader version is, I think - not completely sure, US_epad-10.4.2.15-20120917. I am not sure if that is the right number, so here you go:
When selecting the recovery option it just hangs there until I reboot the tablet.
So far I've tried flashing TWRP 2.6.3.0-JB through fastboot, which finished successfully (at least according to fastboot, anyway) with no errors. But still recovery is nowhere to be found.
Does anyone have any idea how to solve this problem and get recovery back on my Prime ? Or at least factory reset it without recovery ?
Click to expand...
Click to collapse
You have unlocked the bootloader ?
Thx Josh
lj50036 said:
You have unlocked the bootloader ?
Thx Josh
Click to expand...
Click to collapse
If the "bootloader is unlocked" text while booting the tablet is to be believe, yes, the bootloader is unlocked and the tablet is rooted. Recovery worked fine a couple years ago when I was using CM nightlies on it, then it just stopped working out of nowhere sometime after I got the current stock pre-rooted Jellybean rom on it.
I don't know if flashing Jellybean is what triggered this whole problem in the first place or if it's something that happened afterwards.
What really puzzles me though, is how I can flash TWRP through fastboot "successfully", and it just keeps on not working as if nothing happened.
Tricky547 said:
If the "bootloader is unlocked" text while booting the tablet is to be believe, yes, the bootloader is unlocked and the tablet is rooted. Recovery worked fine a couple years ago when I was using CM nightlies on it, then it just stopped working out of nowhere sometime after I got the current stock pre-rooted Jellybean rom on it.
I don't know if flashing Jellybean is what triggered this whole problem in the first place or if it's something that happened afterwards.
What really puzzles me though, is how I can flash TWRP through fastboot "successfully", and it just keeps on not working as if nothing happened.
Click to expand...
Click to collapse
Post the exact input and out put of flashing a recovery....
Thx Josh
lj50036 said:
Post the exact input and out put of flashing a recovery....
Thx Josh
Click to expand...
Click to collapse
Alright, just flashed recovery, here you go.
Code:
C:\>fastboot -i 0x0b05 flash recovery openrecovery-twrp-2.6.3.0-tf201-JB.blob
sending 'recovery' (7934 KB)...
OKAY [ 2.915s]
writing 'recovery'...
OKAY [ 7.228s]
finished. total time: 10.145s
Exactly the same input and output as the other times I've tries this, but somehow it got me a working recovery this time around. I've no idea what changed for it to suddenly work, but I guess that's it for this thread.
Thanks for your help !
Tricky547 said:
Alright, just flashed recovery, here you go.
Code:
C:\>fastboot -i 0x0b05 flash recovery openrecovery-twrp-2.6.3.0-tf201-JB.blob
sending 'recovery' (7934 KB)...
OKAY [ 2.915s]
writing 'recovery'...
OKAY [ 7.228s]
finished. total time: 10.145s
Exactly the same input and output as the other times I've tries this, but somehow it got me a working recovery this time around. I've no idea what changed for it to suddenly work, but I guess that's it for this thread.
Thanks for your help !
Click to expand...
Click to collapse
You can always hit the thx button .......
Great to see you up and running.....
Can you add 'SOLVED' to the thread title ...
Thx Josh

Honor 7C How to root?

Hey,
I have unlocked the bootloader in Honor 7C (LND-L29). (dcunlocker)
I was looking on the internet and I can not find anywhere.
twrp does not work on this phone. It can not be installed by the command flash recovery twrp.img
How do you install root? Kingroot does not work
remkac96 said:
Hey,
I have unlocked the bootloader in Honor 7C (LND-L29). (dcunlocker)
I was looking on the internet and I can not find anywhere.
twrp does not work on this phone. It can not be installed by the command flash recovery twrp.img
How do you install root? Kingroot does not work
Click to expand...
Click to collapse
Sup,
Before proceeding, enable "manufacturer mode" on your phone. This is done by entering in dial pad code *#*#2846579#*#* select "Project Menu", "Background settings", "USB ports settings", "Manufacture mode". Then connect it to PC and Hisuite for drivers.
flash TWRP made by Augustoandro, flash Supersu
Greetz
Leak1337 said:
Sup,
Before proceeding, enable "manufacturer mode" on your phone. This is done by entering in dial pad code *#*#2846579#*#* select "Project Menu", "Background settings", "USB ports settings", "Manufacture mode". Then connect it to PC and Hisuite for drivers.
flash TWRP made by Augustoandro, flash Supersu
Greetz
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
fastboot flash recovery TWRP_Honor7C_LND-L29.img
target reported max download size of 534773760 bytes
sending 'recovery' (4896 KB)...
OKAY [ 0.144s]
writing 'recovery'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.183s
remkac96 said:
fastboot flash recovery TWRP_Honor7C_LND-L29.img
target reported max download size of 534773760 bytes
sending 'recovery' (4896 KB)...
OKAY [ 0.144s]
writing 'recovery'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.183s
Click to expand...
Click to collapse
Ok, have you tried the multitool? MultiTool Honor 7
Step by step Tutorial look if you have done everything and try it with the tool. Tutorial
Leak1337 said:
Ok, have you tried the multitool? MultiTool Honor 7
Step by step Tutorial look if you have done everything and try it with the tool. Tutorial
Click to expand...
Click to collapse
We managed to install, but internal memory in twrp does not work.
After several attempts to repair twrp. The system does not turn on in the phone. He is now trying to install the rom from the new version using Huawei eRecovery
I also tried to upload the twrp from this topic: https://4pda.ru/forum/index.php?s=&showtopic=909546&view=findpost&p=78962423
After uploading by multitool, it does not even turn on twrp.
If someone has uploaded root on this phone, let them write in what way. I've tried many options and still nothing of it.
Sorry my bad english.
remkac96 said:
I also tried to upload the twrp from this topic: https://4pda.ru/forum/index.php?s=&showtopic=909546&view=findpost&p=78962423
After uploading by multitool, it does not even turn on twrp.
If someone has uploaded root on this phone, let them write in what way. I've tried many options and still nothing of it.
Sorry my bad english.
Click to expand...
Click to collapse
All twrp installed by me does not load internal memory.
Can uh tell me how you unlocked the bootloader?
Hey man, its great to hear this first of all that you successfully unlocked the bootloader,
Please tell how you unlocked it.
Thanks in advance for you help.

Unable to install TWRP on the 4x Mido

hey so, as the title says, i'm currently unable to install the recovery on my phone and have been trying for the past 3 hours or so now :/
Phone's unlocked, adb and fastboot are working ecc.
but whenever i try to flash the TWRP recovery or even boot it i get the FAILED (remote: 'size too large') error and idk what to do about it.
It worked weirdly with the nikel recovery but even then it installed badly and wouldnt let me flash mido roms for whatever reason and yes im 100% sure my phone is a 4x with a snapdragon.
Thanks to anyone that replies and tries to help
biggestpoyo said:
hey so, as the title says, i'm currently unable to install the recovery on my phone and have been trying for the past 3 hours or so now :/
Phone's unlocked, adb and flashboot are working ecc.
but whenever i try to flash the TWRP recovery or even boot it i get the FAILED (remote: 'size too large') error and idk what to do about it.
It worked weirdly with the nikel recovery but even then it installed badly and wouldnt let me flash mido roms for whatever reason and yes im 100% sure my phone is a 4x with a snapdragon.
Thanks to anyone that replies and tries to help
Click to expand...
Click to collapse
Describe how are you trying to flash the file, like using cmd window or mi flash tool or by already rooted phone?
Ebebeeh said:
Describe how are you trying to flash the file, like using cmd window or mi flash tool or by already rooted phone?
Click to expand...
Click to collapse
So, downloaded the ADB and Fastboot tools, downloaded TWRP, went to the CMD and changed the directory to the adb.
From here i just used the adb reboot bootloader command to get into the fastboot.
Next i used the fastboot flash recovery x.img command to try to flash it but didnt work simply giving me a "FAILED (remote: 'size too large')" on the last part.
I even tried the fastboot boot x.img command.
Also yes when i said flashboot prieviously i meant fastboot mb
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
biggestpoyo said:
So, downloaded the ADB and Fastboot tools, downloaded TWRP, went to the CMD and changed the directory to the adb.
From here i just used the adb reboot bootloader command to get into the fastboot.
Next i used the fastboot flash recovery x.img command to try to flash it but didnt work simply giving me a "FAILED (remote: 'size too large')" on the last part.
I even tried the fastboot boot x.img command.
Also yes when i said flashboot prieviously i meant fastboot mb
Click to expand...
Click to collapse
Which rom are you using currently? If it is android nougat based then read below, if higher the commands are a bit different I guess,
That is the same way i did it but it might be cause you are flashing wrong recovery.
Try this one :-
https://dl.twrp.me/mido/twrp-3.3.1-0-mido.img
Let me know if it works.
Ebebeeh said:
Which rom are you using currently? If it is android nougat based then read below, if higher the commands are a bit different I guess,
That is the same way i did it but it might be cause you are flashing wrong recovery.
Let me know if it works.
Click to expand...
Click to collapse
I'm using the MIUI global 10.2.1 so marshmellow but yeah, i've been trying that img along with older versions and what not but it just keeps giving the same error for whatever reason
Ebebeeh said:
Which rom are you using currently? If it is android nougat based then read below, if higher the commands are a bit different I guess,
That is the same way i did it but it might be cause you are flashing wrong recovery.
Try this one :-
https://dl.twrp.me/mido/twrp-3.3.1-0-mido.img
Let me know if it works.
Click to expand...
Click to collapse
Try using mi flash tool with the same image file, you will find the tool on their official website.
biggestpoyo said:
I'm using the MIUI global 10.2.1 so marshmellow but yeah, i've been trying that img along with older versions and what not but it just keeps giving the same error for whatever reason
Click to expand...
Click to collapse
You have MTK variant (Nikel) and trying to flash Snapdragon (Mido) TWRP.
updated to 11.0.2 MIUI and root disapeared , using ADB for TWRP installing , everything goes ok, but after command fastboot reboot , when phone reboots, there is no TWRP , only standart recovery, What I am doing wrong?

Categories

Resources