I will write down methods to install stock recovery, if your phone is not booting anymore. Perhaps it helps someone.
Key Combinations
VOLUME DOWN + POWER: boot into fastboot mode
VOLUME UP + POWER: boot into recovery
VOLUME UP + VOLUME DOWN + POWER: boot into force update
Unlock bootloader
If your bootloader ist locked. Have a look here to know how to unlock it.
Install using force update
Tools needed:
Install using fastboot
Tools needed:
Key Combinations
VOLUME DOWN + POWER: boot into fastboot mode
VOLUME UP + POWER: boot into recovery
VOLUME UP + VOLUME DOWN + POWER: boot into force update
Unlock bootloader
If your bootloader ist locked. Have a look here to know how to unlock it.
Install using force update
Tools needed:
- a stock rom (e.g. from here)
- twrp recovery (e.g. from here)
- stock recovery
- fastboot (I'm using the version provided with the Android SDK)
- Boot to fastboot: VOLUME DOWN + POWER:
- Flash twrp recovery: fastboot flash recovery twrp.img
- unplug USB cable
- boot into twrp recovery: VOLUME UP + POWER:
- devices internal memory should show up on pc
- copy stock rom to dload/update.app on device
- boot to fastboot: VOLUME DOWN + POWER:
- flash stock recovery: fastboot flash recovery stock.img
- boot to force update: VOLUME UP + VOLUME DOWN + POWER:
- update should be installed.
Install using fastboot
Tools needed:
- a stock rom (e.g. from here)
- Huawei Update Extractor
- fastboot (I'm using the version provided with the Android SDK)
- Use Huawei Update Extractor to open the stock rom (.app) with profile unkown.
- Select BOOT.img, RECOVERY.img, SYSTEM.img and extract them using right-click Extract selected
- put .img files in the same folder as fastboot.
- boot device in fastboot mode: VOLUME DOWN + POWER: and on Pc's commandline navigate to fastboot
- Flash Recovery: fastboot flash recovery RECOVERY.img
- Flash Boot: fastboot flash boot BOOT.img
- Reboot BootLoader: fastboot reboot-bootloader
- Flash System: fastboot flash system SYSTEM.img
- Reboot. Finished.
from xda-developers http://ift.tt/21no8Lh
via IFTTT
No comments:
Post a Comment