mate 9 Oreo - Huawei Mate 9 Questions & Answers

https://romprovider.com/2017/11/update-emui-8-0-huawei-mate-9/
Has anyone tried this method for upgrading to Oreo. I keep getting stuck on step 8. Nothing happens when I press enter at this step.
I boot into TWRP but that is a la far as it gets. I have the three files approved by FF and have renamed them as per instructions but not sure what I might be doing wrong

TheKaptone said:
https://romprovider.com/2017/11/update-emui-8-0-huawei-mate-9/
Has anyone tried this method for upgrading to Oreo. I keep getting stuck on step 8. Nothing happens when I press enter at this step.
I boot into TWRP but that is a la far as it gets. I have the three files approved by FF and have renamed them as per instructions but not sure what I might be doing wrong
Click to expand...
Click to collapse
I see it is for mate 9 pro...! LON=Mate 9 Pro while MHA is regular Mate 9.....!So, be careful....!
This also should be in Q&A section....! Read in Guides section... Everything is there and it is working.....
HWOTA: When on Emui 5 to 8
HWOTA8: When updating fw on Emui8

TheKaptone said:
[/[/url]
Has anyone tried this method for upgrading to Oreo. I keep getting stuck on step 8. Nothing happens when I press enter at this step.
I boot into TWRP but that is a la far as it gets. I have the three files approved by FF and have renamed them as per instructions but not sure what I might be doing wrong
Click to expand...
Click to collapse
i have been struggling the entire day i cant get the cmd to find the directory for the files
i did get the firmware via FF but when trying to install the firmware i get authentication failed

use this for updating Nougat to Oreo: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-update-package-t3593108
this for Oreo to Oreo: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-oreo-update-package-t3699522

ante0 said:
use this for updating Nougat to Oreo: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-update-package-t3593108
this for Oreo to Oreo: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-oreo-update-package-t3699522
Click to expand...
Click to collapse
mha-l09 ?

Related

[GUIDE]Rollback From Oreo

HWOTA won't work with OREO, so we need to rollback manually with ADB.
this guide (more like just code memo) is for people who didn't backuped before update,
or can't go back to B183 directly by any reason (like dead capacitive keys).
What You Need to Read
[STF-L09C432] How to install Oreo on your H9
https://forum.xda-developers.com/honor-9/how-to/stf-l09c432-how-to-install-oreo-h9-t3707729
[GUIDE][REBRAND] Honor 9 [ANY REGION]
https://forum.xda-developers.com/honor-9/how-to/guide-honor-9-t3653719/post75439859#post75439859
What You Need to Download
HWOTA (Windows tool)
Firmware Finder (Windows tool)
ADB and Fastboot (Windows tool)
C432B120 Firmware File
Stock NoCheck Oreo Recovery
What You Need to Have
unlocked bootloader and superuser, ADB.
adb push won't work, so you will need microSD card.
exFAT may not work on some ROMs (like Treble AOSP 8.0), so format it to FAT32.
What You Need to Do
1.
download B432C120 from Windows Version Firmware Finder and rename it (check [REBRAND] Honor 9 Thread).
why B120? bcuz it's the only firmware that leave capacitive keys and flashlights alive.
put them into microSD card root, with NoCheck Oreo Recovery .img (check How to install Oreo Thread).
insert microSD card to your phone and connect the phone to your PC and open ADB.
first of all,
Code:
adb shell
su
let's change recovery with NoCheck one first.
Code:
dd if=/storage/sdcard1/STF_RECOVERY_OREO_NoCheck.img of=/dev/block/bootdevice/by-name/recovery_ramdisk
dd if=/storage/sdcard1/STF_RECOVERY_OREO_NoCheck.img of=/dev/block/bootdevice/by-name/erecovery_ramdisk
note that 'sdcard1' maybe different, like 'E1F2-A123', base on your ROM. It's your sdcard's name.
We'll put Firmware into recovery cache and make stock recovery to flash it.
Code:
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
reboot recovery
note that 'sdcard' is not 'sdcard1', so you don't have to change it to sth like E6F3-A496.
your phone will reboot 2, 3 times and will suggest low level format and download new firmware.
now go to fastboot and unlock the bootloader.
this will do low level format.
2.
now your phone is something like EMUI 8.0 Android 7.0, with broken build number.
do HWOTA (no need to do rebrand, just do firmware flash with update option) with C432B120 we downloaded before.
This will make your phone Stock C432B120.
3.
Let's Go back to B183, the newest Nougat ROM.
download Firmware Finder for Huawei app at Play Store.
choose C432B183 and update it with proxy.
maybe you got 'yet approved' error,
but there are quite numerous C432B183 so check every single one of it.
There is one that is flash-able.
4.
TADA, now you rollbacked your phone.
I think you can also rollback with Hisuite on PC, I did a few times to rollback from beta.
I don't like your guide because :
-You're flashing a B120 firmware which is not to rollback from oreo when there is already a B183 oreo's rollback available for this on FF.
-You have to flash it 2 times to fix your build version issue (maybe because it's not a rollback firmware).
Please note that your step 1 & 2 are the same, you just did hwota manually on step 1.
-You then updated from B120 to B150 when you could have directly updated to B183 not for oreo's rollback on FF.
Sorry.
nednapalm said:
I think you can also rollback with Hisuite on PC, I did a few times to rollback from beta.
Click to expand...
Click to collapse
Never tried that, but it would be much more simple and clear. This Thread will become useless though lol.
oslo83 said:
I don't like your guide because :
-You're flashing a B120 firmware which is not to rollback from oreo when there is already a B183 oreo's rollback available for this on FF.
-You have to flash it 2 times to fix your build version issue (maybe because it's not a rollback firmware).
Please note that your step 1 & 2 are the same, you just did hwota manually on step 1.
-You then updated from B120 to B150 when you could have directly updated to B183 not for oreo's rollback on FF.
Sorry.
Click to expand...
Click to collapse
1. isn't that rollback for beta B321 and disables capacitive keys and Flash lights with B360a?
2. that's the point of this guide, since HWOTA is not properly working with oreo. you can just change the strings inside the hwota.sh if you want to.
3. no you can't jump to B183 directly from B120, shows approve error. any other firmware except B150 shows the error, same to B183 from B150.
Thx for the opinions though.
TASON42 said:
1. isn't that rollback for beta B321 and disables capacitive keys and Flash lights with B360a?
Click to expand...
Click to collapse
Nope, it's a rollback from oreo B3xx.
It's still has to be tested if rolling back from B3xx to B183 mess with capacitives keys.
TASON42 said:
2. that's the point of this guide, since HWOTA is not properly working with oreo. you can just change the strings inside the hwota.sh if you want to.
Click to expand...
Click to collapse
...
TASON42 said:
3. no you can't jump to B183 directly from B120, shows approve error. any other firmware except B150 shows the error, same to B183 from B150.
Click to expand...
Click to collapse
Sorry but you are wrong : by using FF on B120, I can guarantee you that YOU CAN update to approved B183 using the full ota update ( the B183 one that is not to rollback).
TASON42 said:
Thx for the opinions though.
Click to expand...
Click to collapse
You're welcome, I didn't want to let bad guides posted without telling so.
oslo83 said:
Nope, it's a rollback from oreo B3xx.
It's still has to be tested if rolling back from B3xx to B183 mess with capacitives keys.
...
Sorry but you are wrong : by using FF on B120, I can guarantee you that YOU CAN update to approved B183 using the full ota update ( the B183 one that is not to rollback).
You're welcome, I didn't want to let bad guides posted without telling so.
Click to expand...
Click to collapse
With this you can do whatever you think is the only problem that is in Russian. http://4pda.ru/forum/index.php?showt...ost&p=69940847
---------- Post added at 07:53 PM ---------- Previous post was at 07:49 PM ----------
letterio said:
With this you can do whatever you think is the only problem that is in Russian. http://4pda.ru/forum/index.php?showt...ost&p=69940847
Click to expand...
Click to collapse
https://4pda.ru/forum/index.php?showtopic=833645&st=2400#entry69940847
I found out that We do can OTA to B183 directly, so I changed the GUIDE + some minor change.
2. now your phone is something like EMUI 8.0 Android 7.0, with broken build number. d
I didn't get this point. i mean with hwota (link you put in) we have just 2 options. update and rebrand. we have no choice for just flashing. sorry for my bad understanding.
ImHonor said:
I didn't get this point. i mean with hwota (link you put in) we have just 2 options. update and rebrand. we have no choice for just flashing. sorry for my bad understanding.
Click to expand...
Click to collapse
do update.
which version of B183 are we supposed to take? I choose the last one: 116404
but I'm not sure it's the correct one. (changelog tell it's a rollback firmware)
seems the good one is the 111176 (changelog is not about rollback)
Don't follow this outdated OP and thread which were never right in the first place.
For rollback use HiSuite or HuRUpdater.

dload method, no firmware file for Nougat i download is valid!

I need help! I often softbrick my device, but can be fixed by using official 6.0 update.app However updating back to emui 5 takes way too long. But every firmware i download from huawei firmware finder isn't valid for dload for some reason! Help!
Did you already tried with firmwares listed as "FullOTA-MF-PV" available on hwmt.ru site, section firmware database? The Point Version is a firmware that must work while you're executing a dload method flash, the safest usually.
What's your build number? I'll provide a valid firmware to use with dload method.
BLN-L21C432 but i didnt see any MF-PV for b360+ so i dont think there are... that, or i am blind
Use team mt tool extract update.app from firmware and use Huawei extracter to provide required file
Filo 97 said:
BLN-L21C432 but i didnt see any MF-PV for b360+ so i dont think there are... that, or i am blind
Click to expand...
Click to collapse
Yeah, latest is B360, EMUI 5. Dload it and then update regularly to latest build, B371.
RedSkull23 said:
Yeah, latest is B360, EMUI 5. Dload it and then update regularly to latest build, B371.
Click to expand...
Click to collapse
Which of the two .zips?
Filo 97 said:
Which of the two .zips?
Click to expand...
Click to collapse
The biggest one with dload method first of all, then the other two dload too (or flash by TWRP)
TWRP says command unknown, and how am i supposed to flash the second one? (There is no third file) Do i dload big one, then boot to EMUI, then shutdown, extract SD, switch dload folder, and install the second?
Refer to this guide https://forum.xda-developers.com/showpost.php?p=73954487&postcount=240
i have also same issue with my honor 6x not working dload installing failed on 5%
shehroz71 said:
i have also same issue with my honor 6x not working dload installing failed on 5%
Click to expand...
Click to collapse
Did the failure brick your phone? or the phone just reboots itself normally? are you sure that your firmware is approved first for installtion before you apply it? (you can know this using Firmware Finder by checking if it's approved first or not for installation by Huawei)

faild to update patch .366

Hi
I have a rooted phone, and received the ota update, but when phone reboots, it goes boots to twrp .
Since ff is approved, could someone pls advise how to update via hwota8
kind regards
the-light said:
Hi
I have a rooted phone, and received the ota update, but when phone reboots, it goes boots to twrp .
Since ff is approved, could someone pls advise how to update via hwota8
kind regards
Click to expand...
Click to collapse
Flash stock recovery.
For HWOTA8, follow the thread. You need to download FullOTA.
Also with HWOTA8, you will not need to flash stock recovery manually. Basically you flash the zip from TWRP with the provided stock recovery and the three FullOTA update files from Huawei located in a HWOTA8 folder on your external SD card. Once the update is completed, you can then flash TWRP and root again. Same process for every update. Bootloader stays unlocked.
Here's the thread: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-oreo-update-package-t3699522/
the-light said:
Hi
I have a rooted phone, and received the ota update, but when phone reboots, it goes boots to twrp .
Since ff is approved, could someone pls advise how to update via hwota8
kind regards
Click to expand...
Click to collapse
mp187263 said:
Also with HWOTA8, you will not need to flash stock recovery manually. Basically you flash the zip from TWRP with the provided stock recovery and the three FullOTA update files from Huawei located in a HWOTA8 folder on your external SD card. Once the update is completed, you can then flash TWRP and root again. Same process for every update. Bootloader stays unlocked.
Here's the thread: https://forum.xda-developers.com/mate-9/how-to/guide-mate-9-flash-oreo-update-package-t3699522/
Click to expand...
Click to collapse
Hi mp187263
Thank you for your reply, I also think updating via hwota8 is better solution, having said that, there are 4 file downloaded from ff 3 of them are with l29 and one is l09.
could u pls advise if i should dl and flash the 3 files all together with hwota8?
many thanks
You should only have 3 files, that are specific to your model. FF gives you the exact download links you need as long as the correct model is selected.
If you can get into the OS, it will be under Settings > System > About phone (example: MHA-L29 with the build number showing the region - ie. C636). Or a better way is to get the FF app and it will show you the model as well as the region. If you cannot get into the OS and your phone has not been rebranded, it will be on a label on the original box. My phone is from China so it came as a MHA-AL00, but was rebranded to MHA-L29C636 (International version). There are also other versions such as C567 for USA and so forth. The files you download have to match exactly what you have, do not flash it if unsure.
the-light said:
Hi mp187263
Thank you for your reply, I also think updating via hwota8 is better solution, having said that, there are 4 file downloaded from ff 3 of them are with l29 and one is l09.
could u pls advise if i should dl and flash the 3 files all together with hwota8?
many thanks
Click to expand...
Click to collapse
mp187263 said:
You should only have 3 files, that are specific to your model. FF gives you the exact download links you need as long as the correct model is selected.
If you can get into the OS, it will be under Settings > System > About phone (example: MHA-L29 with the build number showing the region - ie. C636). Or a better way is to get the FF app and it will show you the model as well as the region. If you cannot get into the OS and your phone has not been rebranded, it will be on a label on the original box. My phone is from China so it came as a MHA-AL00, but was rebranded to MHA-L29C636 (International version). There are also other versions such as C567 for USA and so forth. The files you download have to match exactly what you have, do not flash it if unsure.
Click to expand...
Click to collapse
Thx again for clarifying. im on c567, I didnt know if i should flash all 3 files, now I do..btw, there is a new patch coming in soon, .369, guess ill wait for it to be approved and then make the flash
ante0 said:
Flash stock recovery.
For HWOTA8, follow the thread. You need to download FullOTA.
Click to expand...
Click to collapse
I flashed the EMUI stock recovery but OTA update still fail. Any idea? Thanks.
drift08 said:
I flashed the EMUI stock recovery but OTA update still fail. Any idea? Thanks.
Click to expand...
Click to collapse
Any modified partitions? That would most likely be why, and you'd have to flash FullOTA if that's the case.
ante0 said:
Any modified partitions? That would most likely be why, and you'd have to flash FullOTA if that's the case.
Click to expand...
Click to collapse
I think I reflash EMUI to ram disk recovery via adb but still have root via magisk. When you say FullOTA, will it erase all my apps and accts? Thanks.
drift08 said:
I think I reflash EMUI to ram disk recovery via adb but still have root via magisk. When you say FullOTA, will it erase all my apps and accts? Thanks.
Click to expand...
Click to collapse
Difference between OTA and FULLOTA is that OTA patches existing partitions while full flashes full images. Your data will stay untouched

Emui 8 with volte bln-l22 released

Long waiting came to an end. EMUI 8 india version leaked into firmware finder!
Everything working
Jio VLOTE calls working
idea volte working
performance and battery life is soo good.
Flashing Instructions
From EMUI 5 india to EMUI 8 india
WARNING im not responsible for anything happens to your device
unlock your frp (go to about phone tap 7 times on build no then enter developer options enable oem unlock)
unlock bootloader
now download HWOTA7 from this thread
https://forum.xda-developers.com/honor-6x/development/hwota7-hwota8-honor-6x-t3792601
download firmware from these links
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G3196/g1699/v154301/f1/full/update.zip
http://update.hicloud.com:8180/TDS/...channel_in/update_full_BLN-L22_channel_in.zip
http://update.hicloud.com:8180/TDS/...01/f1/full/public/update_data_full_public.zip
it contains three files rename them as suggested in hwota thread then keep them in update folder in hwota.
Now keep then phone in fastboot ( switch off the phone press vol down connect usb cable)
now hit update. bat it will install twrp then asks you to reboot to twrp
press volume up and power button phone will reboot keep holding then volume up and release the power button now it says booting then release volume up button
after entering twrp press enter if its not detected your phone then go to mount disable mtp
now it asks to choose via sd card or script choose script then it asks to change region or change firmware
select change firmware
now it loads emui 8 firmware into your phone and it automatically reboot your phone into dload and install emui 8.
if booting takes more than 5 mins then then boot into recovery do factory reset.
From EMUI 8 china to EMUI 8 india
download huru from this thread
https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279
then stock recovery from this
https://mega.nz/#!cbJFAIQD!qvp1KnZ0qxlg6nHDFmpM5qyZ9QUVIDe5PoZE0BQf8fs
then twrp from this
https://mega.nz/#!a81EDZAR!2-9yPFh3reghkGcfSl3nRIJhHGkP8fqDsgUG66ewjkk
Download india oem info from this
https://mega.nz/#!eBECSYKZ!rte1IxPYuw3Y0NVcySOFy23tXWXoR6vBBo46iJ6JlEw
now download emui 8 india stock rom from firmware finder
rename them as update. zip
update_all_hw.zip
update_data_public.zip
then create a folder on sd card keep these three files along with stock recovery. img and huru. zip
Now flash twrp via fastboot then reboot to twrp flash oem info zip if it fails to install then extract oem info then select install img on twrp select extracted img flash then select only huru. zip then swipe to install it will ask you to hit vol down in 10secs then press vol down it will flash stock emui8 then go back to main screen select reboot recovery then do factory reset
for first time its asks need verified google account then again hit factory reset it will do factory reset then reboot.
it will stay at bootlogo screen for 30-40 secs then boots.
your bootloader will be locked again even after flashing via huru so be prepared and need to enable oem unlock on developer options.
Good luck
FYI: If you play PUBG you may noticed lag in emui 5, china emui 8 & elemental rom but there is no lag in india emui 8 & gsi roms and the good news is india emui 8 consumes less battery for PUBG game than gsi roms you may notice 40% difference in battery.
Fix for incomplete flashing via huru
If your themes not working then you have flashed it incompletely follow these steps to make it perfect.
Download HWOTA
If your bootloader locked then go to developer options enable oem unlock and USB debugging.
Now go to fastboot unlock your bootloader.
Now go to stock recovery do factory reset then reboot to FASTBOOT now open HWOTA 8 copy firmware files in update folder and rename them as suggested in hwota thread.
Now open update. Eng if its not working then open update. Bat press 2 hit enter then again enter it will install twrp now unplug USB cable hold the volume up and power button reboot to twrp recovery.
Now goto wipe then formate data by typing yes it should formate data without any errors if it shows errors at beginning with red colour then you need to flash stock recovery again do complete factory reset then flash twrp do format it will do without errors.
Now go to main screen of twrp hit reboot to recovery
After booting to twrp now press enter two times on hwota 8 tool now select 2 hit enter then select 1 hit enter then it will show same brand bln then press enter it will start copying firmware files then it will automatically reboot to dload and starts flashing. remove USB cable after it starts flashing.
After update finishes hold vol up button when it's rebooting.
Now it will boot to emui recovery do factory reset. If it stuck at 99% do it again then reboot now you will have fully working smooth emui 8.
ROOT FOR EMUI 8
download twrp then flash this magisk you will have root.
https://mega.nz/#!a5EUBbyL!L3oqIV22YBUKzk9buLenlL8Bks-g--Pq8MmGgtkbZcY
Currently there is no sound mod for emui 8 if you try to flash viper or dolbyatmos they will corrupt system files and you have to reflash emui 8 via hwota 8.
So now can we manually update flash our bln l22?
Sent from my BLN-L22 using Tapatalk
qaiyum said:
So now can we manually update flash our bln l22?
Sent from my BLN-L22 using Tapatalk
Click to expand...
Click to collapse
wait for the instructions. we are testing in two different ways one is from emui 5 to emui 8 another one is from chinese emui 8 to india emui 8
strange
Ramesh006 said:
wait for the instructions. we are testing in two different ways one is from emui 5 to emui 8 another one is from chinese emui 8 to india emui 8
Click to expand...
Click to collapse
it's kinda strange/weird as they put out directly stable version instead of beta
There is a imei bug found. sim cards not detecting so they removed it from firmware finder we need to wait for some more time.
Blnl22hcn
Ramesh006 said:
There is a imei bug found. sim cards not detecting so they removed it from firmware finder we need to wait for some more time.
Click to expand...
Click to collapse
Its showing in ff like blnl22hnc m i right hmmmmm
And my model is bln l22b365 so i cnt flash this
Ramesh006 said:
Long waiting came to an end. EMUI 8 india version leaked into firmware finder!
Flashing instructions posted soon
Click to expand...
Click to collapse
Awesome buddy,,, you really had done great work regarding android oreo for honor 6x and the waiting time is going to end soon ..
Notorius bunty said:
Its showing in ff like blnl22hnc m i right hmmmmm
And my model is bln l22b365 so i cnt flash this
Click to expand...
Click to collapse
yes its an indian version but they removed it because of imei bug we will wait until they upload a new build.
Ramesh006 said:
yes its an indian version but they removed it because of imei bug we will wait until they upload a new build.
Click to expand...
Click to collapse
Did you flashed that rom? ?
Khan ubaid said:
Did you flashed that rom?
Click to expand...
Click to collapse
No, my friend did. it was very smoother nd faster than china emui 8 and all working playstore etc only problem is imei bug if it solved then we will find oreo update on ff soon.
Any idea when it would be released?
There's an update uploaded today. Anyone tried it yet? I'm about to do so. So if they deleted that, that means this could be the fixed one
This one.
i am about to install bln-l22 hnc oreo update by using hurupdate
Mayank2483 said:
i am about to install bln-l22 hnc oreo update by using hurupdate
Click to expand...
Click to collapse
How did it go?
Huru
Mayank2483 said:
i am about to install bln-l22 hnc oreo update by using hurupdate
Click to expand...
Click to collapse
How to install using huru indian version blnh22 tell me the procedure does i hv to root or bootloader unlock something else
Mayank2483 said:
i am about to install bln-l22 hnc oreo update by using hurupdate
Click to expand...
Click to collapse
you are about to brick your device. huru is for changing firmware in emui 8 like al10 emui 8 to al20 emui 8
use hwota to install Oreo from emui 5 already someone installed via hwota and it was success.
Notorius bunty said:
How to install using huru indian version blnh22 tell me the procedure does i hv to root or bootloader unlock something else
Click to expand...
Click to collapse
huru for emui 8 to change emui 8 firmwares. you need to use hwota7 to install emui 8 from emui 5 also you need to unlock frp and bootloader to install emui 8.
If anyone has done it with hw ota firmware finder then plz provide step by step guide plz i also wna update today in ff showing oreo update for bon l22hnc model nd my model is bln l22c675 indian thats why i m confused
Notorius bunty said:
If anyone has done it with hw ota firmware finder then plz provide step by step guide plz i also wna update today in ff showing oreo update for bon l22hnc model nd my model is bln l22c675 indian thats why i m confused
Click to expand...
Click to collapse
no need to confuse its working for India. go an check op its updated.

FRD-L09 to EMUI 8.0

Hi guys, I would like to update my EMUI 5 to EMUI 8. I know that 8.0 only support on Europe, but I don't mind, accept unlock boot loader or any methods, just show me the way. and thanks alot
Timberlake.C said:
Hi guys, I would like to update my EMUI 5 to EMUI 8. I know that 8.0 only support on Europe, but I don't mind, accept unlock boot loader or any methods, just show me the way. and thanks alot
Click to expand...
Click to collapse
You can try to install emui 8 with firmware finder
CrioNat said:
You can try to install emui 8 with firmware finder
Click to expand...
Click to collapse
Hi, i'm facing the same problem, i tried using firmware finder but it get me the firmware 7.1.2 and emui 5.
I want the update in order to install a treble rom.
daniele95 said:
Hi, i'm facing the same problem, i tried using firmware finder but it get me the firmware 7.1.2 and emui 5.
I want the update in order to install a treble rom.
Click to expand...
Click to collapse
Which is your honor? FRD what?
CrioNat said:
Which is your honor? FRD what?
Click to expand...
Click to collapse
My honor is FRD-L09C432B416
daniele95 said:
My honor is FRD-L09C432B416
Click to expand...
Click to collapse
Idk why, I download emui 8 from FF with your same version, so I really don't know
CrioNat said:
Idk why, I download emui 8 from FF with your same version, so I really don't know
Click to expand...
Click to collapse
Which firmware did you install? the B418?
daniele95 said:
Which firmware did you install? the B418?
Click to expand...
Click to collapse
I have B562 updated from B412
there is metod,update fw to emui 8 via dload ,only you need service rom https://androidhost.ru/7pf
CrioNat said:
I have B562 updated from B412
Click to expand...
Click to collapse
i've found it, it wasn't the first on the list in firmware finder but actually it was in the middle
I'm flashing it right now via erecovery.
Thanks for the help!
daniele95 said:
i've found it, it wasn't the first on the list in firmware finder but actually it was in the middle
I'm flashing it right now via erecovery.
Thanks for the help!
Click to expand...
Click to collapse
I still haven't got the update process to work, i've had problems with every possibile way:
eRecovery update - during the download process after a while eRecovery automatically reboots the phone, and when i re-enter the recovery and start the update process it resumes from where it left but at the end of the process the validation fails, this does not happen if the size of the update is smaller, like an 300mb ota successfully updated my phone. I assume it has a timer before it stops the update.
DNS update - from system updater it finds the update but fails to download it
Proxy update - not working
Is there a way to download the files and then update?

Categories

Resources