Custom recovery
warning
Make sure you have the bootloader unlocked or you will get soft brick!
Credits​
- Author of the builds: GitFASTBOOT
- Testers:
- Fixing touch issue on chipone version: Roger Ortiz
- Found out why there was no system reboot: Shomy
TWRP​
Released: 4/14/25

Bugs​
- Vibrator
Install​
- Download latest release
- Reboot to fastboot mode
- Disable vbmeta (if partition not found - ignore)
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
- Flash TWRP
$ fastboot flash vendor_boot twrp.img
LOSR (Lineage OS Recovery)​

Install​
- Download latest release
- Reboot to fastboot mode
- Disable vbmeta (if partition not found - ignore)
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
- Flash LOSR
$ fastboot flash vendor_boot los-recovery.img
SHRP​
Released: 4/14/25
Bugs​
- Vibrator
Install​
- Download latest release
- Reboot to fastboot mode
- Disable vbmeta (if partition not found - ignore)
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
- Flash SHRP
$ fastboot flash vendor_boot shrp.img
PBRP (Pitch Black Recovery Project)​
Released: 4/14/25
Bugs​
- Vibrator
Install​
- Download latest release
- Reboot to fastboot mode
- Disable vbmeta (if partition not found - ignore)
$ fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
- Flash PBRP
$ fastboot flash vendor_boot pbrp.img