Okay, than this is the issue. Thanks.Rollback fw for c432 was released just before Pie. It contains rollback feature in changelog and fw is following new design - just two zips to download, not three as it was before.
Okay, than this is the issue. Thanks.Rollback fw for c432 was released just before Pie. It contains rollback feature in changelog and fw is following new design - just two zips to download, not three as it was before.
It would be possible to update whit your script new releases?Not yet and it’s also not needed. You can use Oreo TWRPs m but you’re not able to decrypt /data.
Read through the tutorials and Huawei related posts in Magisk forums. You need to modify your recovery_ramdisk within the Magisk app. Then flash it. EMUI 9 doesn’t have a boot partition anymore. So you need to boot like you want to boot into recovery every time you reboot your phone.
You can extract the original recovery_ramdisk from EMUI 9 update.app.
If you want to update your phone you need to reflash Stock recovery first.
Theoretically, yes.It would be possible to update whit your script new releases?
echo --update_package=[B][COLOR="Red"]/sdcard[/COLOR][/B]/pieupgrade/update.zip >> /cache/recovery/command
For now, I just can tell you that this works with Oreo. I can't test it on Pie, because my phone is a piece of junk.@Jannomag when trying to downgrade from pie should one flash stock recovery from pie or from oreo or it does not matter ?
When the phone is on in normal state, the path /sdcard in adb shell shows content of internal storage, if it gets to recovery the path /sdcard will be actually the micro sd card ? Because in the script is:Code:echo --update_package=[B][COLOR="Red"]/sdcard[/COLOR][/B]/pieupgrade/update.zip >> /cache/recovery/command
Rollback fw for c432 was released just before Pie. It contains rollback feature in changelog and fw is following new design - just two zips to download, not three as it was before.
You need to disable CRC check in the application settings.When i try to use Update extractor, i get this error message
RECOVERY_RAMDIS.img: Invalid header crc Expected: 4596 Got 34273
file:///C:/Users/aalme/OneDrive/Ambiente%20de%20Trabalho/Error.png
First of all, i am sorry, i should it know that the path wasn't visible to you.
What do you mean by " disable CRC check in the application settings"? If it was about "Update extractor", i didn't found it!
It should, but I can’t guarantee it. I can’t test it, because I don’t own a P10 anymore.Does your Tutorial #4 work for upgrading Pie 157 to the new Pie 159 which was released this night? (Found it on Firmwarefinder?)
What did You change in script?I have successfully downgraded from pie to oreo, using oreo rollback .384 firmware from http://pro-teammt.ru/firmware-database and a bit modified script from @Jannomag tutorial 4 : piedowngrade_pack.zip
(MD5: 9f655e3dab27a7024c87eca14559f1b9)
Need to create "piedowngrade" folder on sdcard and unzip there above archive, also put the update.zip and data_full_hw.zip firmware files - similarly as in tutorial 4. "piedowngrade" folder should contain files:
- piedowngrade.zip
- VTR_RECOVERY_OREO_NoCheck.img
- update.zip
- data_full_hw.zip
This script should also work with upgrade from pie to newer pie.
When downgrade be sure to use proper oreo rollback firmware which contain only two files: update.zip and update_full_MODEL_hw_[].zip (example update_full_VTR-L29_hw_eu.zip) (It is 8.0.0.384, FullOTA_MF, 2.86GB, released 2019.02.18)
After flashing firmware, recovery aditionaly performed full wipe, everything seems to work fine, only one odd thing occured - that the data_full_hw.zip file remained on sdcard in 'piedowngrade' folder.
He added that the script stops, when there are three files in the directory. When update_data_full_public.zip is present, the script will stop.What did You change in script?
That would be very nice, if it works for upgrading Pie to newer Pie, too... But... Do you have a working TWRP for Pie??? I think that is the main problem at the moment, so i can not test it...I have successfully downgraded from pie to oreo, using oreo rollback .384 firmware from http://pro-teammt.ru/firmware-database and a bit modified script from @Jannomag tutorial 4 : piedowngrade_pack.zip
(MD5: 9f655e3dab27a7024c87eca14559f1b9)
Need to create "piedowngrade" folder on sdcard and unzip there above archive, also put the update.zip and data_full_hw.zip firmware files - similarly as in tutorial 4. "piedowngrade" folder should contain files:
- piedowngrade.zip
- VTR_RECOVERY_OREO_NoCheck.img
- update.zip
- data_full_hw.zip
This script should also work with upgrade from pie to newer pie.
When downgrade be sure to use proper oreo rollback firmware which contain only two files: update.zip and update_full_MODEL_hw_[].zip (example update_full_VTR-L29_hw_eu.zip) (It is 8.0.0.384, FullOTA_MF, 2.86GB, released 2019.02.18)
After flashing firmware, recovery aditionaly performed full wipe, everything seems to work fine, only one odd thing occured - that the data_full_hw.zip file remained on sdcard in 'piedowngrade' folder.
Ok, i will try tomorrow morning...I have used the same twrp as for oreo and it allowed to install piedowngrade.zip without problems. The only error occurred when tried to make whole system backup before downgrade, but didn't get into it and take a risk without the backup.
Good morning everyone!If you are on pie already use my script, don't worry about 'downgrade' in name.