Skip to content

Commit aeb7aaf

Browse files
committed
update custom recovery links, add shrp/pbrp recovery
1 parent 1da0d99 commit aeb7aaf

File tree

1 file changed

+47
-23
lines changed

1 file changed

+47
-23
lines changed

docs/modding/custom-recovery.mdx

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ import ofoxImg from "@site/static/assets/custom-recovery/ofox.jpg";
99
Make sure you have the [bootloader unlocked](../dev/bootloader.md) or you will get [soft brick](../info/softbrick.md)!
1010
:::
1111

12+
### Credits
13+
- Author of the builds: [GitFASTBOOT](https://github.com/GitFASTBOOT)
14+
- Testers:
15+
- [DiabloSat](https://github.com/progzone122)
16+
- [Adnan2109](https://github.com/Adnan2109)
17+
- Fixing touch issue on chipone version: [Roger Ortiz ](https://github.com/R0rt1z2)
18+
- Found out why there was no system reboot: [Shomy](https://github.com/shomykohai)
19+
1220
## LOSR (Lineage OS Recovery)
1321
:::info
1422
Currently the most stable custom recovery
@@ -28,37 +36,61 @@ Currently the most stable custom recovery
2836
$ fastboot flash vendor_boot los-recovery.img
2937
```
3038

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-
3539
## TWRP
40+
**Released:** 4/14/25
3641

3742
<img src={twrpImg} width="200" />
3843

3944
### Bugs
4045
- Vibrator
41-
- Encryption
4246

4347
### Install
44-
1. Download [latest release](https://github.com/penangf/android_device_motorola_penangf-twrp/releases/download/Twrp/vendo_boot.img)
48+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/twrp.img)
4549
2. Reboot to [fastboot mode](../modes/fastboot)
4650
3. Disable vbmeta (if partition not found - ignore)
4751
```shell
4852
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
4953
```
5054
4. Flash TWRP
5155
```shell
52-
$ fastboot flash vendor_boot vendor_boot.img
56+
$ fastboot flash vendor_boot twrp.img
5357
```
5458

55-
### Credits
56-
- Author of the build: [GitFASTBOOT](https://github.com/GitFASTBOOT)
57-
- Testers:
58-
- [DiabloSat](https://github.com/progzone122)
59-
- [Adnan2109](https://github.com/Adnan2109)
60-
- Fixing touch issue on chipone version: [Roger Ortiz ](https://github.com/R0rt1z2)
61-
- Found out why there was no system reboot: [Shomy](https://github.com/shomykohai)
59+
## SHRP
60+
**Released:** 4/14/25
61+
62+
### Bugs
63+
- Vibrator
64+
65+
### Install
66+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/shrp.img)
67+
2. Reboot to [fastboot mode](../modes/fastboot)
68+
3. Disable vbmeta (if partition not found - ignore)
69+
```shell
70+
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
71+
```
72+
4. Flash SHRP
73+
```shell
74+
$ fastboot flash vendor_boot shrp.img
75+
```
76+
77+
## PBRP (Pitch Black Recovery Project)
78+
**Released:** 4/14/25
79+
80+
### Bugs
81+
- Vibrator
82+
83+
### Install
84+
1. Download [latest release](https://penangf.fuckyoumoto.xyz/assets/modding/recovery/pbrp.img)
85+
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+
```
6294

6395
## Orange Fox
6496

@@ -78,12 +110,4 @@ Currently the most stable custom recovery
78110
4. Flash Orange Fox
79111
```shell
80112
$ fastboot flash vendor_boot vendor_boot.img
81-
```
82-
83-
### Credits
84-
- Author of the build: [GitFASTBOOT](https://github.com/GitFASTBOOT)
85-
- Testers:
86-
- [DiabloSat](https://github.com/progzone122)
87-
- [Adnan2109](https://github.com/Adnan2109)
88-
- Fixing touch issue on chipone version: [Roger Ortiz ](https://github.com/R0rt1z2)
89-
- Found out why there was no system reboot: [Shomy](https://github.com/shomykohai)
113+
```

0 commit comments

Comments
 (0)