From c4f7ef8f4bab94e7dcec2f599b03aca06219e704 Mon Sep 17 00:00:00 2001 From: ediwq14 Date: Wed, 29 Jul 2026 22:23:16 +0200 Subject: [PATCH 1/4] Add install docs for Nothing Phone 2 (pong) --- 12/Pong.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 12/Pong.md diff --git a/12/Pong.md b/12/Pong.md new file mode 100644 index 0000000..fdc10d3 --- /dev/null +++ b/12/Pong.md @@ -0,0 +1,40 @@ +###Pre-installation: + + Unlocked Bootloader + + Custom Recovery + + Optional GApps + +First time installation (clean flash): + +* Step 1: Boot into Recovery mode (via Fastboot using Volume Down + Power) + +* Step 2: Go to Wipe -> Format Data and type yes to remove internal storage encryption + +* Step 3: Go to Advanced Wipe, select System, Vendor, Cache, and Dalvik / ART Cache, then swipe to wipe +` +Bash + +adb sideload crdroid.zip +` + * Step 4: Flash your preferred GApps package (if using a Vanilla build) + + * Step 5: Format data once more if required, then tap Reboot System + +Update installation: + + * Step 1: Reboot your device into Recovery mode + + * Step 2: Go to Install and select the newer crDroid update zip + + * Step 3: Wipe Dalvik and Cache partitions + +` +Bash + +adb sideload crdroid.zip +` + * Step 4: Swipe to flash the update package + + * Step 5: Tap Reboot System to complete the upgrade From 44556b37e11ad376364d03cfa7f27e0f7dc2aa49 Mon Sep 17 00:00:00 2001 From: ediwq14 Date: Wed, 29 Jul 2026 22:24:25 +0200 Subject: [PATCH 2/4] Add install docs for Nothing Phone 2 (pong) --- 12/Pong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/Pong.md b/12/Pong.md index fdc10d3..866df3e 100644 --- a/12/Pong.md +++ b/12/Pong.md @@ -1,4 +1,4 @@ -###Pre-installation: +### Pre-installation: Unlocked Bootloader From f8581451df0de707bf822de72025418cf2b5078b Mon Sep 17 00:00:00 2001 From: ediwq14 Date: Wed, 29 Jul 2026 22:27:24 +0200 Subject: [PATCH 3/4] Add install docs for Nothing Phone 2 (pong) --- 12/Pong.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/12/Pong.md b/12/Pong.md index 866df3e..90e31cb 100644 --- a/12/Pong.md +++ b/12/Pong.md @@ -1,24 +1,23 @@ ### Pre-installation: - Unlocked Bootloader + * Unlocked Bootloader - Custom Recovery + * Custom Recovery - Optional GApps + * Optional GApps First time installation (clean flash): -* Step 1: Boot into Recovery mode (via Fastboot using Volume Down + Power) + * Step 1: Boot into Recovery mode (via Fastboot using Volume Down + Power) -* Step 2: Go to Wipe -> Format Data and type yes to remove internal storage encryption + * Step 2: Go to Wipe -> Format Data and type yes to remove internal storage encryption -* Step 3: Go to Advanced Wipe, select System, Vendor, Cache, and Dalvik / ART Cache, then swipe to wipe -` -Bash + * Step 3: Go to Advanced Wipe, select System, Vendor, Cache, and Dalvik / ART Cache, then swipe to wipe +```bash adb sideload crdroid.zip -` - * Step 4: Flash your preferred GApps package (if using a Vanilla build) +``` + * Step 4: Flash your preferred GApps package (if using a Vanilla build) * Step 5: Format data once more if required, then tap Reboot System @@ -30,11 +29,10 @@ Update installation: * Step 3: Wipe Dalvik and Cache partitions -` -Bash +```bash adb sideload crdroid.zip -` +``` * Step 4: Swipe to flash the update package * Step 5: Tap Reboot System to complete the upgrade From 5981f721ac568e1d787bd33053fff524f5e48825 Mon Sep 17 00:00:00 2001 From: ediwq14 Date: Wed, 29 Jul 2026 22:28:29 +0200 Subject: [PATCH 4/4] Add install docs for Nothing Phone 2 (pong) --- 12/Pong.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/12/Pong.md b/12/Pong.md index 90e31cb..84dfb9d 100644 --- a/12/Pong.md +++ b/12/Pong.md @@ -6,7 +6,7 @@ * Optional GApps -First time installation (clean flash): +### First time installation (clean flash): * Step 1: Boot into Recovery mode (via Fastboot using Volume Down + Power) @@ -21,7 +21,7 @@ adb sideload crdroid.zip * Step 5: Format data once more if required, then tap Reboot System -Update installation: +### Update installation: * Step 1: Reboot your device into Recovery mode