File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11---
22title : Custom recovery
33---
4+ import losrImg from " @site/static/assets/custom-recovery/losr.jpg" ;
45import twrpImg from " @site/static/assets/custom-recovery/twrp.jpg" ;
56import ofoxImg from " @site/static/assets/custom-recovery/ofox.jpg" ;
67
78:::warning
89Make 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 ```
You can’t perform that action at this time.
0 commit comments