inferno0230 已修改 3 months ago. 還原成這個修訂版本
1 file changed, 3 insertions, 3 deletions
caihong_instructions.md
| @@ -1,8 +1,8 @@ | |||
| 1 | 1 | # Prerequisites: | |
| 2 | - | - Device must be running OxygenOS version 16.0.3.500, | |
| 2 | + | - Device must be running OxygenOS version 16.0.5.701, | |
| 3 | 3 | - Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked) | |
| 4 | 4 | ||
| 5 | - | Note: Builds are based on OPD2403_16.0.3.500(EX01) | |
| 5 | + | Note: Builds are based on OPD2403_16.0.5.701(EX01) | |
| 6 | 6 | ||
| 7 | 7 | # Clean flash: | |
| 8 | 8 | - Reboot to bootloader | |
| @@ -27,8 +27,8 @@ Note: Builds are based on OPD2403_16.0.3.500(EX01) | |||
| 27 | 27 | - Enter fastbootd | |
| 28 | 28 | - fastboot wipe-super super_empty.img | |
| 29 | 29 | - Enter recovery | |
| 30 | - | - Sideload the rom zip | |
| 31 | 30 | - Format data | |
| 31 | + | - Sideload the rom zip | |
| 32 | 32 | - Reboot | |
| 33 | 33 | ||
| 34 | 34 | # If after sideloading rom, device boots to bootloader: | |
inferno0230 已修改 7 months ago. 還原成這個修訂版本
1 file changed, 2 insertions
caihong_instructions.md
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | - Device must be running OxygenOS version 16.0.3.500, | |
| 3 | 3 | - Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked) | |
| 4 | 4 | ||
| 5 | + | Note: Builds are based on OPD2403_16.0.3.500(EX01) | |
| 6 | + | ||
| 5 | 7 | # Clean flash: | |
| 6 | 8 | - Reboot to bootloader | |
| 7 | 9 | - Flash boot, init_boot, vendor_boot, dtbo and recovery images | |
inferno0230 已修改 7 months ago. 還原成這個修訂版本
1 file changed, 2 insertions, 2 deletions
caihong_instructions.md
| @@ -1,5 +1,5 @@ | |||
| 1 | 1 | # Prerequisites: | |
| 2 | - | - Device must be running OxygenOS version 16.0.0.202 or higher, | |
| 2 | + | - Device must be running OxygenOS version 16.0.3.500, | |
| 3 | 3 | - Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked) | |
| 4 | 4 | ||
| 5 | 5 | # Clean flash: | |
| @@ -11,9 +11,9 @@ | |||
| 11 | 11 | - `fastboot flash dtbo dtbo.img` | |
| 12 | 12 | - `fastboot flash recovery recovery.img` | |
| 13 | 13 | - Reboot to recovery | |
| 14 | + | - Format data before sideload | |
| 14 | 15 | - Sideload ROM zip | |
| 15 | 16 | - `adb sideload PixelOS*.zip` | |
| 16 | - | - Format data after sideload | |
| 17 | 17 | - Reboot and voila! | |
| 18 | 18 | ||
| 19 | 19 | # Updating to a newer build (dirty flash): | |
inferno0230 已修改 9 months ago. 還原成這個修訂版本
1 file changed, 37 insertions
caihong_instructions.md(檔案已創建)
| @@ -0,0 +1,37 @@ | |||
| 1 | + | # Prerequisites: | |
| 2 | + | - Device must be running OxygenOS version 16.0.0.202 or higher, | |
| 3 | + | - Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked) | |
| 4 | + | ||
| 5 | + | # Clean flash: | |
| 6 | + | - Reboot to bootloader | |
| 7 | + | - Flash boot, init_boot, vendor_boot, dtbo and recovery images | |
| 8 | + | - `fastboot flash boot boot.img` | |
| 9 | + | - `fastboot flash init_boot init_boot.img` | |
| 10 | + | - `fastboot flash vendor_boot vendor_boot.img` | |
| 11 | + | - `fastboot flash dtbo dtbo.img` | |
| 12 | + | - `fastboot flash recovery recovery.img` | |
| 13 | + | - Reboot to recovery | |
| 14 | + | - Sideload ROM zip | |
| 15 | + | - `adb sideload PixelOS*.zip` | |
| 16 | + | - Format data after sideload | |
| 17 | + | - Reboot and voila! | |
| 18 | + | ||
| 19 | + | # Updating to a newer build (dirty flash): | |
| 20 | + | - Sideload ROM zip | |
| 21 | + | - Reboot and voila! | |
| 22 | + | ||
| 23 | + | # If sideloading rom gives error 7: | |
| 24 | + | - Reboot to recovery | |
| 25 | + | - Enter fastbootd | |
| 26 | + | - fastboot wipe-super super_empty.img | |
| 27 | + | - Enter recovery | |
| 28 | + | - Sideload the rom zip | |
| 29 | + | - Format data | |
| 30 | + | - Reboot | |
| 31 | + | ||
| 32 | + | # If after sideloading rom, device boots to bootloader: | |
| 33 | + | - Do clean flash steps again | |
| 34 | + | - When it asks for Yes/No prompt for installing additional packages, select Yes | |
| 35 | + | - After device reboots recovery, sideload again. | |
| 36 | + | - This time when it asks for Yes/No prompt for installing additional packages, select No | |
| 37 | + | - Format and Reboot | |