Skip to content

Recovery images

steadfasterX edited this page Sep 18, 2024 · 16 revisions

Recovery images

AXP.OS comes with a restricted and limited recovery which ensures no one can tamper with your device (as far as possible - as the bootloader cannot be locked on every device).

AXP.OS recovery

The recommended way to install AXP.OS when you come from any OS including STOCK and no TWRP image exists.

That being said there is one exception to this rule: If there is a factory image available (e.g. any Google Pixel device) it is recommended to flash via fastboot (see the installation guide for your device!).

TWRP

Sometimes it is required to boot into a more advanced recovery and while not supported you can check my own TWRP builds or the latest official ones:

Official TWRP builds

(often older and well - official)

Main page: all devices

Unofficial TWRP builds

(often newer, more features, often more bugfixes - but unofficial)

Main page: all devices

Usage (official TWRP or not)

fastboot boot twrp.img

or if that fails:

fastboot flash recovery twrp.img
fastboot reboot-recovery # or use the key combo for your device

Note

AXP.OS comes with its own recovery so if you flash a custom recovery it gets overwritten on next update! Even worse if you own a device which does not have a dedicated recovery partition (e.g. the OnePlus 6T) flashing TWRP will remove Magisk and needs to be manually re-flashed afterwards, so causing just trouble at the end.

Clone this wiki locally