Add WIP install command

This commit is contained in:
Waldemar Tomme 2024-12-01 00:01:43 +01:00
parent 461a1f345f
commit 516f54f12a

View File

@ -1,8 +1,15 @@
## Recovery Mode
`adb reboot recovery`
```
adb reboot recovery
```
## Download Mode
Hold Volume Up + Volume Down and plug USB cable into device; hold until download mode visible
## Unlock Bootloader
Enable OEM Unlocking in Android Developer Options, Enter Download Mode, Hold Volume Up, accept with Volume Up
## Installation (WIP)
```bash
pmbootstrap install --no-recommends --android-recovery-zip --password pw --zap --recovery-install-partition super
```