f71469aea655fc7345be1c2c80d71fb15efb56fb
Tech/NordCE2.md
... | ... | @@ -12,7 +12,7 @@ Model Code |
12 | 12 | : IV2201 |
13 | 13 | |
14 | 14 | Model Codename |
15 | -: |
|
15 | +: |
|
16 | 16 | |
17 | 17 | Purchased |
18 | 18 | : 2022-08-30 |
... | ... | @@ -24,18 +24,38 @@ RAM |
24 | 24 | : 8GB |
25 | 25 | |
26 | 26 | Factory Firmware Version |
27 | -: IV2201_11_A.11 |
|
27 | +: `IV2201_11_A.11` |
|
28 | 28 | |
29 | 29 | Firmware Version |
30 | -: IV2201_11_A.13 |
|
30 | +: `IV2201_11_A.13` |
|
31 | 31 | |
32 | 32 | XDA Devs |
33 | 33 | : https://forum.xda-developers.com/f/oneplus-nord-ce-2.12541/ |
34 | 34 | |
35 | +# Firmware Versions |
|
36 | +- A.11 was original factory version |
|
37 | +- A.12, A.13 are incremental updates |
|
38 | +- C series is Android 12 preview |
|
39 | + - [released](https://community.oneplus.com/thread?id=1110424001643544581) with a rollback package for A.13 |
|
40 | + |
|
41 | + |
|
35 | 42 | |
36 | 43 | # Rooting |
37 | -* https://www.getdroidtips.com/oneplus-nord-ce-2-5g-firmware-flash-file/ |
|
38 | -* https://www.droidwin.com/how-to-root-oneplus-nord-ce-2-via-magisk-and-ofp-firmware/ |
|
44 | +- https://www.getdroidtips.com/oneplus-nord-ce-2-5g-firmware-flash-file/ |
|
45 | +- https://www.droidwin.com/how-to-root-oneplus-nord-ce-2-via-magisk-and-ofp-firmware/ |
|
46 | +- [Android 12 preview with A.13 rollback package](https://community.oneplus.com/thread?id=1110424001643544581) |
|
47 | + |
|
48 | +## Files |
|
49 | +- https://oxygenos.oneplus.net/oplus_ota_downgrade_Rollback.zip , contains: |
|
50 | + - `ota_downgrade.zip`, contains (sha1sum): |
|
51 | + - `678275d44cbec87a64be8c7fbf450cd2c80d58ab vbmeta.img` |
|
52 | +- `boot.img` |
|
53 | + - [`A13P2.img` India A13 patched](https://forum.xda-developers.com/t/magisk-support-for-nord-ce2.4414613/post-87154769) (sha1sum: `91cf3ae2454bf6689a1faa5b8babcb96a2b25a6e`) |
|
54 | +- `vbmeta.img` (India A12) (sha1sum: `7f61424960d481b06ce515597482df4db84a48eb`) |
|
55 | + |
|
56 | + |
|
57 | + |
|
58 | +## Procedure |
|
39 | 59 | |
40 | 60 | 1. Developer Mode |
41 | 61 | 1. OEM Unlocking |
... | ... | @@ -52,13 +72,19 @@ XDA Devs |
52 | 72 | 1. Download Magisk APK |
53 | 73 | 1. Download firmware of OnePlus Nord CE 2 (the same version that is installed on your phone) |
54 | 74 | |
55 | - 1. Extract firmware and copy the `boot.img` to phone |
|
56 | - 2. Install Magisk app |
|
57 | - 3. Open Magisk app, click Install. |
|
58 | - 4. "Select and patch a file", patch `boot.img` |
|
59 | - 5. Copy phone:`magisk_patched.img` to host |
|
60 | - 6. `fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img` (otherwise bootloop) |
|
61 | - 7. `fastboot flash boot magisk_patched.img` |
|
75 | + 1. Patch bootloader |
|
76 | + 1. Extract firmware and copy the `boot.img` to phone |
|
77 | + 2. Install Magisk app |
|
78 | + 3. Open Magisk app, click Install. |
|
79 | + 4. "Select and patch a file", patch `boot.img` |
|
80 | + 5. Copy phone:`magisk_patched.img` to host |
|
81 | + 2. `fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img` (otherwise bootloop) |
|
82 | + 3. `fastboot flash boot magisk_patched.img` |
|
83 | + |
|
84 | +``` |
|
85 | +fastboot --disable-verity --disable-verification flash vbmeta vbmeta-a13-rollback.img |
|
86 | +fastboot flash boot A13P2.img |
|
87 | +``` |
|
62 | 88 | |
63 | 89 | ## Bootloop Recovery |
64 | 90 | - Hold Power and Vol Down to reboot to bootloader |