My huawei y6 2018 is booting on twrp, with no os, help - Huawei Y6 Questions & Answers

I did this when I was in fastboot
"fastboot flash ramdisk twrp.img"
after my phone restarted, it booted immeadiately from twrp, and i cant mount any storage
please help me, i tried booting to erecovery, but it cant download the stock firmware and recovery from there

take off phone, pres vol- e power, enter revovery, select 1a option

villanuevachok said:
I did this when I was in fastboot
"fastboot flash ramdisk twrp.img"
after my phone restarted, it booted immeadiately from twrp, and i cant mount any storage
please help me, i tried booting to erecovery, but it cant download the stock firmware and recovery from there
Click to expand...
Click to collapse
That's because you flashed twrp to a wrong partition (should be 'recovery_ramdisk'). Here is my patched ramdisk with magisk: https://www.mediafire.com/download/7t4oi8bbz4cqhhq will upload the original ramdisk dump later when I go home. Flash using 'fastboot flash ramdisk <file>'

Related

Stock emui recovery image lost after twrp!!! Fail to get EMUI recovery to life

Hi all,
Im using honor 7 plkl01 5.0.2.
I just install twrp and my stock recovery image is gone and i wish to get it back. So i flashed the b130 stock recovery.img from TWRP.
But it ends up with error 11 (recovery) and error 2(load).
Is there any way i can get my stock emui recovery back to life so that i can update my firmware locally?
Ps, i tried adb to flash but ends up write recovery error and command not allowed. my phone is unlocked by the way.
fastboot devices
[should reply with a device]
fastboot flash recovery recovery.img
[with recovery.img in the same folder as adb]
You should try starting with B100 files.
Which rom are you using? Open Multi Tool and flash your currrent rom's stock recovery by following instructions. It's so simple.
zinko_pt said:
fastboot devices
[should reply with a device]
fastboot flash recovery recovery.img
[with recovery.img in the same folder as adb]
You should try starting with B100 files.
Click to expand...
Click to collapse
Hi,
And yes it's correct, but i help a little more, to get the recovery of B100 download the B100 firmware, then download HuaweiUpdateExtractor to extract the recovery.img, then you've said all ^^
Put the .IMG in the same folder with adb... Flash, it should work, then maybe a hardreset
Good luck
Edit 1 : By the way, i prefer flash the recovery manually
nicholasong1994 said:
Hi all,
Im using honor 7 plkl01 5.0.2.
I just install twrp and my stock recovery image is gone and i wish to get it back. So i flashed the b130 stock recovery.img from TWRP.
But it ends up with error 11 (recovery) and error 2(load).
Is there any way i can get my stock emui recovery back to life so that i can update my firmware locally?
Ps, i tried adb to flash but ends up write recovery error and command not allowed. my phone is unlocked by the way.
Click to expand...
Click to collapse
You can't flash a recovery if you are booted into recovery, it's like pinning down a person and asking him to get up.
Okay so to flash a recovery you must be in bootloader mode, to boot into bootloader mode you have to first switch off your device then press Vol DOWN+Power Button once booted into bootloader mode, fire this command to flash recovery:
Code:
fastboot flash recovery recovery.img
The recovery.img file should be in the same folder from where you are executing the command.
DigiGoon said:
You can't flash a recovery if you are booted into recovery, it's like pinning down a person and asking him to get up.
Okay so to flash a recovery you must be in bootloader mode, to boot into bootloader mode you have to first switch off your device then press Vol UP + Power Button once booted into bootloader mode, fire this command to flash recovery:
Code:
fastboot flash recovery recovery.img[/b]
The recovery.img file should be in the same folder from where you are executing the command.[/QUOTE]
Hi, i know you know the way ^^ but you made a little error, to perform the command, it's in fastboot mode ( Vol. DOWN + Power )
Vol UP + Power leads to the recovery
Unless this works too ? :eek:
:)
Click to expand...
Click to collapse
Kikito94 said:
Hi, i know you know the way ^^ but you made a little error, to perform the command, it's in fastboot mode ( Vol. DOWN + Power )
Vol UP + Power leads to the recovery
Unless this works too ?
Click to expand...
Click to collapse
Oh yeah, thanks for noticing, that's my mistake. no it's Vol DOWN + Power only for bootloader.

Stuck in TWRP

Hey,
I wanted to do a nandroid backup so I did adb reboot recovery to go to TWRP, now I can't boot into system, I'm stuck in twrp, I can't even power off the phone it keeps booting up again and again. Please help i'm really lost. Thanks
I did boot to System but with another key combinaison (volume down + power) , I think it's all messed up and the phone thinks that the recovery is the default boot option.. idk how to change this
Nexx_ said:
I did boot to System but with another key combinaison (volume down + power) , I think it's all messed up and the phone thinks that the recovery is the default boot option.. idk how to change this
Click to expand...
Click to collapse
If you can reach the stock recovery, just put update.app file and install it. If you can't, try to flash boot.img and recovery.img manually. After that, try to install rom again.
memht said:
If you can reach the stock recovery, just put update.app file and install it. If you can't, try to flash boot.img and recovery.img manually. After that, try to install rom again.
Click to expand...
Click to collapse
Okay thank you, I will try flashing them manually because I have twrp
@DigiGoon Please can you help me with it?
You were on which system? Stock or any Custom ROM?
DigiGoon said:
You were on which system? Stock or any Custom ROM?
Click to expand...
Click to collapse
I was on stock b371
Okay follow these step, if you don't understand any step ask again. But follow these:
Download the UPDATE.APP of the Build number you were on before.
Extract system.img, boot.img, recovery.img, cust.img from that UPDATE.APP
Flash all these files via bootloader mode, to boot into bootloader mode, once a loop is over and you see blank screen on your phone, quickly press Vol DOWN button and while pressing it connect your phone to a PC. If this doesn't work and you get into recovery, then in recovery go to option Reboot, in that select Bootloader.
Once in bootloader mode, flash these files by firing these commands from a CMD, make sure files are situated in the same location where you open up the CMD.
Code:
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot flash boot boot.img
Now after your phone boots up normally, put the same UPDATE.APP from which these files were extracted in dload folder of your external SDcard.
Now switch off your phone and press all the three buttons(Vol UP + Vol DOWN + Power) simultaneously.
Flashing process will start.
Hope this helps.
DigiGoon said:
Okay follow these step, if you don't understand any step ask again. But follow these:
Download the UPDATE.APP of the Build number you were on before.
Extract system.img, boot.img, recovery.img, cust.img from that UPDATE.APP
Flash all these files via bootloader mode, to boot into bootloader mode, once a loop is over and you see blank screen on your phone, quickly press Vol DOWN button and while pressing it connect your phone to a PC. If this doesn't work and you get into recovery, then in recovery go to option Reboot, in that select Bootloader.
Once in bootloader mode, flash these files by firing these commands from a CMD, make sure files are situated in the same location where you open up the CMD.
Code:
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot flash boot boot.img
Now after your phone boots up normally, put the same UPDATE.APP from which these files were extracted in dload folder of your external SDcard.
Now switch off your phone and press all the three buttons(Vol UP + Vol DOWN + Power) simultaneously.
Flashing process will start.
Hope this helps.
Click to expand...
Click to collapse
Thank you a lot for helping me I'll try to follow the process as soon as I get windows on my Mac
@DigiGoon No need to flash system.img actually Just cust, boot and recovery is enough (i think). I forgot to tell cust but it's not necessary always.
memht said:
@DigiGoon No need to flash system.img actually Just cust, boot and recovery is enough (i think). I forgot to tell cust but it's not necessary always.
Click to expand...
Click to collapse
The way his phone is acting, system is the main thing he needs to flash.
Same kind of problem different dude
DigiGoon said:
Okay follow these step, if you don't understand any step ask again. But follow these:
Download the UPDATE.APP of the Build number you were on before.
Extract system.img, boot.img, recovery.img, cust.img from that UPDATE.APP
Flash all these files via bootloader mode, to boot into bootloader mode, once a loop is over and you see blank screen on your phone, quickly press Vol DOWN button and while pressing it connect your phone to a PC. If this doesn't work and you get into recovery, then in recovery go to option Reboot, in that select Bootloader.
Once in bootloader mode, flash these files by firing these commands from a CMD, make sure files are situated in the same location where you open up the CMD.
Code:
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot flash boot boot.img
Now after your phone boots up normally, put the same UPDATE.APP from which these files were extracted in dload folder of your external SDcard.
Now switch off your phone and press all the three buttons(Vol UP + Vol DOWN + Power) simultaneously.
Flashing process will start.
Hope this helps.
Click to expand...
Click to collapse
I'm having similar problem as OP. I get access to TWRP(by holding power+vol up), but not fastboot anymore. My TWRP is in chinese and but I found the reboot menu and the alternatives are: System, Power Off, Recovery and Download. I think i've tried them all and none of them brings me fastboot. I went into loop when I tried to install SuperSu through TWRP on stock rom. Is there hope? Yesterday I managed to get into fastboot, but can't remember what I did. I heard something about draining the battery and then theres hope?
mosoo said:
I'm having similar problem as OP. I get access to TWRP(by holding power+vol up), but not fastboot anymore. My TWRP is in chinese and but I found the reboot menu and the alternatives are: System, Power Off, Recovery and Download. I think i've tried them all and none of them brings me fastboot. I went into loop when I tried to install SuperSu through TWRP on stock rom. Is there hope? Yesterday I managed to get into fastboot, but can't remember what I did. I heard something about draining the battery and then theres hope?
Click to expand...
Click to collapse
Several options you got:
Install older SuperSU. I remember I had the same thing and the only way was to downgrade SuperSU. 2.5x, I think.
Try to access fastboot - turn off phone, keep vol- pressed and power up. Release vol- when you see fastboot screen. Try it with and without USB PC connection.
Try to deplete your battery. It works in other devices as after charging again, boot.img behaves differently. Don't ask me why, but if the phone charges as it is, no harm in trying.
Wipe all partitions - Dalvik, cache, data, internal storage and system. And then install a custom ROM from sdcard or USB-OTG. You can access H7 content from PC, through USB, while in TWRP.
Huawei eRecovery
I got into Huawei eRecovery EMUI, but when I try to "Download latest version and recovery" and connect to wifi it fails:"Getting package info failed". The other options are Reboot and Shutdown. Could this be useful?
Another question how to transfer to sd-card when in twrp. The phone is detected in windows as MTP thingy, but in adb shell no devices is found... I'm too noob for this.
Got into fastboot mode, and flashed all the imgs except system.img where I get error "cannot load"... Got the ADB drivers now, but still adb shell finds no devices. It appears that my TWRP is gone, and instead I get Huawei eRecovery. So my problem now is that I dont get system.img flashed, still stuck at honor-logo, and can't push files with adb, I get "no devices". Any tips?
Got it now, thank you very much! But what's the point in doing the last steps with dload when everything seems to be good?
mosoo said:
I got into Huawei eRecovery EMUI, but when I try to "Download latest version and recovery" and connect to wifi it fails:"Getting package info failed". The other options are Reboot and Shutdown. Could this be useful?
Another question how to transfer to sd-card when in twrp. The phone is detected in windows as MTP thingy, but in adb shell no devices is found... I'm too noob for this.
Got into fastboot mode, and flashed all the imgs except system.img where I get error "cannot load"... Got the ADB drivers now, but still adb shell finds no devices. It appears that my TWRP is gone, and instead I get Huawei eRecovery. So my problem now is that I dont get system.img flashed, still stuck at honor-logo, and can't push files with adb, I get "no devices". Any tips?
Got it now, thank you very much! But what's the point in doing the last steps with dload when everything seems to be good?
Click to expand...
Click to collapse
Please share your solution with others, so that your post can be referred.
Doing a forced updated (dload) gives the absolute assurance you flashed all the partitions correctly with all the *.img compressed files in the update.app file.
mosoo said:
Got it now, thank you very much! But what's the point in doing the last steps with dload when everything seems to be good?
Click to expand...
Click to collapse
When you flash the partitions manually, we are not flashing all of them, only some of them, and some partitions are not in regular img format, so by doing the three button update we can put all the partitions in their respective places.
Another benefit of doing force update is that if you don't know your build number and flashed system.img, cust.img etc of some other build then by doing a force update all the img files of same build are flashed.

Twrp 3.2.1.0 bootloop problem

OK here is my problem I have a rooted Huawei y7 Prime 2018 (LDN-L21).
I made a backup in TWRP 3.2.1.0 and when i rebooted it brought me into a TWRP recovery Bootloop.
I cant go into erecovery or fastboot mode.
And my computer doesnt even reconigse the phone so cant even to adb commands.
I try to put my backup back and it doesnt seem to see the files.
I downloaded a the right stock rom and certain .img files and tried to flash them and get a error unable to mount /system /data /cache and so on so on.
So this is my siituation is::
Stuck in twrp bootloop.
Cant ercovery or fastboot.
Computer wont reconize the phone no more.(so no adb commands).
Cant flash anything due to the mounting error in twrp.
Please help me i I think my os is fine I think.
Im willing to try anything at this point.
PLEASE HELP ME.
Moonlighter
Similar question, hope to get more help .
You can not go into TWRP also?! Or you can go into TWRP and can not reboot to system/erecovery/bootload ?
Problem seems to be /misc partition. If you somehow wipe it (in twrp terminal) or flash recovery without /misc in fstub, MAYBE it would go out of recoveryloop.
Do you have unlocked bootloader with notification screen on boot like "bootloader is unlocked and phone is not trusted.... press Power button to continue..." ? If not, how you bypass it? If yes, you can hold Vol+ for 3 sec to go to eRecovery. Any change to download stock rom to external SDcard to dload folder and to hold Vol- and power on phone?
yes my bootloader is properly unlocked and no still get the loop with stockrom and try do anything in twrp have problems with mounting errors
m00nlight3r said:
yes my bootloader is properly unlocked and no still get the loop with stockrom and try do anything in twrp have problems with mounting errors
Click to expand...
Click to collapse
Where do you find or made twrp for LDN-L21? must be error in fstub or wrong busybox/toybox version.
Did you fastboot flash recovery twrp.img or fastboot flash recovery_ramdisk twrp.img ?!

Mi A3 Fastboot Loop

Hello I'm stuck at fastboot loop with my Mi A3 after flashing TWRP
Here is what I did:
1. unlocked bootloader
2. downloaded TWRP from here: dl. twrp. me/ laurel_sprout/twrp-3.3.1-0-laurel_sprout.img.html (cant post links, sorry)
3. installed it with fastboot flash boot twrp-3.3.1-0-laurel_sprout.img
After that the reboot is always goes into fastboot
I found the advice to change the partition - it was B and I set it to A and it could load the stock recovery, so I tried to flash TWRP again and it went to Fastboot loop again, on both partitions. No I don't know what to do.
command 'fastboot devices' - shows the device.
but I cannot boot into recovery, I tried holding power and volume up buttons many times, it always boots into Fastboot (screen with bunny and robot)
Please help!
Vsider said:
Hello I'm stuck at fastboot loop with my Mi A3 after flashing TWRP
Here is what I did:
1. unlocked bootloader
2. downloaded TWRP from here: dl. twrp. me/ laurel_sprout/twrp-3.3.1-0-laurel_sprout.img.html (cant post links, sorry)
3. installed it with fastboot flash boot twrp-3.3.1-0-laurel_sprout.img
After that the reboot is always goes into fastboot
I found the advice to change the partition - it was B and I set it to A and it could load the stock recovery, so I tried to flash TWRP again and it went to Fastboot loop again, on both partitions. No I don't know what to do.
command 'fastboot devices' - shows the device.
but I cannot boot into recovery, I tried holding power and volume up buttons many times, it always boots into Fastboot (screen with bunny and robot)
Please help!
Click to expand...
Click to collapse
Flash the boot.img of your current firmware version in twrp to both slots and flash twrp installer.zip afterwards then reboot. Now you will be able to boot as normal and have twrp installed also
Vsider said:
Hello I'm stuck at fastboot loop with my Mi A3 after flashing TWRP
Here is what I did:
1. unlocked bootloader
2. downloaded TWRP from here: dl. twrp. me/ laurel_sprout/twrp-3.3.1-0-laurel_sprout.img.html (cant post links, sorry)
3. installed it with fastboot flash boot twrp-3.3.1-0-laurel_sprout.img
After that the reboot is always goes into fastboot
I found the advice to change the partition - it was B and I set it to A and it could load the stock recovery, so I tried to flash TWRP again and it went to Fastboot loop again, on both partitions. No I don't know what to do.
command 'fastboot devices' - shows the device.
but I cannot boot into recovery, I tried holding power and volume up buttons many times, it always boots into Fastboot (screen with bunny and robot)
Please help!
Click to expand...
Click to collapse
Don't use twrp
It'll break userdata partition
Use shrp recovery
For Android 9
https://sourceforge.net/projects/mi...RP_P-v2.2-laurel_sprout-official.img/download
For Android 10
https://sourceforge.net/projects/mi...HR_Q-v2.2-laurel_sprout-official.img/download
Shrp installer Flashable zip after flashing ROM
https://sourceforge.net/projects/mi...ller-v2.2-laurel_sprout-official.zip/download
Rajendran Rasa said:
Don't use twrp
It'll break userdata partition
Use shrp recovery
For Android 9
https://sourceforge.net/projects/mi...RP_P-v2.2-laurel_sprout-official.img/download
For Android 10
https://sourceforge.net/projects/mi...HR_Q-v2.2-laurel_sprout-official.img/download
Shrp installer Flashable zip after flashing ROM
https://sourceforge.net/projects/mi...ller-v2.2-laurel_sprout-official.zip/download
Click to expand...
Click to collapse
TWRP breaks down? ? Man!! Everyone using it.
All the youtubers.
There is a stable twrp for a3

Fatsboot boot bug (phone doesn't boot)

Hello!
Now I have a trouble with my Nokia 7.1.
When I try to boot twrp or another kernel (boot.img) it stuck. I do '"fastboot boot twrp.img" or "fastboot boot boot.img" and my phone frozes on Android One logo.
And if problem with twrp can be solved (first enter "fastboot flash recovery twrp.img" and only than "fastboot boot twrp.img"), problem with boot.img is still relevant.
I noticed, that after "fastboot boot ..." phone restarts into download mode.
My phone is unlocked.
Thank
Hi, before any boot command, you'll need to do that flash recovery counterpart. You can do it on a standard boot image as well, not just TWRP. There's no recovery partition, so, nothing gets flashed. But it somehow allows us to boot our bootable img files.
So,
Code:
fastboot flash recovery boot.img
fastboot boot boot.img
singhnsk said:
Hi, before any boot command, you'll need to do that flash recovery counterpart. You can do it on a standard boot image as well, not just TWRP. There's no recovery partition, so, nothing gets flashed. But it somehow allows us to boot our bootable img files.
So,
Code:
fastboot flash recovery boot.img
fastboot boot boot.img
Click to expand...
Click to collapse
Yes! Thank you.
I recently came to this conclusion, but what is it?
Does it bootloader bug or anything else?
i have similar problems and just started a new request

Categories

Resources