How to EMUI8 to EMUI5 on Hi6250 - P8 Lite (2017) Discussion

Today,I will show you how to downgrade any hi6250 devices running emui8 to emui5
Requirements
1.nocheck.img
2.emui5 update files for your devices(1.6GB file and 0.5GB one)
3.nocheck.img for oreo (https://forum.xda-developers.com/p8...ry-recoveryoreonocheck-install-t3777974/page4 )
4.twrp for emui8 & emui5(https://forum.xda-developers.com/p8...nt/recovery-twrp-huawei-p8-lite-2017-t3591762)
Methods
1.Copy update files to root directory of SDcard.
2.Unlock bootloader.(Attention!After do it,devices are going to do factory reset!)
3.Flash TWRP to recovery_ramdisk(not recovery).
4.Reboot to TWRP,go to terminal and run these commands.
echo --update_package=/sdcard/update.zip > /cache/recovery/command
reboot bootloader
5.After reboot to bootloader,flash oreo nocheck recovery to recovery_ramdisk.
6.Reboot to recovery and devices will run update process.
7.After that,unlock bootloader again and flash twrp for emui5 to recovery(not recovery_ramdisk).
8.Reboot to twrp and flash 500MB update file such as 4.5.6(but,don't flash recovery images to recovery_ramdisk).
9.After that,unlock and relock bootloader,connect your devices to PC and run update by using Hisuite on PC.
10.Reset your phone.
11.That's all!

Related

TWRP 3.0.2 for Acer Predator 8 ported by Ruben.

IMPORTANT NOTE ABOUT ROOTING:
After flashing TWRP 3.0.2, use the SuperSU 2.46 flashable zip, do NOT use latest version or will result in a bootloop. Good Luck and have fun with rooting.
REQUIREMENTS
1- Unlocked Bootloader (search on google if you dont know how to unlock)
2- Drivers and Adb/Fastboot commands knowledge
--------------------------------------------------------------------------------------------------------------------------------
New TWRP bugfix update! Now you can flash stock rom on TWRP without bricking! Download Page updated!
Bugs:
1- adb shell command needs to be sent before system partition is mounted or it will give an error, after doing adb shell you can mount system and do all the modifications you need.
2- You cant flash any img on twrp it gives an error, im trying to fix.
3- Backups do work, but everytime twrp restarts, the serial number folder seems to change (which means that on /TWRP/BACKUPS/serialnumber/backupsinside/ changes every reboot so you have to go get the backup inside the old serialnumber folder and put on the new serialnumber folder).
Im leaving an unsecured boot image because system does not boot android if anything seems changed. So please if system does not boot after flashing twrp/rooting, flash the unsecured boot img on fastboot
Steps to Install TWRP and root
1. Download and extrct the files: https : // drive. google . com/file/d/0BxzG5iupOOSKNTdlRC1Wd0VmTlk/view
2. Power off the tablet.
3. Enter fastboot mode by pressing the power button while holding down Vol -
4. Open up command prompt and navigate to the directory where fastboot.exe is located.
5. Pass the following commands:
fastboot flash boot unsecuredboot.img
fastboot flash recovery TWRP.img
6. Reboot into recovery (TWRP) and install SuperSU v2.46.zip ---
Continuation 6. Step by Step of Step 6 since people seem to have been running into issues with it:
After rebooting to TWRP and having SuperSU.zip in the tablet storage. Go on Install tab and press the supersu file and install/flash it then reboot the device.

TWRP and Root for Android 8.0 Oreo

I flashed the latest Open Beta 25 yesterday and it took me some time to figure out how to properly root that. I was searching for a compatible TWRP for Android Oreo and I stumbled upon one when I was reading through pages and pages of comments from our community.
So, I am writing the steps here with the necessary files so that everyone can find it in one place.
This is not my work. All credits go to the original developers. I am just consolidating the steps I followed here. If I am violating any rules, please feel free to close this thread.
Credits:
 @akhilnarang for Modified TWRP 
 @Chainfire For SuperSU
Necessary Downloads:
Oreo Compatible TWRP: https://drive.google.com/open?id=0B46mMEeAPSYGd3dBbzJhMWJUVE0
SuperSU Zip: https://drive.google.com/open?id=0B46mMEeAPSYGV1U3c3JSRmF2dWs
Steps to install TWRP and Root:
Note: My phone was encrypted when I tried this.
1. Copy the downloaded SuperSU Zip file to your phone.
2. Copy the TWRP file to the folder where ADB and Fastboot are installed.
3. Turn off your OnePlus 3/3T. Boot your OnePlus 3/3T into Fasboot mode > Press and hold the Volume Up Button + Power Button.
4. Connect your phone to your PC via USB Cable.
5. Open a command window on the folder where ADB and Fastboot are installed. Go to the folder where ADB and Fastboot are installed. Hold down Shift Key > Right Click on the empty space > Choose ‘Open CMD Here’.
6. Execute the below command in the command window to see if your device is properly connected:
Code:
fastboot devices
7. Make sure the TWRP file is in the ADB folder. Execute the below command to install TWRP on your OnePlus 3/3T running Android Oreo:
Code:
fastboot flash recovery TWRP-Oreo-OnePlus-3-3T.img
Do not restart your device upon installation. The procedure is not yet over.
8. Assuming you are now in Fastboot Mode, use the volume buttons and choose ‘Recovery Mode’ and then press the power button to enter TWRP Recovery.
9. Once you are in TWRP > Tap on ‘Install’ > Choose the SuperSU Zip file which you have downloaded from above > Swipe right to flash.
10. Reboot your device.
Let me know if you have any questions/doubts!
Source
If you have other TWRP already installed, any reason not just to install the compatible one by flashing image of compatible one using that?
gmlogan said:
If you have other TWRP already installed, any reason not just to install the compatible one by flashing image of compatible one using that?
Click to expand...
Click to collapse
We should be able to install twrp without connecting to pc if we already have twrp
gmlogan said:
If you have other TWRP already installed, any reason not just to install the compatible one by flashing image of compatible one using that?
Click to expand...
Click to collapse
You could do that. Shouldn't be an issue, I guess. The above steps are just what I followed.
Yes, but isn't Oreo package replacing TWRP with OnePlus recovery?
Sent from my OnePlus3 using XDA Labs
Unn113 said:
Yes, but isn't Oreo package replacing TWRP with OnePlus recovery?
Sent from my OnePlus3 using XDA Labs
Click to expand...
Click to collapse
Install the recovery img in TWRP again after the zip. Reboot to recovery to confirm it didn't overwrite TWRP
liam_davenport said:
Install the recovery img in TWRP again after the zip. Reboot to recovery to confirm it didn't overwrite TWRP
Click to expand...
Click to collapse
No, what he says is that, once you install the Oreo Update Zip from TWRP it will be replaced with TWRP. I guess we could avoid this by immediately flashing the TWRP Zip soon after flashing the Oreo Zip.
dreams.sri said:
No, what he says is that, once you install the Oreo Update Zip from TWRP it will be replaced with TWRP. I guess we could avoid this by immediately flashing the TWRP Zip soon after flashing the Oreo Zip.
Click to expand...
Click to collapse
He means stock Oreo zip. If you flash OnePlus stock rom in TWRP and don't reflash TWRP stock zip replaces it with OnePlus recovery
Got error 7 while trying to install official Oreo beta from TWRP. Maybe a recovery issue not sure. I needed to flash last N beta and update from settings to Oreo beta
Its only possible with oneplus recovery. Trust me.
articblaster7 said:
Its only possible with oneplus recovery. Trust me.
Click to expand...
Click to collapse
OK, but after you have flashed Orea Beat with their recovery will it run OK with Twrp for backups and rooting etc
I dont have time to test right now. But i'm sure to Will vê possible now or in a near future
mauk said:
Got error 7 while trying to install official Oreo beta from TWRP. Maybe a recovery issue not sure. I needed to flash last N beta and update from settings to Oreo beta
Click to expand...
Click to collapse
You could download the Stock Oxygen OS Recovery and fastboot flash the recovery > Go to Stock Recovery > Go to 'Install from ADB' > Connect phone to PC > Sideload the update Zip > Boot into OREO > Reboot to Fastboot > Flash TWRP > Flash SuperSU. Will hardly take 15 mins.
liam_davenport said:
He means stock Oreo zip. If you flash OnePlus stock rom in TWRP and don't reflash TWRP stock zip replaces it with OnePlus recovery
Click to expand...
Click to collapse
True that, agreed!:good:
dreams.sri said:
True that, agreed!:good:
Click to expand...
Click to collapse
so the process is
1) Flash oreo compatible recovery
2) Flash Rom
3) Flash TWRP recovery
4)Flash root
manishdev said:
so the process is
1) Flash oreo compatible recovery
2) Flash Rom
3) Flash TWRP recovery
4)Flash root
Click to expand...
Click to collapse
1. Flash Stock Recovery.
2. Sideload Oreo Zip
3. Flash Oreo Compatible TWRP
4. Flash SuperSU
manishdev said:
so the process is
1) Flash oreo compatible recovery
2) Flash Rom
3) Flash TWRP recovery
4)Flash root
Click to expand...
Click to collapse
Yes. It's ok like you write.
Hi Guys,
I faced below issue while flashing Oreo beta update on oneplus 3 using twrp.
Details:
TWRP: 3.1.1.2
Rooted: Magisk v14.0
Do I need to unroot and uninstall twrp before updating?
TWRP:
OnePlus3Oxygen_16_OTA_035_all_1710131629_83503ca929ca4b82.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
selinux_android_file_context: Error getting file context handle (No such file or directory)
Warning: No file_contextsscript aborted: E3004: This package is for "OnePlus 3" devices; this is a "".
E3004: This package is for "OnePlus 3" devices; this is a "".error: 3004
Updater process ended with ERROR: 7
I:Legacy property environment disabled.
I:Install took 0 second(s).
Error installing zip file '/sdcard/TWRP/OnePlus3Oxygen_16_OTA_035_all_1710131629_83503ca929ca4b82.zip'
Updating partition details...
Iata backup size is 8093MB, free: 37507MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
SuperSU not Working
dreams.sri said:
I flashed the latest Open Beta 25 yesterday and it took me some time to figure out how to properly root that. I was searching for a compatible TWRP for Android Oreo and I stumbled upon one when I was reading through pages and pages of comments from our community.
So, I am writing the steps here with the necessary files so that everyone can find it in one place.
This is not my work. All credits go to the original developers. I am just consolidating the steps I followed here. If I am violating any rules, please feel free to close this thread.
Credits:
@akhilnarang for Modified TWRP
@Chainfire For SuperSU
Necessary Downloads:
Oreo Compatible TWRP: https://drive.google.com/open?id=0B46mMEeAPSYGd3dBbzJhMWJUVE0
SuperSU Zip: https://drive.google.com/open?id=0B46mMEeAPSYGV1U3c3JSRmF2dWs
Steps to install TWRP and Root:
Note: My phone was encrypted when I tried this.
1. Copy the downloaded SuperSU Zip file to your phone.
2. Copy the TWRP file to the folder where ADB and Fastboot are installed.
3. Turn off your OnePlus 3/3T. Boot your OnePlus 3/3T into Fasboot mode > Press and hold the Volume Up Button + Power Button.
4. Connect your phone to your PC via USB Cable.
5. Open a command window on the folder where ADB and Fastboot are installed. Go to the folder where ADB and Fastboot are installed. Hold down Shift Key > Right Click on the empty space > Choose ‘Open CMD Here’.
6. Execute the below command in the command window to see if your device is properly connected:
Code:
fastboot devices
7. Make sure the TWRP file is in the ADB folder. Execute the below command to install TWRP on your OnePlus 3/3T running Android Oreo:
Code:
fastboot flash recovery TWRP-Oreo-OnePlus-3-3T.img
Do not restart your device upon installation. The procedure is not yet over.
8. Assuming you are now in Fastboot Mode, use the volume buttons and choose ‘Recovery Mode’ and then press the power button to enter TWRP Recovery.
9. Once you are in TWRP > Tap on ‘Install’ > Choose the SuperSU Zip file which you have downloaded from above > Swipe right to flash.
10. Reboot your device.
Let me know if you have any questions/doubts!
Source
Click to expand...
Click to collapse
hello, i followed all the steps but for some reason, my phone is stuck in boot loop. everything is normal untill i see my lockscreen,but as soon as i try to unlock or even press powerbutton , the phone restarts again everytime.
Will the same steps work for magisk?

[GUIDE] Flash Stock Huawei Firmwares - PRA-LX1

Warning: Use this at your own risk. I’m not responsible for any damages that may happen due to using this guide.
Prerequisites:
Having the bootloader unlocked
Having a custom recovery already installed
Having a working adb/fastboot environment on your PC
Know how to use Huawei Firmware Finder
Having a backup of all your important data (this guide wipe data/factory reset)
Having a MicroSD card
Having the battery fully charged
Download firmware files:
Use Huawei Firmware Finder to download the "FullOTA-MF" firmware files - you will need all 3 zip files:
update.zip
update_data_full_public.zip
update_full_PRA-xxx_hw_eu.zip
Download the no check recovery:
Go to PRA Recoveries and download the no check recovery image appropriate for your current ‎EMUI version
Prepare MicroSD card:
Move all the previously downloaded files to the MicroSD card and rename them according to this:
RecoveryNoCheck.img
update.zip
update_all_hw.zip
update_data_public.zip
Do a factory reset (Optional but recommended):
Remove google account (because frp)
Boot to the stock recovery by running this command: adb reboot recovery
Wipe data/factory reset
Wipe cache partition
Reboot system now
Enter simcard pin and power off the phone by pressing power button and choose power off
Install Firmware:
Insert MicroSD card into the phone and start it into recovery mode by pressing vol up + power key (make sure you have no usb devices connected to your phone)
You should boot into the your custom recovery, now you open a new terminal in your computer and run the following commands:
adb shell
echo --update_package=/sdcard/update.zip > /cache/recovery/command
echo --update_package=/sdcard/update_data_public.zip >> /cache/recovery/command
echo --update_package=/sdcard/update_all_hw.zip >> /cache/recovery/command
After that flash the RecoveryNoCheck.img using your custom recovery
Then go back to your computer terminal and run this command: reboot recovery
Congratulations if everything went good you should have the new firmware installed on your device
Credits:
If this guide was helpful to you please consider to make a donation to Team MT for Huawei Firmware Finder
Finally a complete and well written guide. Will try in a few hours, thanks mate
thank you
Phone is dead
do we always have to flash HuRUpdater.zip to install other firmwares? and is the main use for this, is so that we dont have to flash correct oeminfo to install other firmwares that need rebranding? does it replace eRecovery?
Having a custom recovery (with running oeminfo_nvm_server service) image
Click to expand...
Click to collapse
latest custom recoveries that have the additional options (oeminfo, vendor, cust, etc..) for installation?
Install Firmware:
Insert MicroSD card into the phone and start it into recovery mode by pressing vol up + power key (make sure you have no usb devices connected to your phone)
You should boot into the your custom recovery now you just need to select the HuRUpdater.zip and flash it
After the installation process reboot system and you are done
Congratulations if everything went good you should have the new firmware installed on your device
Click to expand...
Click to collapse
so just place on the same folder and does it scan where the firmware is then auto installs it? Or there will be a prompt screen for options?
It only works with Android 8.0.Oreo
Trying Android 7.0 nougat does not help.
How to use with Android 7.0?
And I still need firmware Android 7.0 that is available.
I Device emui 5.1 android 7.0 huawei nova 2i - RNE-L22C636B142
:laugh::laugh::laugh::laugh:
eifeldragon said:
thank you
Phone is dead
Click to expand...
Click to collapse
hhahahahahahahaahah

[Tutorial] Force Update EMUI 8 Oreo manually to the latest build on P8 Lite 2017

Update: You can flash B370 released on (July 12 2018) too, tested and successfully updated from B366 to B370, this update includes July 2018 security patches
Hey everyone, in this guide you can update to the latest build of EMUI 8 by using the Nocheck Recovery, I know that you can update it by using HuRUpdater, but this guide is for flashing from the Nocheck Recovery
ATTENTION: THIS GUIDE IS ONLY FOR DEVICES ALREADY RUNNING EMUI 8, DO NOT TRY THIS ON EMUI 5 OTHERWISE YOU WILL GET INTO ERROR MODE (!!!)
I'm not responsible for any bricks, this has been tested to work to update from B322 to B364, It should work for future builds too
In this tutorial I will show you how to update to the latest build of EMUI 8 by using TWRP and the nocheck recovery, with my guide I successfully updated from B322 to B364
Requirements:
> Nocheck recovery - Link: https://forum.xda-developers.com/p8...recovery-recoveryoreonocheck-install-t3777974
> TWRP (Use the one by Dil3mm4) - Link: https://forum.xda-developers.com/p8...lopment/unofficial-twrp-3-2-1-0-oreo-t3773970
> Minimal ADB and Fastboot - Link: https://forum.xda-developers.com/showthread.php?t=2317790
You need to have both the Bootloader and FRP Unlocked
Step 1: Go here: http://pro-teammt.ru/firmware-database/?firmware_model=pra-lx1c432&firmware_page=0 , Download the one that says FullOTA-MF (B365 for single sim devices and B370 for dual sim devices) and download update.zip, update_data_full_public.zip & update_full_PRA-L31-hw_eu.zip
make sure you don't download the one that says FullOTA-MF-PV since that one is for updating from EMUI 5
Step 2: After downloading, you should get an "update.zip", "update_data_full_public.zip" and "update_full_PRA-L31-hw_eu.zip" packages, copy the files to the EXTERNAL SD Card (Don't copy to the internal as it won't work)
Step 3: Download the NoCheck Recovery from the link and copy to the EXTERNAL SD Card
Step 4: Download TWRP from the link and copy into the same folder that you installed ADB
Step 5: Connect your phone from the PC and boot into fastboot mode (Power button + Volume Down)
Step 6: Now launch ADB (I recommend using Minimal ADB and Fastboot), and run this command to flash TWRP
fastboot flash recovery_ramdisk nameoftherecovery.img
( in this case the latest recovery name is recovery_1105.img )
Step 7: Reboot your device by holding the power button and let it power on
(Note: Make sure you remove Google accounts, Fingerprint and the Password unlock before updating to avoid any issues)
Step 8: Now, reboot into TWRP by holding the Power button + Volume Up
Step 9: In the TWRP Menu, go to Install > Select Storage > Micro SD Card > Install Image and find the NoCheck Recovery that you copied into the EXTERNAL SD Card, flash it to the recovery_ramdisk partition
Step 10: Now go back to the main TWRP Menu and go to Advanced > Terminal and type this
echo --update_package=/sdcard/update.zip > /cache/recovery/command
and then Enter
After that, type reboot recovery into the Terminal of TWRP
Step 11: Your phone will reboot to the NoCheck Recovery and install the update, and reboot automatically once the update is finished
Step 12: Congrats, you just successfully updated to the Latest EMUI 8 build​
(Note: If your build number is still the same as before updating, flash update_data_full_public.zip & update_full_PRA-L31-hw_eu.zip)
In this case you should do this
Step 13: After it booted, Reboot your phone again to fastboot mode by pressing Power button + Volume Down and launch ADB, and run this command to flash TWRP again
fastboot flash recovery_ramdisk nameoftherecovery.img
( in this case the latest recovery name is recovery_1105.img )
Step 14: Reboot your device by holding the power button and let it power on
(Note: Make sure you remove Google accounts, Fingerprint and the Password unlock before updating to avoid any issues)
Step 15: Now, reboot into TWRP by holding the Power button + Volume Up
Step 16: In the TWRP Menu, go to Install > Select Storage > Micro SD Card > Install Image and find the NoCheck Recovery that you copied into the EXTERNAL SD Card, flash it to the recovery_ramdisk partition
Step 17: Now go back to the main TWRP Menu and go to Advanced > Terminal and type this
echo --update_package=/sdcard/update_data_full_public.zip > /cache/recovery/command
and then Enter
After that, type reboot recovery into the Terminal of TWRP
Step 18: Your phone will reboot to the NoCheck Recovery and install the update, and reboot automatically once the update is finished
Step 19: After it booted, Reboot your phone again to fastboot mode by pressing Power button + Volume Down and launch ADB, and run this command to flash TWRP again
fastboot flash recovery_ramdisk nameoftherecovery.img
( in this case the latest recovery name is recovery_1105.img )
Step 20: Reboot your device by holding the power button and let it power on
(Note: Make sure you remove Google accounts, Fingerprint and the Password unlock before updating to avoid any issues)
Step 21: Now, reboot into TWRP by holding the Power button + Volume Up
Step 22: In the TWRP Menu, go to Install > Select Storage > Micro SD Card > Install Image and find the NoCheck Recovery that you copied into the EXTERNAL SD Card, flash it to the recovery_ramdisk partition
Step 23: Now go back to the main TWRP Menu and go to Advanced > Terminal and type this
echo --update_package=/sdcard/update_full_PRA-L31_hw_eu.zip > /cache/recovery/command
and then Enter
After that, type reboot recovery into the Terminal of TWRP
Step 24: Your phone will reboot to the NoCheck Recovery and install the update, and reboot automatically once the update is finished
Step 25: Now you should get the full installation of EMUI 8
joaoj1999 said:
Hey everyone, in this guide you can update to the latest build of EMUI 8
ATTENTION: THIS GUIDE IS ONLY FOR DEVICES ALREADY RUNNING EMUI 8, DO NOT TRY THIS ON EMUI 5 OTHERWISE YOU WILL GET INTO ERROR MODE (!!!)
In this tutorial I will show you how to update to the latest build of EMUI 8 by using TWRP and the nocheck recovery, with my guide I successfully updated from B322 to B364
Requirements:
> Nocheck recovery - Link: https://forum.xda-developers.com/p8...recovery-recoveryoreonocheck-install-t3777974
> TWRP (Use the one by Dil3mm4) - Link: https://forum.xda-developers.com/p8...lopment/unofficial-twrp-3-2-1-0-oreo-t3773970
> Minimal ADB and Fastboot - Link: https://forum.xda-developers.com/showthread.php?t=2317790
You need to have both the Bootloader and FRP Unlocked
Step 1: Go here: http://pro-teammt.ru/firmware-database/?firmware_model=pra-lx1c432&firmware_page=0 , Download the one that says FullOTA-MF (B363 for single sim devices and B364 for dual sim devices), make sure you don't download the one that says FullOTA-MF-PV since that one is for updating from EMUI 5
Step 2: After downloading, you should get an "update.zip" package, copy the file to the EXTERNAL SD Card (Don't copy to the internal as it won't work)
Step 3: Download the NoCheck Recovery from the link and copy to the EXTERNAL SD Card
Step 4: Download TWRP from the link and copy into the same folder that you installed ADB
Step 5: Connect your phone from the PC and boot into fastboot mode (Power button + Volume Down)
Step 6: Now launch ADB (I recommend using Minimal ADB and Fastboot), and run this command to flash TWRP
fastboot flash recovery_ramdisk nameoftherecovery.img
( in this case the latest recovery name is recovery_1105.img )
Step 7: Reboot your device by holding the power button and let it power on
(Note: Make sure you remove Google accounts, Fingerprint and the Password unlock before updating to avoid any issues)
Step 8: Now, reboot into TWRP by holding the Power button + Volume Up
Step 9: In the TWRP Menu, go to Install > Select Storage > Micro SD Card > Install Image and find the NoCheck Recovery that you copied into the EXTERNAL SD Card, flash it to the recovery_ramdisk partition
Step 10: Now go back to the main TWRP Menu and go to Advanced > Terminal and type this
echo --update_package=/sdcard/update.zip > /cache/recovery/command
and then Enter
After that, type reboot recovery into the Terminal of TWRP
Step 11: Your phone will reboot to the NoCheck Recovery and install the update, and reboot automatically once the update is finished
Step 12: Congrats, you just successfully updated to the Latest EMUI 8 build​
Click to expand...
Click to collapse
when i go to system update it still showing b322 not b364
player98343 said:
when i go to system update it still showing b322 not b364
Click to expand...
Click to collapse
I forgot, you need to also flash update_data_full_public.zip and update_full_PRA-L31_hw_eu.zip (update_full_PRA-L11_hw_eu.zip if you are on a single SIM device)
To do this, you need to repeat the same steps starting from Step 6, the only difference is that the terminal commands are different
in this case, Step 10 will be like this
echo --update_package=/sdcard/update_data_full_public.zip > /cache/recovery/command
echo --update_package=/sdcard/update_full_PRA-L31-hw_eu.zip > /cache/recovery/command
Obviously, to flash these you need to reflash TWRP and then Nocheck Recovery to execute the terminal commands from TWRP
EDIT: I updated the tutorial, try it now
joaoj1999 said:
I forgot, you need to also flash update_data_public.zip and update_full_pra-l31_hw_eu.zip (update_full_pra-l11_hw_eu.zip if you are on a single SIM device)
To do this, you need to repeat the same steps starting from Step 6, the only difference is that the terminal commands are different
in this case, Step 10 will be like this
echo --update_package=/sdcard/update_data_public.zip > /cache/recovery/command
echo --update_package=/sdcard/update_full_pra-l31-hw_eu.zip > /cache/recovery/command
Obviously, to flash these you need to reflash TWRP and then Nocheck Recovery to execute the terminal commands from TWRP
EDIT: I updated the tutorial, try it now
Click to expand...
Click to collapse
hurupdater also works no neeed for terminal commands
player98343 said:
hurupdater also works no neeed for terminal commands
Click to expand...
Click to collapse
Is it reliable?, and does it relock Bootloader or FRP after the update?
I don't wanna risk bricking my device
joaoj1999 said:
Is it reliable?, and does it relock Bootloader or FRP after the update?
I don't wanna risk bricking my device
Click to expand...
Click to collapse
no it wont lock bootloader and frp
edit: remember to factory reset after flashing
player98343 said:
no it wont lock bootloader and frp
edit: remember to factory reset after flashing
Click to expand...
Click to collapse
Thanks, but why do I need to do an factory reset?
Also, there's B366 now released today on Firmware Finder, I'm currently installing the update
EDIT: I flashed all 3 zips of B366 from Nocheck Recovery and it worked just fine, I didn't do an factory reset
joaoj1999 said:
Thanks, but why do I need to do an factory reset?
Also, there's B366 now released today on Firmware Finder, I'm currently installing the update
EDIT: I flashed all 3 zips of B366 from Nocheck Recovery and it worked just fine, I didn't do an factory reset
Click to expand...
Click to collapse
cause it wont boot if you wont factory reset.
Edit:whats new on b366?
player98343 said:
cause it wont boot if you wont factory reset.
Edit:whats new on b366?
Click to expand...
Click to collapse
I successfully updated from B364 to B366 by flashing the zip files one by one via Nocheck Recovery without any issues, no need to do an factory reset
And this is what the changelog of B366
This update improves system security with Google security patches.
[Call]
Optimizes VoLTE feature for a better calling experience.
[Security]
Integrates Google security patches released in Jun 2018 for improved system security
joaoj1999 said:
I successfully updated from B364 to B366 by flashing the zip files one by one via Nocheck Recovery without any issues, no need to do an factory reset
And this is what the changelog of B366
This update improves system security with Google security patches.
[Call]
Optimizes VoLTE feature for a better calling experience.
[Security]
Integrates Google security patches released in Jun 2018 for improved system security
Click to expand...
Click to collapse
did the echo command relocked the bootloader?
player98343 said:
did the echo command relocked the bootloader?
Click to expand...
Click to collapse
Nope, bootloader always remained unlocked for me after executing the commands
joaoj1999 said:
Nope, bootloader always remained unlocked
Click to expand...
Click to collapse
i guess the only way is to use hisuite lol
joaoj1999 said:
Nope, bootloader always remained unlocked for me after executing the commands
Click to expand...
Click to collapse
Hi Joaoj1999,
Do you have the fingerprint sensor option available on your B370 firmware? i have the B372 Stock Rom (dual sim version) but no fingerprint option...
thanks
jose
lanzinha said:
Hi Joaoj1999,
Do you have the fingerprint sensor option available on your B370 firmware? i have the B372 Stock Rom (dual sim version) but no fingerprint option...
thanks
jose
Click to expand...
Click to collapse
Did you deleted the fingerprint before manually updating like I said on my tutorial?, also I'm on B370 right now and I have the fingerprint option working
joaoj1999 said:
Did you deleted the fingerprint before manually updating like I said on my tutorial?, also I'm on B370 right now and I have the fingerprint option working
Click to expand...
Click to collapse
HI joao,
I think not, but i never used the fingerprint before, so i think the dual sim oeminfo.img i used must be from an USA phone, can you send me a copy of your oeminfo.img (dual sim version)?
thanks for the help))
jose

Unbrick and Upgrade Huawei P10 Plus (Android 8) Manually

Requirements:
1- Download Your Huawei P10 Plus [Approved Bricked Full OTA Firmware] files (update.zip , update_full_VKY-L09/L29_hw_*.zip , update_data_full_public.zip) from pro-teammt.ru/firmware-database
2- Download HWOTA8 Package [37 MB] from drive.google.com/open?id=0B2D9GdWntw69U3N2aDEzZjY2S1E
3- Download adb/fastboot Package (minimal_adb_fastboot_1.4.3_portable.zip) [1 MB] from androidfilehost.com/?fid=962187416754459552
Instructions :
4- Etract Packages in Num 2 and 3 and move extracted files to same folder.
5- Rename Firmware Files to : { update_full_VKY-L09/L29_hw_*.zip to update_all_hw.zip / & / update_full_data_public.zip to update_data_public.zip }.
6- Create "HWOTA8" folder in sdcard and Put hwota8_update.zip , MHA_RECOVERY8_NoCheck.img, and three Huawei update package RENAMED {update.zip , update_all_hw.zip , update_data_public} files in it.
7- Boot Device in Fastboot Mode .(You need to unlock the bootloader of Huawei P10 Plus first, Skip it if you already had it unlocked.)
8- Flashing TWRP Recovery with fastboot command ([fastboot flash recovery_ramdisk TWRP8_3.0.3.img] and after that [fastboot reboot]).
9- Disconnect USB cable before phone starting and boot your device into TWRP using Volume Up + Power.
10- Now in TWRP select install and flash hwota8_update.zip via TWRP.
11- Phone Start Updating.
12- Done!
Notice: You must disable OEM unlocking in developer options and relock bootloader to get OTA online updates.
This Method Works For Update Firmware Manually [Firmwares Approved for Installation Models in Firmware Finder App].
I Unbricked my P10 Plus (B.N: B361) with this method and then upgraded it to B363
maysam261 said:
I Unbricked my P10 Plus (B.N: B361) with this method and then upgraded it to B363
Click to expand...
Click to collapse
I got OTA update b364 yesterday after unbriking.

Categories

Resources