hi mates,
recently when i downgraded from Nos 13 to 12 (or) from custom to stock NOS i had faced OTA installation problem
(note im bootloader and critical unlocked)
OTA update use fail , and local update also getting error.
I fixed the issue by
use payload dumper method to get boot and vendor_boot of specific version that you are using. using other version might cause brick.
use the boot and vendor images for same Nos version
1.1.3 full rom , 1.1.3 boot , 1.1.3 vendor_boot
(or)
1.1.7 full rom , 1.1.7 boot , 1.1.7 vendor_boot
when i tried to use 1.1.4 rom files i got error of previous installation failed in recovery but when i tried with 1.1.3 then succeeded. so try with 1.1.3 or 1.1.7 files.
after reboot now OTA has worked, and now im in 1.1.8
note: i had not locked bootloader and critical at any point. OTA will worked even bootloader is unlocked.
links:
NOS repository
payload dumper guide
recently when i downgraded from Nos 13 to 12 (or) from custom to stock NOS i had faced OTA installation problem
(note im bootloader and critical unlocked)
OTA update use fail , and local update also getting error.
I fixed the issue by
- fastboot flash boot boot.img
- fastboot flash vendor_boot vendor_boot.img
- fastboot reboot recovery
- then select apply update -> adb side load option in recovery
- adb sideload <full_Nos_rom_zip_filename> (from pc)
- comeback in recovery and perform factory data reset
- reboot system
use payload dumper method to get boot and vendor_boot of specific version that you are using. using other version might cause brick.
use the boot and vendor images for same Nos version
1.1.3 full rom , 1.1.3 boot , 1.1.3 vendor_boot
(or)
1.1.7 full rom , 1.1.7 boot , 1.1.7 vendor_boot
when i tried to use 1.1.4 rom files i got error of previous installation failed in recovery but when i tried with 1.1.3 then succeeded. so try with 1.1.3 or 1.1.7 files.
after reboot now OTA has worked, and now im in 1.1.8
note: i had not locked bootloader and critical at any point. OTA will worked even bootloader is unlocked.
links:
NOS repository
payload dumper guide