Add WIP install command
This commit is contained in:
parent
461a1f345f
commit
516f54f12a
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user