I have unlocked my phone.
Then I downloaded twrp-3.4.0-0-vienna.img from twrp.me, and flash it into recovery_ramdisk.
When I press Vol+ to boot twrp, the screen shows :
Code:
ERROR MODE :
Attention !
Please update system again
Error !
Func NO : 11 (recovery image)
Error NO : 2 (load failed)
Please help me
this is the only working version : P9-VIE_EVA-8.0.0-TWRP-v4.img
decryption not working (you can not access data partition)
Related
i reboot recovery, and try to flash a file .zip
from sdcard1 i choose zip and error message :
====================
--installing:/storage/sdcard1/dowload/xperiashare.zip
E:failed to set up expected mounts for install : aborting
E:installation aborted
Press any key to continue.
=====================
Please help me
up
Which recovery is that? name of the recovery.
i have zenfone 4 A400CG(kitkat) always display error facebook, system ui, youtube etc. now i flash with same rom.
on adb folder i type in cmd : fastboot flash boot boot.img(success) but when i type fastboot flash fasboot fastboot.img
"Failed (remote : flash_cmds error !" can u help me ?
flash cmds error solve problem, now i flash error : "fail: no enought DATA space,please free 998 MB at least"
i try flash raw file in SD Download, after that stuck Asus logo. help me...
Please help, my devices after instal rom globe can not enter to recovery mode . .
And try reinstalling it TWRP not responding/unavailable
And try reinstalling TWRP recovery to devices in command ,
Failed ( remote : Failed to load/authenticate boot image : Load Error)
Another method for unbricking EMUI 9 devices. For advanced users (not mentioning links to TWRP, to FullOTA factory images... there are other threads dedicated to that). Tested on Mate 20 Pro.
This method should help when:
1. Device has bootloader unlocked (unusable for locked bootloaders)
2. System fails to boot. HiSuite (HSTool) restore method does not work (fails in stage "Install recovery") nor does DLOAD method work (after VolUp+VolDn+Pwr action system continues booting or ends in 5% Installation and bootloops).
3. Fastboot mode is working
The reason might be wiped/corrupted eRecovery paritition.
Huge credits and thanks to @OldDroid for having educated me about eRecovery and about flashing it.
Steps:
1. Download FullOTA factory image
2. Extract UPDATE. APP file
3. Extract ERECOVERY_KERNE.img, ERECOVERY_RAMDI.img, ERECOVERY_VENDO.img, ERECOVERY_VBMET.img (guide:
OpenKirin - guide to extract partition images)
4. Boot into fastboot
5. Install and boot TWRP (
Code:
fastboot flash recovery_ramdisk twrp.img
)
6. Copy (e.g. via MTP, while connected to the computer) the 4 previously extracted images to internal storage or SD
7. Enter TWRP shell and execute:
Code:
ls -l /dev/block/bootdevice/by-name/
8. Check partition names, in case of Mate 20 Pro they are:
Code:
erecovery_kernel /dev/block/sdd37
erecovery_ramdisk /dev/block/sdd38
erecovery_vbmeta /dev/block/sdd53
erecovery_vendor /dev/block/sdd39
9. Copy the extracted files into corresponding partitions:
Code:
dd if=./ERECOVERY_KERNE.img of=/dev/blck/sdd37
dd if=./ERECOVERY_RAMDI.img of=/dev/blck/sdd38
dd if=./ERECOVERY_VENDO.img of=/dev/blck/sdd39
dd if=./ERECOVERY_VBMET.img of=/dev/blck/sdd53
10. Reboot to fastboot and flash stock recovery via
Code:
fastboot flash recovery_ramdisk stock_recovery.img
Now you should be good to go for DLOAD (recommended for soft-brick recovery) and HSTool methods.
Would this be for Error mode?
func no : 11 (recovery image)
error no : 2 (load failed!)
This error is what happens when I try Dload.
ReyneBow said:
Would this be for Error mode?
func no : 11 (recovery image)
error no : 2 (load failed!)
This error is what happens when I try Dload.
Click to expand...
Click to collapse
Depends on what is actually broken. If the error is caused by a broken eRecovery image, than this could help. I can't tell, the error codes displayed tell me nothing. One can also update eRecovery if it is extracted from a more recent firmware - e.g. EMUI 9.1.
Device: X2 Pro
When I flashed stock rom with twrp, it read:
"Mount: failed to mount / dev / block // bootdevice / by-name / userdata at / data: Device or resource busy"
It's still done, but I need to format data and wipe it to boot, otherwise it will go into twrp.
When flashing magisk file also has the line:
"dtbo image: / dev / block / sde17"
It still completed, but could not be booted up. I have to flash the stock rom to boot again.
I cannot root my device, please help me.
Thanks!