how to flash recovery.img and boot.img throught adb procedure - Huawei Ascend P6, Mate

how to flash recovery.img and boot.img throught adb procedure ?
i want to downgrade my p6 from B708 to B5xx
but i dont now how to flash recovery.img and boot.img throught adb procedure
Please help ?:crying:

Flash recovery
Hi.connect phone to pc with USB debugging on.settings>developer options>usb debugging
no use this commands:
adb reboot bootloader> phone restarts in fastboot mode.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot.

problem !!!
Hooshang said:
Hi.connect phone to pc with USB debugging on.settings>developer options>usb debugging
no use this commands:
adb reboot bootloader> phone restarts in fastboot mode.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot.
Click to expand...
Click to collapse
I do that and now my P6 is stuck on huawei logo
Please Help !!!

fastboot reboot
Sent from my HUAWEI P6-U06 using XDA app

help me , my phone no connect fastbot

Related

Is there fastboot/bootloader for this device

I try to adb reboot fastboot but not effect
someone know how can I get fastboot mode?
uprom via fastboot is more convinient than recovery (especial when up some tiny rom like boot.img, recovery.img itself)

[ZE550ML] ZE550ml "continue the fastboot process" prompt in fastboot,can't boot into

[ZE550ML] ZE550ml "continue the fastboot process" prompt in fastboot,can't boot into
Hi to all,
i would go to stock rom, but after step 3 i don't able to flash the firmware.
I followed this sequence:
1.) fastboot flash recovery (name of recovery).img
2.) fastboot flash boot boot.img
3.) fastboot flash fastboot droidboot.img
the boot.img and droidboot.img being extracted from the stock rom itself.
But after flashing, it shows "continue the fastboot process" in blue and selecting recovery option reboots the phone and brings it back to fastboot.
I CAN ACCESS FASTBOOT MODE,MY DEVICE IS RECOGNIZED BY MY PC.
But there is no recovery.
Kindly suggest what to do in relevance to my post
go to following thread see section flash firmware without AFT.. flash raw firmware with commands
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
I used this
fastboot flash fastboot droidboot.img
fastboot flash ifwi ifwi_ann_a0-mofd_v1-ze551ml.bin
fastboot flash recovery recovery.img
fastboot format system
fastboot flash system system.img
fastboot flash boot boot.img
fastboot reboot
it worked many times, while I was trying to fix Imei problem
sukhwant717 said:
go to following thread see section flash firmware without AFT.. flash raw firmware with commands
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
Click to expand...
Click to collapse
Thank you! You save me!
I follow instruction of Flashing Firmware Without AFT and now work fine!
You are great!
Very nice!
Bax92 said:
Thank you! You save me!
I follow instruction of Flashing Firmware Without AFT and now work fine!
You are great!
Very nice!
Click to expand...
Click to collapse
good to know it was helpful

I can not flashing original ROM

Hi, I am trying to use the original rom with Adb, but why does the phone become bootloop after this code?
adb kill-server
adb start-server
fastboot flash boot boot.img
fastboot flash fastboot droidboot.img
--->fastboot flash recovery recovery.img this code
fastboot reboot-bootloader
It won't boot into the bootloader now?
Sent from my ASUS_Z00A using Tapatalk

Unable to boot img in bootloader

Hello whenever i try to use the fastboot boot twrp.img command on adb the img wont load it gets stuck on the fastboot logo.
Try
fastboot flash recovery twrp.img
elwholo said:
Hello whenever i try to use the fastboot boot twrp.img command on adb the img wont load it gets stuck on the fastboot logo.
Click to expand...
Click to collapse
Rename ur boot image file to twrp.img
And then in adb type
1. fastboot devices (see if you are connected or not... If connected type 2nd command)
2. fastboot flash recovery twrp.img
After that by using power up button navigate to RECOVERY MOD and press power key
DONE
U will be running twrp recovery
flash magisk via recovery to maintain root
Enjoy

Question Root OXYGEN OS 13 MT2111_11_F.11 ?

Is there any way we can root MT2111_11_F.11 because for me fastboot appears to be missing as when i try volume down and power it just keeps on restarting after a see the fastboot screen for 0.01secs.
I tried using adb reboot bootloader as well but didn't work.
You should use adb reboot fastboot instead. Note that this mode doesn't allow to unlock bootloader if it is locked. But if bootloader was unlocked earlier, you may use flash command to flash patched boot.img
Code:
fastboot flash boot boot.img
go to github magisk, get apk install it on your phone, download your Full OTA, extract it via payload.bin extractor and take out boot.img then patch boot.img using magisk and do fastboot flash boot magiskpatchedboot.img
Original boot.img for oos f11 to patch
penguinus said:
You should use adb reboot fastboot instead. Note that this mode doesn't allow to unlock bootloader if it is locked. But if bootloader was unlocked earlier, you may use flash command to flash patched boot.img
Code:
fastboot flash boot boot.img
Click to expand...
Click to collapse
Button combination = Fastboot Logo flashes for a split second, Phone instantly restarts to system, no access to bootloader therefore impossible to use flash commands
adb from system > reboot to bootloader = exact same as above.
Not bootloader, but userspace fastboot (fastbootd) mode. The command is
Code:
adb reboot fastboot

Categories

Resources