Skip to content

Commit 685f320

Browse files
committed
added "LOSR" in custom-recovery
1 parent 7fc6689 commit 685f320

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/modding/custom-recovery.mdx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
11
---
22
title: Custom recovery
33
---
4+
import losrImg from "@site/static/assets/custom-recovery/losr.jpg";
45
import twrpImg from "@site/static/assets/custom-recovery/twrp.jpg";
56
import ofoxImg from "@site/static/assets/custom-recovery/ofox.jpg";
67

78
:::warning
89
Make sure you have the [bootloader unlocked](../dev/bootloader.md) or you will get [soft brick](../info/softbrick.md)!
910
:::
1011

12+
## LOSR (Lineage OS Recovery)
13+
:::info
14+
Currently the most stable custom recovery
15+
:::
16+
17+
<img src={losrImg} width="200" />
18+
19+
### Install
20+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/los-recovery.img)
21+
2. Reboot to [fastboot mode](../modes/fastboot)
22+
3. Disable vbmeta (if partition not found - ignore)
23+
```shell
24+
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
25+
```
26+
4. Flash LOSR
27+
```shell
28+
$ fastboot flash vendor_boot los-recovery.img
29+
```
30+
31+
### Credits
32+
- Author of the build: [GitFASTBOOT](https://github.com/GitFASTBOOT)
33+
- Tester & saving the last working version: [DiabloSat](https://github.com/progzone122)
34+
1135
## TWRP
1236

1337
<img src={twrpImg} width="200" />
@@ -51,7 +75,7 @@ Make sure you have the [bootloader unlocked](../dev/bootloader.md) or you will g
5175
```shell
5276
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
5377
```
54-
4. Flash TWRP
78+
4. Flash Orange Fox
5579
```shell
5680
$ fastboot flash vendor_boot vendor_boot.img
5781
```
1.06 MB
Loading
64 MB
Binary file not shown.

0 commit comments

Comments
 (0)