Overview
This is a patched recovery image which bypasses the usual checks performed during a firmware flash, allowing you to flash unapproved OTA firmwares. For example, the latest FullOTA-MF b394:
You can also downgrade without using the b300 rollback package (untested)
Prerequisites
Instructions
Download firmware:
Tips: check for the latest number (102064 for b394) and ensure you have the larger filesize (around 2GB). For example, these are the latest at time of writing b394:
Flash nocheck recovery:
Send commands via ADB
Extras
You can probably Re-Brand to alternative customers too i.e. c636 (Asian region) to c432 (European region). Follow the tutorial here: https://forum.xda-developers.com/honor-8-pro/how-to/oeminfo-c432-t3625886 - you'll need the correct OEMINFO files, this is untested.
Thanks
- Olddroid
- Mankindtw
- Hackslash
- DkiOnline (L09 tester)
- jimz6 (L19 tester)
- LastStandingDroid
XDA:DevDB Information
EVA NoCheck Recovery, Tool/Utility for the Huawei P9
Contributors
Atarii
Version Information
Status: Stable
Created 2017-11-14
Last Updated 2017-11-17
This is a patched recovery image which bypasses the usual checks performed during a firmware flash, allowing you to flash unapproved OTA firmwares. For example, the latest FullOTA-MF b394:
You can also downgrade without using the b300 rollback package (untested)
Prerequisites
- Unlocked bootloader
- Rooted
- Backup your data (flashing may cause bootloader to re-lock or restore factory default etc. - don't blame me if it goes wrong!)
Instructions
Download firmware:
- Use Huawei Firmware Finder (Play Store link) to download the latest firmware files - you will need all 3 zip files:
- update.zip
- update_data_full_public.zip
- update_full_EVA-L09_hw_eu.zip
Tips: check for the latest number (102064 for b394) and ensure you have the larger filesize (around 2GB). For example, these are the latest at time of writing b394:
Flash nocheck recovery:
- Reboot device to fastboot mode (power off fully, hold down volume button and connect USB cable)
- Run the following to flash recovery:
Code:fastboot flash recovery eva_l09b391_nocheckrecovery.img fastboot reboot
Send commands via ADB
- Phone should be booted back to system - connect phone via adb and allow root prompt:
Code:adb shell su - Create HWOTA folder:
Code:mkdir /data/update/HWOTA - Copy firmware to HWOTA folder (replace 102064 below with correct value - this is for b394):
Code:cp /sdcard/HWFF/102064/update* /data/update/HWOTA/ - Paste recovery command:
Code:echo "--update_package=/data/update/HWOTA/update.zip" > /cache/recovery/command echo "--update_package=/data/update/HWOTA/update_data_full_public.zip" >> /cache/recovery/command echo "--update_package=/data/update/HWOTA/update_full_EVA-L09_hw_eu.zip" >> /cache/recovery/command exit - Finally reboot to recovery to start firmware upgrade:
Code:adb reboot recovery - Firmware should install and reboot automatically
Extras
You can probably Re-Brand to alternative customers too i.e. c636 (Asian region) to c432 (European region). Follow the tutorial here: https://forum.xda-developers.com/honor-8-pro/how-to/oeminfo-c432-t3625886 - you'll need the correct OEMINFO files, this is untested.
Thanks
- Olddroid
- Mankindtw
- Hackslash
- DkiOnline (L09 tester)
- jimz6 (L19 tester)
- LastStandingDroid
XDA:DevDB Information
EVA NoCheck Recovery, Tool/Utility for the Huawei P9
Contributors
Atarii
Version Information
Status: Stable
Created 2017-11-14
Last Updated 2017-11-17
Last edited: