Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions 12/Pong.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### 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