pmos-work-a71/README.md

17 lines
593 B
Markdown
Raw Normal View History

## Recovery Mode
2024-11-30 23:01:43 +00:00
```
adb reboot recovery
```
Ensure Phone is Off, Hold Volume Up + Power, Release as soon as the Samsung logo shows up, (Also release when warning about unsafe software etc. is shown)
## Download Mode
Hold Volume Up + Volume Down and plug USB cable into device; hold until download mode visible
2024-11-30 16:29:23 +00:00
## Unlock Bootloader
Enable OEM Unlocking in Android Developer Options, Enter Download Mode, Hold Volume Up, accept with Volume Up
2024-11-30 23:01:43 +00:00
## Installation (WIP)
```bash
pmbootstrap install --no-recommends --android-recovery-zip --password pw --zap --recovery-install-partition super
```