Skip to content

Commit df656ea

Browse files
committed
remove ofox, remove "most stable los recovery" info
1 parent aeb7aaf commit df656ea

File tree

1 file changed

+16
-39
lines changed

1 file changed

+16
-39
lines changed

docs/modding/custom-recovery.mdx

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,40 @@ Make sure you have the [bootloader unlocked](../dev/bootloader.md) or you will g
1717
- Fixing touch issue on chipone version: [Roger Ortiz ](https://github.com/R0rt1z2)
1818
- Found out why there was no system reboot: [Shomy](https://github.com/shomykohai)
1919

20-
## LOSR (Lineage OS Recovery)
21-
:::info
22-
Currently the most stable custom recovery
23-
:::
20+
## TWRP
21+
**Released:** 4/14/25
2422

25-
<img src={losrImg} width="200" />
23+
<img src={twrpImg} width="200" />
24+
25+
### Bugs
26+
- Vibrator
2627

2728
### Install
28-
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/los-recovery.img)
29+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/twrp.img)
2930
2. Reboot to [fastboot mode](../modes/fastboot)
3031
3. Disable vbmeta (if partition not found - ignore)
3132
```shell
3233
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
3334
```
34-
4. Flash LOSR
35+
4. Flash TWRP
3536
```shell
36-
$ fastboot flash vendor_boot los-recovery.img
37+
$ fastboot flash vendor_boot twrp.img
3738
```
3839

39-
## TWRP
40-
**Released:** 4/14/25
41-
42-
<img src={twrpImg} width="200" />
40+
## LOSR (Lineage OS Recovery)
4341

44-
### Bugs
45-
- Vibrator
42+
<img src={losrImg} width="200" />
4643

4744
### Install
48-
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/twrp.img)
45+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/los-recovery.img)
4946
2. Reboot to [fastboot mode](../modes/fastboot)
5047
3. Disable vbmeta (if partition not found - ignore)
5148
```shell
5249
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
5350
```
54-
4. Flash TWRP
51+
4. Flash LOSR
5552
```shell
56-
$ fastboot flash vendor_boot twrp.img
53+
$ fastboot flash vendor_boot los-recovery.img
5754
```
5855

5956
## SHRP
@@ -83,31 +80,11 @@ Currently the most stable custom recovery
8380
### Install
8481
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/pbrp.img)
8582
2. Reboot to [fastboot mode](../modes/fastboot)
86-
3. Disable vbmeta (if partition not found - ignore)
87-
```shell
88-
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
89-
```
90-
4. Flash PBRP
91-
```shell
92-
$ fastboot flash vendor_boot pbrp.img
93-
```
94-
95-
## Orange Fox
96-
97-
<img src={ofoxImg} width="200" />
98-
99-
### Bugs
100-
- Vibrator
101-
- Encryption
102-
103-
### Install
104-
1. Download [latest release](https://github.com/penangf/android_device_motorola_penangf-twrp/releases/download/ofox/vendor_boot.img)
105-
2. Reboot to [fastboot mode](../modes/fastboot)
10683
3. Disable vbmeta (if partition not found - ignore)
10784
```shell
10885
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
10986
```
110-
4. Flash Orange Fox
87+
4. Flash PBRP
11188
```shell
112-
$ fastboot flash vendor_boot vendor_boot.img
89+
$ fastboot flash vendor_boot pbrp.img
11390
```

0 commit comments

Comments
 (0)