Force flash of old firmware version? - Huawei Ascend Mate 2

I have an MT2-L05, applied the new B606 update, but now I can't restore an older version of the firmware. B606 wiped out TWRP, when I try and reinstall TWRP, I can no longer get into recover. Is there any way to flash one of the older firmwares? I can flash B603 which is the beta version of B606 but it doesn't seem to do me any good.

tomlemange said:
I have an MT2-L05, applied the new B606 update, but now I can't restore an older version of the firmware. B606 wiped out TWRP, when I try and reinstall TWRP, I can no longer get into recover. Is there any way to flash one of the older firmwares? I can flash B603 which is the beta version of B606 but it doesn't seem to do me any good.
Click to expand...
Click to collapse
Use Dload method to install via OTG & SD card

tomlemange said:
I have an MT2-L05, applied the new B606 update, but now I can't restore an older version of the firmware. B606 wiped out TWRP, when I try and reinstall TWRP, I can no longer get into recover. Is there any way to flash one of the older firmwares? I can flash B603 which is the beta version of B606 but it doesn't seem to do me any good.
Click to expand...
Click to collapse
TWRP for MT2-L05 on b606...... Works great for me :
http://forum.xda-developers.com/ascend-mate2/development/recovery-t2979471#post57676235

This thread is almost a month old but regardless I must still put my two cents in it . A TWRP build won't be harmed by an update typically, unless the partition layouts were modified which RARELY happens, a new kernel was installed by the result of accepting a new update or a modification to the boot loader (which usually occurs when there is a new kernel involved). Normally, when it is kernel related, you can literally just unpack the custom recovery and new stock recovery images so you may swap out the kernel binaries then rebuild. Not the best method but it will most certainly do the job until an official build has been updated to reflect the latest changes in whatever update the phone may had received.
---------- Post added at 03:23 AM ---------- Previous post was at 03:16 AM ----------
Should the partition happen to be modified then it is not recommended to use the last TWRP build. A Dev must update the device tree to reflect the new partition layout and their sizes.

MT2-L05_EMUI3.0B60x_toEMUI2.3B600SP2_downgrade
Click to expand...
Click to collapse
This did the trick for me. Can be used to downgrade from 60x to B600SP2, which would allow a downgrade to B408 - Subfirmware B404 could then be used to downgrade from B408 to B404 and then to B109SP1, the old basic version

thomascook said:
This did the trick for me. Can be used to downgrade from 60x to B600SP2, which would allow a downgrade to B408 - Subfirmware B404 could then be used to downgrade from B408 to B404 and then to B109SP1, the old basic version
Click to expand...
Click to collapse
Ever find a link for B600SP2? All the links I found on google point to the Huawei website and those links are broken. I think emui 3.0 gives me less than reliable sms results so I'd like to try emui 2.3

Related

Help with upgrading firmware

So I've been having issues with battery drain and want to upgrade to a new firmware/version of android. My phone has been rooted/unlocked since I got it so I haven't been able to install any OTA updates. I just did s-off and super cid and now want to figure out which firmware I need to upgrade to. From what I understand I have to flash firmwares in order? I'm currently on Android 4.4.2, Software number 1.12.502.18, bootloader 3.16.0000, baseband 1.14.21331931. What firmware do I need to flash first if I want to get up to the latest firmware and Android 4.4.4? If I'm supercid/s-off do I still have to flash the stock recovery? I just want to make sure I have all the right information before flashing anything. I'd like to get ready for lollipop and might upgrade to a custom rom on a newer version of android.
Boot into bootloader, and write down what it says...
Please state what you have tried. I would suggest running the 2.23 att ruu,backup your stuff on internal memory because itll wipe it.
jxcorex28 said:
Boot into bootloader, and write down what it says...
Click to expand...
Click to collapse
Under firmware there isn't a version listed. I think it has something to do with TWRP - I've seen it mentioned around the forums.
Wonders_Never_Cease said:
Please state what you have tried. I would suggest running the 2.23 att ruu,backup your stuff on internal memory because itll wipe it.
Click to expand...
Click to collapse
I haven't tried anything yet, I wanted to make sure I was getting all the information right before I start flashing things that could brick my phone. I'll give that a shot.
Make sure you backup pics music etc to computer,download the 2.23.502.3 ruu,rebootphone in fastboot usb mode,run the exe... Will flash to latest 4.4.3 build and test that first is my suggestion,4.4.4 wont be available till mid [email protected] att build

custom recovery for 7840 5.1

Since there seems to be no way of installing current (and future) patches from stock recovery when the device is rooted, it'd be good to know if someone has information about whether it's possible or not to develop a custom recovery. The old method using 5.02 droidboot won't work because the updates mess up the whole system if you use them. So since we have unlockable bootloaders in 5.1, could there be the possibility of compiling a permanent CWM?
since there seems no one to be working on it at the moment, i'll start a few tries myself and document the progress in this thread. Feel free to help or comment.
For now, i', stuck at unlocking the bootloader and still don't know why. "OEM unlock" was set in the developer options, rebooted to fastboot and tried "fastboot oem unlock". Results as attached. :\
I'll google a bit around and see if i can get it working....
What's the question - how to load the tethered CWM when you're running Lollipop 5.1? Because I can do that and provide insructions.
He's asking about a recovery that can be installed to the recovery partition, not just tethered.
It's possible, but we'd need somebody to build one. I tried one a while back from the Zenfone 2, but it didn't want to boot.
jumpup said:
What's the question - how to load the tethered CWM when you're running Lollipop 5.1? Because I can do that and provide insructions.
Click to expand...
Click to collapse
no, it's not about the tethered one. The method booting tethered CWM won't work anymore once you installed the stagefright update. We'd need a 5.1 post-stagefright boot.img and system.img for that. And as the bootloader can be unlocked now, i think it might be the better solution to build a untethered CWM for the future.
@xBIGREDDx: do you have any good step by step instructions for setting up a build environment for that? The most things i found we not that complete. E.g. where to find the "vendor-specific files" and what they even are.
toxic_garden said:
no, it's not about the tethered one. The method booting tethered CWM won't work anymore once you installed the stagefright update. We'd need a 5.1 post-stagefright boot.img and system.img for that. And as the bootloader can be unlocked now, i think it might be the better solution to build a untethered CWM for the future.
@xBIGREDDx: do you have any good step by step instructions for setting up a build environment for that? The most things i found we not that complete. E.g. where to find the "vendor-specific files" and what they even are.
Click to expand...
Click to collapse
There is a means of booting to tethered CWM after the Stagefright update. You must first flash the old 5.02 droidboot firmware via Intel Flash Utility (while in bootloader mode). Afterward, you can run the tethered CWM.
@xBIGREDDx made some instructions on this. Let me find it.
http://forum.xda-developers.com/showpost.php?p=64391058&postcount=16
This is not straightforward, but you *can* get to tethered CWM and root your 5.1 system. I did exactly this.
jumpup said:
There is a means of booting to tethered CWM after the Stagefright update. You must first flash the old 5.02 droidboot firmware via Intel Flash Utility (while in bootloader mode). Afterward, you can run the tethered CWM.
Click to expand...
Click to collapse
that'S exactly the problem: if you flash the 5.02 droidboot over a system that applied the stagefright fix, you'll completely mess up the system. The fix contains a new boot.img and patches to the system.img, so even rolling back after super su to the stock 5.1 boot and system.img will get your tablet in a messed up state. If there'd be a way to dump the actual system and boot img without root, we could still use this method, but i don't know of one.
toxic_garden said:
that'S exactly the problem: if you flash the 5.02 droidboot over a system that applied the stagefright fix, you'll completely mess up the system. The fix contains a new boot.img and patches to the system.img, so even rolling back after super su to the stock 5.1 boot and system.img will get your tablet in a messed up state. If there'd be a way to dump the actual system and boot img without root, we could still use this method, but i don't know of one.
Click to expand...
Click to collapse
*OH*! Now I understand. Could you post a screenshot of the build version with the Stagefright patch applied? I want to compare to mine. See attached.
Sent from my Venue 8 7840 using Tapatalk
jumpup said:
*OH*! Now I understand. Could you post a screenshot of the build version with the Stagefright patch applied? I want to compare to mine. See attached.
Sent from my Venue 8 7840 using Tapatalk
Click to expand...
Click to collapse
Here's mine. Software version doesn't seem to be changed, but the kernel is different...
With my current Android installation, CWM does not seem to be able to back up the data partition which is unfortunate.
However, I have always used a multi-tiered backup system:
* Titanium Backup (FULL on Sunday, INCREMENTAL every other day)
* Online NAndroid Backup (One per week using CWM format)
Each app's backup data syncs to the home NAS and Dropbox once a week.
I thought I had the Stagefright fix already in place. That's why I wanted to compare build/version details with a device that has the fix installed.
jumpup said:
With my current Android installation, CWM does not seem to be able to back up the data partition which is unfortunate.
Click to expand...
Click to collapse
Yeah, /data is encrypted, so CWM can't access it for backup.
And since the stagefright fix won't install when it recognizes the /system partition as "tempered" (which means e.g. having the superSU binaries installed), it's pretty hard to keep root. That's the trap we're in.
back to topic: i'm gonna boot my linux netbook today and see if i can get the "oem unlock" option working...
toxic_garden said:
Yeah, /data is encrypted, so CWM can't access it for backup.
And since the stagefright fix won't install when it recognizes the /system partition as "tempered" (which means e.g. having the superSU binaries installed), it's pretty hard to keep root. That's the trap we're in.
back to topic: i'm gonna boot my linux netbook today and see if i can get the "oem unlock" option working...
Click to expand...
Click to collapse
D'oh. I should have remembered about the data encryption. Need more caffeine
If you need anything tested or confirmed in the field, I'd be glad to help.
Sent from my Venue 8 7840 using Tapatalk
toxic_garden said:
Here's mine. Software version doesn't seem to be changed, but the kernel is different...
Click to expand...
Click to collapse
The build number of a 5.1 install prior to Stagefright is different as well. Ends in 171200DEL instead of 173600DEL post-Stagefright patch.
jumpup said:
The build number of a 5.1 install prior to Stagefright is different as well. Ends in 171200DEL instead of 173600DEL post-Stagefright patch.
Click to expand...
Click to collapse
oops you're right. Didn't even notice.
First steps forward: it seems like it's not possible to unlock the bootloader with installed sf-patch. No matter which version of fastboot i tried, i always got "FAILED: (some text i can't remember)". After downgrading to 5.1 stock firmware, unlock was possible. So as i now at least have the possibility to boot another recovery, i'll try setting up the build env. The Recovery Builder from CWM seems to be out of order at the moment.
toxic_garden said:
Here's mine. Software version doesn't seem to be changed, but the kernel is different...
Click to expand...
Click to collapse
I now have the Stagefright patch installed. Used the 5.02 droidboot temporarily to engage tethered CWM and install SuperSU. Reflashed 5.10 droidboot and firmware before proceeding. All is well. As you mentioned, it makes for a mixed 5.1 boot system, but I simply cannot live without root.
Here are the new build/version details:
After taking your advice and flashing the sg droidboot, my IWFI version is in line. I'll see if any system issues occur.
Is anyone still working on the 7840? Would be nice to have TWRP or CWM
I've been poking around on my 7840 on and off for a few weeks now. I seem to have verified that, after unlocking the bootloader, you can modify the boot and recovery partitions to your heart's content. However, any time I rebuild the kernel myself, I end up back at the "Dell" screen, frozen. Any other files are free game.
Assuming that the kernel needs to be signed using some tool I haven't figured out yet, I'm going to see if I can get a version of CWM working w/ the stock kernel. I tried dumping the version from the tethered recovery onto the recovery.img, but running it results in a black screen. I'll keep poking around though.

ASUS ZF3U Nougat/Android 7.0 AUG-2017 Update Released [OTA and Manual Available]

UPDATED TOPIC! 02.08.2017
ASUS has released the NEWEST Nougat Update for ZF3U:
Newest Release: Version WW-14.1010.1706.50 Release Date: 2017/08/01 Size: 1.71 GBytes
Previous Version: Version WW_14.1010.1705.49 Release Date: 21.06.2017
Here is the official Update for Manual Install. DIRECT from ASUS Servers. Version WW-14.1010.1706.50 Release Date: 2017/08/01 Size: 1.71 GBytes
http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZU680KL/UL-ASUS_A001-WW-14.1010.1706.50-user.zip
Via:
http://https://www.asus.com/Phone/ZenFone-3-Ultra-ZU680KL/HelpDesk_Download/
If the link is expired Get it from the Asus ZenFone 3 Ultra Support and Firmware Website under Drivers and Tools-ANDROID Section. It is for the WW Version:
UPDATE! :OTA Update Working ONLY with phones with LOCKED Bootloaders. The Manual Update will work with both LOCKED and UNLOCKED Bootloaders. I have tested the OTA Update and after I unlocked my ZF3U's bootloader, I can no longer get update notification (on my previous ZF3U-I am on my 2nd one). From what I have read, ASUS servers block any devices with unlocked bootloaders from accessing automatic system updates. My only option is to find a way to RELOCK the bootloader or use the Manual Update file.
Enjoy!
Changelog:
Android 7.0 Nougat comes with handful of features such as App Shortcuts, Multi Window support, restart setting to power menu, Launch the camera by pressing the power button twice, Image Keyboard support, 100 emoji added, GIF Support, Quick Reply via Notification, Notification Redesigned panel, Notifications prioritization, Enhanced Doze Mode, System UI Tuner, Customizable Quick Settings, Don Not Disturb, New Settings Panel Redesigned, Data Saver per App, seamless updates and New Emoji Support.
-----------------------------------------
ASUS ZenFone 3 Ultra=ZU680KL(A001) software Image:V14.1010.1706.50 for WW SKU only*
Improvement Item:
1.Modify strings in several apps
2.Google security patch update
3.Update FR E-label
For more information please refer to:
TW:http://www.asus.com/zentalk/tw/ReleaseNotes
WW:http://www.asus.com/zentalk/ReleaseNotes
Steps of Update:
1.Check software version of your device**
2.Download device software and Update SOP (From “Manual” Item)
3.Only apply to same SKU update, Example: WW->WW, CN->CN, .
4.Software update cannot transfer the software SKU and downgrade the software version.
5.Wrong SKU may cause update failure, please update the same SKU version only.
*How to know the device model?
Path: Settings->About-> Model number
Example: ASUS_Z00ED
**How to know the device software version?
Path: Settings->About-> software information->Build number
AWFRONT said:
The Asus Zenfone 3 Ultra is now receiving the Android 7.0 Nougat update with software version 14.1010.1702.36. The update is rolling out over-the-air.
Check for it from Settings > About > System Updates on your Zenfone 3 Ultra. If you’ve got the update, go ahead and download/install it.
It appears to be currently available for the WW (Worldwide Version)
Currently no manual install file is available but I guess this will be available very soon. I also think this may be the first and last final update from ASUS for the ZF3U before they launch another version but it is nice to have the newest version after all and I very much look foreard to making use of multi-window on the device.
--------------------------------------------------------------------------------------------------
Mine is WW version but couldn't receive the update yet. Why?
Click to expand...
Click to collapse
ctorbaoglu said:
AWFRONT said:
The Asus Zenfone 3 Ultra is now receiving the Android 7.0 Nougat update with software version 14.1010.1702.36. The update is rolling out over-the-air.
Check for it from Settings > About > System Updates on your Zenfone 3 Ultra. If you’ve got the update, go ahead and download/install it.
It appears to be currently available for the WW (Worldwide Version)
Currently no manual install file is available but I guess this will be available very soon. I also think this may be the first and last final update from ASUS for the ZF3U before they launch another version but it is nice to have the newest version after all and I very much look foreard to making use of multi-window on the device.
--------------------------------------------------------------------------------------------------
Mine is WW version but couldn't receive the update yet. Why?
Click to expand...
Click to collapse
It may be because your Bootloader is unlocked. If it is you will not receive the update. My ZF3U's bootloader was locked when I received the update. However, when I unlocked the bootloader, rooted and then decided to wipe everything through TWRP to do a fresh install of everything to reinstall Android 7.0 the trouble started. Now, I cannot do firmware update using the system Update menu (notification of update availability is not there). This is because the bootloader is now unlocked and I don't know if it is possible to relock it. I guess I have to wait for the full manual package of Android 7 to become available or see if anyone can help me to relock the bootloader and then update from Android 6.0 original firmware. I was excited to be finally getting Android 7.0 but only managed to use it for 1 day. Oh well, you live and learn.:crying:
Click to expand...
Click to collapse
UPDATE! As some of us have found out. ASUS has now removed the Nougat firmware (MANUAL Update file) for the ZF3U. As my device's bootloader is unlocked I can no longer receive OTA updates. Perhaps someone could give us an update on the status of the OTA release of Nougat for the ZF3U. I have downloaded the file before removal and successfully installed it. I don't mind uploading it to a file sharing website. However, I am currently using it and I am still having the same issues I had when I used the OTA update, so my advice is for everyone to wait for a confirmed final version of the firmware as the version we have may still be buggy. This may be the reason why they removed it and lets hope they fix and reupload soon. Here are quick my observations of the firmware;
-Fingerprint scanner still not registering when device is setup for the first time or under settings later,
-Screen Rotation is not functional on some of my apps that were able to use it previously with Android 6.0
-My device serial nunber has changed to 111111111111111 (15x1s)( I tried lots of things to put it right but all attempts failed)
-Dual Sim settings access from the notification menu shortcuts is no longer there (it was very useful for me),
-Multi-Window is not operating on all the apps for some reason. On the OTA that i had installed I was able to use it but on the manual firmware file this does not seem to work properly.
-My device is no longer showing under my ASUS account as a registered device (I don't know if this is a firmware issue or not as bootloader does show the correct serial no)
Also, does anyone know how or where in the firmware I can extract the boot.img, recovery.img and all the othr essential .img files to restore stocj recovery after root/twrp installation?
If anyone has any ideas as to why the serial number and fingerprint issues are there, I would like to hear from you. Other issues are tolerable. Thanks.
AWFRONT said:
UPDATE! As some of us have found out. ASUS has now removed the Nougat firmware (MANUAL Update file) for the ZF3U. As my device's bootloader is unlocked I can no longer receive OTA updates. Perhaps someone could give us an update on the status of the OTA release of Nougat for the ZF3U. I have downloaded the file before removal and successfully installed it. I don't mind uploading it to a file sharing website. However, I am currently using it and I am still having the same issues I had when I used the OTA update, so my advice is for everyone to wait for a confirmed final version of the firmware as the version we have may still be buggy. This may be the reason why they removed it and lets hope they fix and reupload soon. Here are quick my observations of the firmware;
-Fingerprint scanner still not registering when device is setup for the first time or under settings later,
-Screen Rotation is not functional on some of my apps that were able to use it previously with Android 6.0
-My device serial nunber has changed to 111111111111111 (15x1s)( I tried lots of things to put it right but all attempts failed)
-Dual Sim settings access from the notification menu shortcuts is no longer there (it was very useful for me),
-Multi-Window is not operating on all the apps for some reason. On the OTA that i had installed I was able to use it but on the manual firmware file this does not seem to work properly.
-My device is no longer showing under my ASUS account as a registered device (I don't know if this is a firmware issue or not as bootloader does show the correct serial no)
Also, does anyone know how or where in the firmware I can extract the boot.img, recovery.img and all the othr essential .img files to restore stocj recovery after root/twrp installation?
If anyone has any ideas as to why the serial number and fingerprint issues are there, I would like to hear from you. Other issues are tolerable. Thanks.
Click to expand...
Click to collapse
After some thought on your issue, do you now which version of the device you have? Maybe you have an China(CN) device and not World Wide(WW)? Just trying to think about your issues and it seems to possibly be that your firmware may not working correctly. This very well maybe because ASUS dropped a faulty firmware on you/us, or maybe because you tried WW firmware on a CN device? Or vice versa? Have you looked into what would happen if a firmware for a different region was installed on a device?
As for the images, I believe you can get the boot.img inside the firmware zip files you download from ASUS. Just unpack it and the boot.img should be in the root of that folder. I can't find the recovery.img from anywhere, other than from Shaka's megadownload page. I was able to get that one working on my Zenfone though and successfully put my Zf3U back to stock.
doctahjeph said:
After some thought on your issue, do you now which version of the device you have? Maybe you have an China(CN) device and not World Wide(WW)? Just trying to think about your issues and it seems to possibly be that your firmware may not working correctly. This very well maybe because ASUS dropped a faulty firmware on you/us, or maybe because you tried WW firmware on a CN device? Or vice versa? Have you looked into what would happen if a firmware for a different region was installed on a device?
As for the images, I believe you can get the boot.img inside the firmware zip files you download from ASUS. Just unpack it and the boot.img should be in the root of that folder. I can't find the recovery.img from anywhere, other than from Shaka's megadownload page. I was able to get that one working on my Zenfone though and successfully put my Zf3U back to stock.
Click to expand...
Click to collapse
Thanks for the reply. My version of ZF3U is the Worldwide WW version and the firmware is definitely the correct one as stated on the original changelog from ASUS as I posted above. I have not tried the CN firmware but I am tempted to give it a go to see what happens. I also noticed that everytime I go into recovery via TWRP I see this red message stating "failed to mount factory/partition [invalid parameters]"
What does this mean and could the phone be stuck between two firmwares and not sure what to do even though I have wiped every wipeable area using TWRP(like I used to with Samsung devices but not sure if this could have caused it). Could this explain why I still cannot use fingerprint scanner on neither Android 7 nor Android 6.
At one point I used the ASUS Flash Tool and I noticed a message whilst attempting to load the firmware stating something like 'encrypting device.....' does this mean anything? Has my device been encrypted somehow in the process resulting in lack of fingerprint registrations on the scanner. Coming from Samsung/Sony/Huawei devices, I am finding the update process with ASUS a bit of a hassle but lets hope they will fix this soon as I believe that currently there is no phablet better than ZF3U. Due to the fact that the firmware has now been removed from their servers, I am beginning to believe that the firmware is faulty and is not doing a clean wipe/reinstall of all parts of the device configurations.
AWFRONT said:
Thanks for the reply. My version of ZF3U is the Worldwide WW version and the firmware is definitely the correct one as stated on the original changelog from ASUS as I posted above. I have not tried the CN firmware but I am tempted to give it a go to see what happens. I also noticed that everytime I go into recovery via TWRP I see this red message stating "failed to mount factory/partition [invalid parameters]"
What does this mean and could the phone be stuck between two firmwares and not sure what to do even though I have wiped every wipeable area using TWRP(like I used to with Samsung devices but not sure if this could have caused it). Could this explain why I still cannot use fingerprint scanner on neither Android 7 nor Android 6.
At one point I used the ASUS Flash Tool and I noticed a message whilst attempting to load the firmware stating something like 'encrypting device.....' does this mean anything? Has my device been encrypted somehow in the process resulting in lack of fingerprint registrations on the scanner. Coming from Samsung/Sony/Huawei devices, I am finding the update process with ASUS a bit of a hassle but lets hope they will fix this soon as I believe that currently there is no phablet better than ZF3U. Due to the fact that the firmware has now been removed from their servers, I am beginning to believe that the firmware is faulty and is not doing a clean wipe/reinstall of all parts of the device configurations.
Click to expand...
Click to collapse
hhhmmm, I had a similar issue with a corrupted cache partition that was causing boot loops. I was able to get it fixed. Try this. Download the latest WW firmware from the website, MM no nougat. Then flash the original boot.img and recovery.img from Shaka's megadownload page. Boot into stock recovery and do a factory reset. They should wipe all the partitions and format them again. After that install update from SD card and choose the latest WW firmware zip you just downloaded. Profit??
doctahjeph said:
hhhmmm, I had a similar issue with a corrupted cache partition that was causing boot loops. I was able to get it fixed. Try this. Download the latest WW firmware from the website, MM no nougat. Then flash the original boot.img and recovery.img from Shaka's megadownload page. Boot into stock recovery and do a factory reset. They should wipe all the partitions and format them again. After that install update from SD card and choose the latest WW firmware zip you just downloaded. Profit??
Click to expand...
Click to collapse
I have tried your suggestion numerous times and;
-it appears that when I boot to Android M, I don't have any sound in calls, fingerprint and other issues fully remain.
-when I upgrade to Android N, then Iam able to hear call sounds but fingerprint scanner still does not register and other issues still remain.
I have a feeling that somewhere along the process my device has enabled some sort of encryption and this is preventing the device from enabling all the features. No matter how many times I install/reinstall/wipe using stock or TWRP no change.
Does anyome know how I could disable encryption either using some sort of google service or through root etc... In settings device reports that it is encrypted. Also when I first booted the device after firmware update encrypting device message was shown. Not sure whats going on with my device. Hope to find out/fix soon though.
ASUS Releases new update to fix the previously faulty update that was withdrawn.
Latest Version WW-14.1010.1703.42
Previous Version [Withdrawn due to faults] WW-14.1010.1703.36
I have updated my original post (First Post of the Topic) with all the latest links and the newest changelog.
Enjoy!
AWFRONT said:
ASUS Releases new update to fix the previously faulty update that was withdrawn.
Latest Version WW-14.1010.1703.42
Previous Version [Withdrawn due to faults] WW-14.1010.1703.36
I have updated my original post (First Post of the Topic) with all the latest links and the newest changelog.
Enjoy!
Click to expand...
Click to collapse
???? Thank you!!!
ASUS has released the NEWEST Nougat Update for ZF3U.
Version WW-14.1010.1706.50 2017/08/01 Size 1.71 GBytes
ASUS ZenFone 3 Ultra=ZU680KL(A001) software Image:V14.1010.1706.50 for WW SKU only*
Improvement Item:
1.Modify strings in several apps
2.Google security patch update
3.Update FR E-label
For more information please refer to:
TW:http://www.asus.com/zentalk/tw/ReleaseNotes
WW:http://www.asus.com/zentalk/ReleaseNotes
Steps of Update:
1.Check software version of your device**
2.Download device software and Update SOP (From “Manual” Item)
3.Only apply to same SKU update, Example: WW->WW, CN->CN, .
4.Software update cannot transfer the software SKU and downgrade the software version.
5.Wrong SKU may cause update failure, please update the same SKU version only.
*How to know the device model?
Path: Settings->About-> Model number
Example: ASUS_Z00ED
**How to know the device software version?
Path: Settings->About-> software information->Build number
Once again, I have updated my original post (First Post of the Topic) with all the latest links and the newest changelog.
Enjoy!
Never mind.
AWFRONT said:
Thanks for the reply. My version of ZF3U is the Worldwide WW version and the firmware is definitely the correct one as stated on the original changelog from ASUS as I posted above. I have not tried the CN firmware but I am tempted to give it a go to see what happens. I also noticed that everytime I go into recovery via TWRP I see this red message stating "failed to mount factory/partition [invalid parameters]"
What does this mean and could the phone be stuck between two firmwares and not sure what to do even though I have wiped every wipeable area using TWRP(like I used to with Samsung devices but not sure if this could have caused it). Could this explain why I still cannot use fingerprint scanner on neither Android 7 nor Android 6.
At one point I used the ASUS Flash Tool and I noticed a message whilst attempting to load the firmware stating something like 'encrypting device.....' does this mean anything? Has my device been encrypted somehow in the process resulting in lack of fingerprint registrations on the scanner. Coming from Samsung/Sony/Huawei devices, I am finding the update process with ASUS a bit of a hassle but lets hope they will fix this soon as I believe that currently there is no phablet better than ZF3U. Due to the fact that the firmware has now been removed from their servers, I am beginning to believe that the firmware is faulty and is not doing a clean wipe/reinstall of all parts of the device configurations.
Click to expand...
Click to collapse
Hey @AWFRONT How did u manage to go back from android 7 to 6 ...i recently updated my phone to nougat and want to go back to mm. Could u help me out I have unlocked bootloader
Hi! I did not downgrade from Android 7.0 to 6.0 on my new/2nd ZF3U. If you read a post I made in another topic you will see that I am now on my 2nd ZF3U because the 1st one had some serious issues and then it powered off so I gave up and sent for repair through my insurance but they said it could not be repaired so I bought another one with the payout I received and this one I am using, I use in its factory state with Bootloader locked and unrooted and given the lack of developer support for this handset, I do not want to modify anything.
My advice would be to stick with Android 7.0 and if there are any features you are missing then write them out and send to Asus and hope thy will fix in future update. With my previous ZF3U, I did do a downgrade on the 1st ZF3U but this resulted in Fingerprint scanner failing and I could not hear the other side when making and receiving calls and the device serial number in About Phone section was incorrect (changed to all 1s).Unless you have insurance and a spare phone, I would not recommend you downgrading. Too much of a risk with this handset. If you want to do it, then go ahead and you can share yoir findings here.
Instructions to follow:
-Disable and erase fngerprint records in settings
-Prepare a microsd card with the MM manual firmware in it and reboot into recovery.
-If you are rooted then wipe cache and factory reset but do not wipe data/system partition,
-Select update from SD Card and select firmware file and wait for the process to complete.
-reboot back.into recovery, you should hopefully see the factory kernel has downgraded to I think version 1.26 from 3.11 and then do another factory wipe and reboot and see the results.
Sorry, cannot be of much help but I wish the developers could pay a little bit more attention to this device like the Samsung Note series.?
AWFRONT said:
Hi! I did not downgrade from Android 7.0 to 6.0 on my new/2nd ZF3U. If you read a post I made in another topic you will see that I am now on my 2nd ZF3U because the 1st one had some serious issues and then it powered off so I gave up and sent for repair through my insurance but they said it could not be repaired so I bought another one with the payout I received and this one I am using, I use in its factory state with Bootloader locked and unrooted and given the lack of developer support for this handset, I do not want to modify anything.
My advice would be to stick with Android 7.0 and if there are any features you are missing then write them out and send to Asus and hope thy will fix in future update. With my previous ZF3U, I did do a downgrade on the 1st ZF3U but this resulted in Fingerprint scanner failing and I could not hear the other side when making and receiving calls and the device serial number in About Phone section was incorrect (changed to all 1s).Unless you have insurance and a spare phone, I would not recommend you downgrading. Too much of a risk with this handset. If you want to do it, then go ahead and you can share yoir findings here.
Instructions to follow:
-Disable and erase fngerprint records in settings
-Prepare a microsd card with the MM manual firmware in it and reboot into recovery.
-If you are rooted then wipe cache and factory reset but do not wipe data/system partition,
-Select update from SD Card and select firmware file and wait for the process to complete.
-reboot back.into recovery, you should hopefully see the factory kernel has downgraded to I think version 1.26 from 3.11 and then do another factory wipe and reboot and see the results.
Sorry, cannot be of much help but I wish the developers could pay a little bit more attention to this device like the Samsung Note series.?
Click to expand...
Click to collapse
all of this from twrp or stock recovery
If you have TWRP installed then apply from it, if not you can use the stock recovery of Android 6.0 as posted in one of the topics of ZF3U forum sections and flash it using custom recovery and then flash the appropriate firmware file of Android MM version 6.0 and on completion wipe cache, factory data and reboot.
Due to lack of developer support for this device, I do not recommend that you rollback the firmware. When my 1st device failed I realised that ASUS devices don't have the software fixability ease of Samsung devices so I am using my 2nd ZF3U in its original factory state. I love the device as it is and don't want to mess with it and root is no longer important to me.
does anyone know if this latest firmware update Version WW-14.1010.1706.50 2017/08/01 Size 1.71 GBytes is still rootable before i update from Android 7.0 (WW_14.1010.1703.42),thanks
gubbilo144 said:
does anyone know if this latest firmware update Version WW-14.1010.1706.50 2017/08/01 Size 1.71 GBytes is still rootable before i update from Android 7.0 (WW_14.1010.1703.42),thanks
Click to expand...
Click to collapse
mine is
Malam
anybody updated to WW-14.1010.1711.62 is it still 7.0 or 7.1.1

[EMUI 5.1] OTA Firmwares and Unbrick Phone method

Consider one day you upset the devil and your phone is bricked by him, lets try to revive the phone from hell (at your own risk) :
Link to the OTA firmware's :
Click here for the links page
Important tools links:
[TOOL] Huawei Multi-Tool v8 by Team MT by inside!out
TWRP Honor 7X img
Stage 1
Download from here everything you need for the procedure - Download Folder Link
I am testing it on my BND-L21 firmware from BND-AL10
Downloading firmware (from topic). Full firmware must be more than 1.5Gb, all smaller is just
OTA Updates to the system.
After that we must download Huawei-MultiTool (future MT) version 8.x.x (link topic)
and downloading custom recovery. We will use TWRP for Honor7x (link topic)
Last we must prepare OTG Cable, SD Card more than 4Gb. On first stage that's all.
Stage 2
Go to MT and reboot phone to Fastboot mode (while phone off, hold "Volume -" and power)
If you did all correctly, you will see in the down right side your number and "Fastboot".
Now go in MT to the Bootloader and check the status. If you have already unlocked, skip this.
If you have locked phone, you must have IMEI and Huawei account. (if not please unlock your bootloader via the Huawei site)
After that, go to Recovery menu and choose our TWRP image in "Custom recovery" section and
type "Recovery". IMPORTANT!!! DON'T FLASH ERECOVERY, I DON'T HAVE THIS IMAGE!!!
After flashing recovery, we must turn off our phone.
Now we must to prepare base system image. In archive we have UPDATE.ZIP file. extract this
file to custom folder and open "Unbrick" in MT and choose "extractor". Open our file in extractor
and click right mouse key on empty space, choose extract all... and choose custom folder to
extracting.
Go to the folder and copy file VENDOR.IMG to the SD-Card (or USB with OTG). Turn on your
device in Recovery mode (Volume + and power), choose Wipe and Wipe ALL partitions! After
doing this, go to Install and choose "Install img", go to the SD-Card, and install VENDOR.img to
VENDOR folder (Important!)
After installing reboot phone again to Fastboot mode and connect to PC.
Now we must download .zip update to your region. We need this for using LTE (4G) in your country + Localization.
After downloading open .zip archive with our CUST file. archive must be called update_BND-
YOUR-NUMBER_hw_YOUR- COUNTRY.zip
From this archive we must extract .img file from root folder. It can be called cust.img CUST.img
version.img etc.
if name different from CUST.img rename it and put to the extracted UPDATE.app folder.
Last Stage 3
In MT go to Unbrick, choose our unpacked system with our CUST file and we must have at least
4/5 checkbox. And just type "UNBRICK" and wait. NOTICE: at moment of extracting system.img
it will be about 10-15 minutes. It's not a freezing of PC)
After good installing in log you will see like "All ok" Just reboot phone and you will see low level
factory reset, or something else like formatting. After formatting phone will reboot to the system.
That's all
Flashing Gapps method coming soon...
Password - 4pda for the update_full_bnd-AL10... Zip
Special Thanks to Kallibr44 my friend who helped me decipher everything. :highfive:
HIT THANKS IF I HELPED YOU IT MAKES ME HAPPY
We need a Full Firmware Package for L21,this is only Ota Updates.
letschky said:
We need a Full Firmware Package for L21,this is only Ota Updates.
Click to expand...
Click to collapse
there is a procedure used by EU users to completely revive the phone using the OTA but the procedure is too long which i haven't tried yet and is completely for users who have dead phones for now and yes obviously there is no official firmware available for Honor 7x but the user from an EU forum revived his phone so it is possible from the images.
though i made this thread for users who want to update their firmwares and not the procedure to flash a stock firmware since there is not one available yet but i can point to the thread where this user posted the procedure if someone wants to try. PM me
sid21 said:
i can point to the thread where this user posted the procedure if someone wants to try. PM me
Click to expand...
Click to collapse
Yes please....
fmotta said:
Yes please....
Click to expand...
Click to collapse
Sent reply.
There are teams who have unlocked a lot of stuff like flashing international FW,
flashing gapps on chinese fw, Automatic Call Recording, restoring the phone.
so i am in contact with them to make our phone better. lets keep our fingers crossed. :fingers-crossed:
i am waiting for firmware flashing to get it translated from one of the users.
This is the full recovery package right? Atleast for the Indian version?
TheDj408 said:
This is the full recovery package right? Atleast for the Indian version?
Click to expand...
Click to collapse
They arent recovery packages. they are full OTA which can be flashed for updating.
but there is a process to compile them into making them stock firmware packages but due to the long procedure i didnt post it here. rather wait for official stock firmware package.
sid21 said:
Hello Honor 7X Users, turns out there is firmware available for flashing for the AL10 and L21 variants
but i haven't tried them out and can post the procedure if someone needs it but all credit goes to PRO-TEAMMT for releasing them for us so now if we mess up we got official firmware's latest available to go back to.
I personally haven't tested any but i soon will.
Link to the firmware's :
Click here for the links page
Important tools :
[TOOL] Huawei Multi-Tool v8 by Team MT by inside!out
TWRP Honor 7X img
Steps : (Considering you have unlocked bootloader and flashed twrp)
1. Download the appropriate firmware as per your model (Link to the website given)
2. Clear Cache
3. Flash the firmware file
(Wait for the complete process to flash a firmware from scratch so that i can do it and confirm myself but if anybody tests before me let me know)
Refer to the thread by inside!out for any help till them if you want to try out
Click to expand...
Click to collapse
Hi
I am a New in Android world
I have honor 7x BND L21c185b101
And i rooted
Know exactly do this?
Step 3 how?
And the multi tool For what?
sid21 said:
there is a procedure used by EU users to completely revive the phone using the OTA but the procedure is too long which i haven't tried yet and is completely for users who have dead phones for now and yes obviously there is no official firmware available for Honor 7x but the user from an EU forum revived his phone so it is possible from the images.
though i made this thread for users who want to update their firmwares and not the procedure to flash a stock firmware since there is not one available yet but i can point to the thread where this user posted the procedure if someone wants to try. PM me
Click to expand...
Click to collapse
Can I have the procedure link?
I ordered a 7X from AliExpress.
I also own an Honor 5X & errrmmmm.. I'm not a developer rather still a learning buildbot ? still I want to take part in bringing up LOS or AOSP for Honor 7X. So we can work on it together if you want. ?
Cheers!
P.S. Belated Merry Christmas.
tootysa said:
Hi
I am a New in Android world
I have honor 7x BND L21c185b101
And i rooted
Know exactly do this?
Step 3 how?
And the multi tool For what?
Click to expand...
Click to collapse
exactly what you want to do?
this is to update to the latest firmware. if you have the latest firmware you dont need it.
the multi tool is used to flash stock with a procedure which is only needed to return to stock or else theres no need for it for the most part..
mumith3 said:
Can I have the procedure link?
I ordered a 7X from AliExpress.
I also own an Honor 5X & errrmmmm.. I'm not a developer rather still a learning buildbot ? still I want to take part in bringing up LOS or AOSP for Honor 7X. So we can work on it together if you want.
Cheers!
P.S. Belated Merry Christmas.
Click to expand...
Click to collapse
PM Sent kindly check.
sid21 said:
Hello Honor 7X Users, turns out there is firmware available for flashing for the AL10 and L21 variants
but i haven't tried them out and can post the procedure if someone needs it but all credit goes to PRO-TEAMMT for releasing them for us so now if we mess up we got official firmware's latest available to go back to.
I personally haven't tested any but i soon will.
Link to the firmware's :
Click here for the links page
Important tools :
[TOOL] Huawei Multi-Tool v8 by Team MT by inside!out
TWRP Honor 7X img
Steps : (Considering you have unlocked bootloader and flashed twrp)
1. Download the appropriate firmware as per your model (Link to the website given)
2. Clear Cache
3. Flash the firmware file
(Wait for the complete process to flash a firmware from scratch so that i can do it and confirm myself but if anybody tests before me let me know)
Refer to the thread by inside!out for any help till them if you want to try out
Click to expand...
Click to collapse
HI I wanna know many things:
1-if I can constantly update the 7x with the application (or the software on PC, is the same) "Firmware Finder" even if I don't recive the official OTAs (because I want to root my device)
2-if its possible upgrade the system via OTA (or Firmware finder etc...) when the device is rooted
3-is dangerous root the Honor 7x?
4-if I can upgrade the system when the device Is rooted via the software HiSuite
5- how/where can I do/find and restore a Nandroid Backup for my phone
6-where I can find a local/manual update (UPDATE. APP) for the 7x (in case a brick the phone)
7-how can i UNBRICK my phone I case of brick
(sorry for my bad english?)
PLEASE HELP ME??
Thanks
Lambo™ said:
HI I wanna know many things:
1-if I can constantly update the 7x with the application (or the software on PC, is the same) "Firmware Finder" even if I don't recive the official OTAs (because I want to root my device)
2-if its possible upgrade the system via OTA (or Firmware finder etc...) when the device is rooted
3-is dangerous root the Honor 7x?
4-if I can upgrade the system when the device Is rooted via the software HiSuite
5- how/where can I do/find and restore a Nandroid Backup for my phone
6-where I can find a local/manual update (UPDATE. APP) for the 7x (in case a brick the phone)
7-how can i UNBRICK my phone I case of brick
(sorry for my bad english?)
PLEASE HELP ME??
Thanks
Click to expand...
Click to collapse
1) ???
2) Not sure there is always a chance of bricking
3) Yes, if you don't know what you're doing. No if you're not going to be flashing anything.
4) You should be able to and also refer to #1.
5) None available
6) None available
7) You can't, no stock image released = no procedures to unbrick
Soapy! said:
1) ???
2) Not sure there is always a chance of bricking
3) Yes, if you don't know what you're doing. No if you're not going to be flashing anything.
4) You should be able to.
5) None available
6) None available
7) You can't, no stock image released = no procedures to unrbcik
Click to expand...
Click to collapse
1- can i upgrade the system at every update (when the device is rooted) with Firmware finder many times even if I don't recive the notification on the phone of the update (or if the device updater cannot find it)?
2-ok but if do all right steps you cannot brick the phone, no?
3-ok i only wanna unlock bootloader, flash twrp and root the phone. If I do all right steps there are no risks, no?
4-i don't understand it (in hisuite there s the option that says "Update device". With the device rooted can I update the phone with this software?)
5-ok but can I do one with a custom recovery, no?
6-ok so we just have to wait, no?
7-ok. Same thing of the - 6 (we have to wait for the UPDATE.APP for the 7x to be able to UNBRICK the phone in case it could happen, no?)
Sorry for my bad English and thanks for the answers?
Lambo™ said:
HI I wanna know many things:
1-if I can constantly update the 7x with the application (or the software on PC, is the same) "Firmware Finder" even if I don't recive the official OTAs (because I want to root my device)
2-if its possible upgrade the system via OTA (or Firmware finder etc...) when the device is rooted
3-is dangerous root the Honor 7x?
4-if I can upgrade the system when the device Is rooted via the software HiSuite
5- how/where can I do/find and restore a Nandroid Backup for my phone
6-where I can find a local/manual update (UPDATE. APP) for the 7x (in case a brick the phone)
7-how can i UNBRICK my phone I case of brick
(sorry for my bad english)
PLEASE HELP ME
Thanks
Click to expand...
Click to collapse
1. yes you can if the app supported honor 7x with their firmware but it doesn't yet, use twrp
2. yes you can upgrade via flashing it in twrp
3. unlocking bootloader itself is dangerous let alone rooting since your waranty is gone since there is still no sign of official stock firmware
4. same as no. 1 ans
5. if u flashed twrp you can do your nandroid backup which can be later restored anytime so it will be obv on the phone at that time
6. manual or local update? in the op main post i guess? by opening the link?
7. Still no official firmware and the procedure i am aware of consists of turning the official chinese firmware into normal by changing settings and stuff which is a long procedure so probably if u brick, u r stuck until honor decides to release stock firmware
by the looks i guess you have no clue about phone flashing, its better you dont try anything until there are guides properly made for newbies. :silly:
sid21 said:
1. yes you can if the app supported honor 7x with their firmware but it doesn't yet, use twrp
2. yes you can upgrade via flashing it in twrp
3. unlocking bootloader itself is dangerous let alone rooting since your waranty is gone [emoji14] since there is still no sign of official stock firmware
4. same as no. 1 ans
5. if u flashed twrp you can do your nandroid backup which can be later restored anytime so it will be obv on the phone at that time
6. manual or local update? in the op main post i guess? by opening the link?
7. Still no official firmware and the procedure i am aware of consists of turning the official chinese firmware into normal by changing settings and stuff which is a long procedure so probably if u brick, u r stuck until honor decides to release stock firmware
by the looks i guess you have no clue about phone flashing, its better you dont try anything until there are guides properly made for newbies. :silly:
Click to expand...
Click to collapse
Thanks lol [emoji23]
Sent from my BND-L24 using Tapatalk
I rooted my 7X(Al10) version successfully but while performing the reset, deleted the system file also by mistake. There is no TWRP backup. Is there any way to get the stock OS files again to flash in TWRP ? Or does anyone have a backup file they made that they can share? I tried Huawei e-recovery too, but that gets stuck at 'unable to get package info'. The people at the service centre can't think of any other method to restore the phone, except changing the motherboard. When is the official stock file expected to be available?
GC95 said:
I rooted my 7X(Al10) version successfully but while performing the reset, deleted the system file also by mistake. There is no TWRP backup. Is there any way to get the stock OS files again to flash in TWRP ? Or does anyone have a backup file they made that they can share? I tried Huawei e-recovery too, but that gets stuck at 'unable to get package info'. The people at the service centre can't think of any other method to restore the phone, except changing the motherboard. When is the official stock file expected to be available?
Click to expand...
Click to collapse
I have a TWRP backup not sure if it'll work, https://drive.google.com/file/d/1EntdgNwcJSOTZizqt_W-yWfkd3-YVmCm/view?usp=drivesdk
It's a zip file with 2 backup folder, one with boot and system and one with vendor
Edit: pls thank if it worked, so I have an indicator of the effectiveness
GC95 said:
I rooted my 7X(Al10) version successfully but while performing the reset, deleted the system file also by mistake. There is no TWRP backup. Is there any way to get the stock OS files again to flash in TWRP ? Or does anyone have a backup file they made that they can share? I tried Huawei e-recovery too, but that gets stuck at 'unable to get package info'. The people at the service centre can't think of any other method to restore the phone, except changing the motherboard. When is the official stock file expected to be available?
Click to expand...
Click to collapse
I am waitinig for the official stock file since two weeks now, because I deleted accidently the OS from my phone -_-
I think we can wait several weeks again...
---------- Post added at 12:04 PM ---------- Previous post was at 12:03 PM ----------
Jan.Pul said:
I have a TWRP backup not sure if it'll work, https://drive.google.com/file/d/1EntdgNwcJSOTZizqt_W-yWfkd3-YVmCm/view?usp=drivesdk
It's a zip file with 2 backup folder, one with boot and system and one with vendor
Click to expand...
Click to collapse
Thanks! I will try on my bricked phone
sid21 said:
1. yes you can if the app supported honor 7x with their firmware but it doesn't yet, use twrp
2. yes you can upgrade via flashing it in twrp
3. unlocking bootloader itself is dangerous let alone rooting since your waranty is gone since there is still no sign of official stock firmware
4. same as no. 1 ans
5. if u flashed twrp you can do your nandroid backup which can be later restored anytime so it will be obv on the phone at that time
6. manual or local update? in the op main post i guess? by opening the link?
7. Still no official firmware and the procedure i am aware of consists of turning the official chinese firmware into normal by changing settings and stuff which is a long procedure so probably if u brick, u r stuck until honor decides to release stock firmware
by the looks i guess you have no clue about phone flashing, its better you dont try anything until there are guides properly made for newbies. :silly:
Click to expand...
Click to collapse
1. In the app firmware finder there are firmwares for the phone but how can I flash a official firmware (OTA I mean) if there are no one (or how can I flash a firmware finder Update)?
2. Same thing in -1 (I mean)
3. Ok. Now we have to wait the official stock firmware, no? (i don't understand this answer, please write it in another way)
4. I don't understand it
5. Okok (obv? Sorry I'm Italian hahaha)
6. It's not the same thing local or manual? Write it in another way please hahaha google translate doesnt help me?
7. Okok, So if I don't use your method I only have to wait that honor release the official stock firmware (UPDATE. APP). And for greater security it's better wait it before to root and unlock bootloader etc, no?
Anyway, I have an idea of ​​what flashing is, in fact every device I have (they are all Samsung, so that's why I'm disoriented) is completely modified. The fact is that I dont have much experience (I'm 14 years old) with non-Samsung devices, in fact my honor 7x I received for Christmas and for the hurry and the want to modify it, I would like to know all these things.
Thank you
---------- Post added at 02:25 PM ---------- Previous post was at 02:23 PM ----------
k0pernicus said:
I am waitinig for the official stock file since two weeks now, because I deleted accidently the OS from my phone -_-
I think we can wait several weeks again...
---------- Post added at 12:04 PM ---------- Previous post was at 12:03 PM ----------
Thanks! I will try on my bricked phone
Click to expand...
Click to collapse
OK thanks I'll keep it aside in case of brick
I would recommend everyone to not do experiments over your phone to try and root and flash random stuff..
they only have official chinese firmware for flashing so its better to wait for the official firmware for non chinese version.
the method which i know of to flash on the phone is for people with flashing knowledge cz the procedure is not simple and secondly even i have been flashing my phone for many years on various devices yet i havent got the guts to root this first honor device cz their partitions are different and somewhat secured so dont play with it.
wait for the official firmware for your respective devices. maybe they will straightaway launch the oreo firmware.

Which Rom is the best for the Mate 10 Pro

Hey Guys,
what do you think is the best costum rom (stable) for the Mate 10 pro?
Is it possible to flash it with Pie 9.0.161?
Thanks for Help :victory:
Just wait for the ota update to pie.
that's definitely a worse rom. i'm on it right now.
wooley4766 said:
Just wait for the ota update to pie.
Click to expand...
Click to collapse
I already have the Pie Update via Firmware Finder.
But i want to flash to a stable Pie Rom :fingers-crossed:
Pie Update
HauAbDuLauch said:
I already have the Pie Update via Firmware Finder.
But i want to flash to a stable Pie Rom :fingers-crossed:
Click to expand...
Click to collapse
If you have the Pie update from firmware finder it's an approved ROM unless you have a modified recovery it checks and you wouldn't be able to install it if it wasn't approved so you probably have the latest approved ROM
revjamescarver said:
If you have the Pie update from firmware finder it's an approved ROM unless you have a modified recovery it checks and you wouldn't be able to install it if it wasn't approved so you probably have the latest approved ROM
Click to expand...
Click to collapse
but no custom
Hi! Quick question. My BLA-L09 is on build number 8.0.0.131(c782). I'm rooted with Magisk via Pretoriano's TWRP using the all in one tool. I can't receive firmware updates because of this (they fail to install).
If I update to Pie, will I be able to root again with Magisk? How can make this update? I suppose I would need stock recovery back and don't know where to get it from it how to flash it. It was my first time doing this on a Huawei, I'm used to Samsung devices. Any help would be appreciated.
Thanks!
93starletgt said:
Hi! Quick question. My BLA-L09 is on build number 8.0.0.131(c782). I'm rooted with Magisk via Pretoriano's TWRP using the all in one tool. I can't receive firmware updates because of this (they fail to install).
If I update to Pie, will I be able to root again with Magisk? How can make this update? I suppose I would need stock recovery back and don't know where to get it from it how to flash it. It was my first time doing this on a Huawei, I'm used to Samsung devices. Any help would be appreciated.
Thanks!
Click to expand...
Click to collapse
Nope, you won't. Any version from 8.0.0.146 and above will contain the new bootloader which won't let you unlock it or install twrp, magisk or whatever, most probably you will brick your phone like I did.
You'll be a lot safer to stay on what you're on. Huawei did a nifty development to make life miserable to anyone which likes to customize their phone. Maybe they should be called Huapple from now on...
I was in a similar situation as you, 141 if I remember correctly. Installed Xposed via magisk, got a bootloop, did a system restore via erecovery, got it working again and lost magisk/root so thought it would be the time to do the ota, didn't know about the bootloader change so found I was on emui 9, tried to install twrp but that bricked the phone. So I tried to do the system restore via erecovery again, but that didn't work.
After that tried every possible way (inc. paying funkyhw etc.) to recovery the phone, no way. If you try to downgrade it to a version before 146 it will hardbrick leaving you with a paperweigth.
So if I were you, I wouldn't touch a thing. I gave up and am waiting for my Oneplus 6, much better phone for this stuff.
mirandam said:
Nope, you won't. Any version from 8.0.0.146 and above will contain the new bootloader which won't let you unlock it or install twrp, magisk or whatever, most probably you will brick your phone like I did.
You'll be a lot safer to stay on what you're on. Huawei did a nifty development to make life miserable to anyone which likes to customize their phone. Maybe they should be called Huapple from now on...
I was in a similar situation as you, 141 if I remember correctly. Installed Xposed via magisk, got a bootloop, did a system restore via erecovery, got it working again and lost magisk/root so thought it would be the time to do the ota, didn't know about the bootloader change so found I was on emui 9, tried to install twrp but that bricked the phone. So I tried to do the system restore via erecovery again, but that didn't work.
After that tried every possible way (inc. paying funkyhw etc.) to recovery the phone, no way. If you try to downgrade it to a version before 146 it will hardbrick leaving you with a paperweigth.
So if I were you, I wouldn't touch a thing. I gave up and am waiting for my Oneplus 6, much better phone for this stuff.
Click to expand...
Click to collapse
Thank you for the info! And what about staying on my current bootloader and flash a custom ROM on my already installed TWRP?
93starletgt said:
Thank you for the info! And what about staying on my current bootloader and flash a custom ROM on my already installed TWRP?
Click to expand...
Click to collapse
There is a ResurectionRemix rom that can be used for that. Just search for RR-O-v6.0.0-20180402-bkl-OpenKirin.zip it should work as this one's flashable by twrp. I haven't tried it so can't tell if it does. I have the file but I don't know if it's complete as it only contains system.img which seems strange as normally there would also be a boot.img or at least a kernel.img
mirandam said:
There is a ResurectionRemix rom that can be used for that. Just search for RR-O-v6.0.0-20180402-bkl-OpenKirin.zip it should work as this one's flashable by twrp. I haven't tried it so can't tell if it does. I have the file but I don't know if it's complete as it only contains system.img which seems strange as normally there would also be a boot.img or at least a kernel.img
Click to expand...
Click to collapse
Thanks! Last question. If I would like to go back to stock using the All In One Tool, how can I flash stock recovery? And where can I find it? Many thanks for your help.
are there custom roms for the huawei mate 10 pro??
cause cant find it on xda.
mine is stock it works but the no status bar pull down on lockscreen is anoying ;( sometimes and that only the stock sms app show on the always screen on...

Categories

Resources