Skip to content

CalyxOS

CalyxOS utilizes Verified Boot (including bootloader re-locking) to keep the Android security model intact.

Camera

Install host prerequisites

sudo pacman -S android-udev

Flash device

Note: Follow device specifc installation docs !

But in general:

  • Remove SIM card
  • Enable Developer Options
    • Settings → About Phone → tap Build number 7 times
  • Enable USB debugging
    • Settings → System → Advanced → Developer Options → USB Debugging
  • Enable OEM Unlocking
    • Settings → System → Advanced → Developer Options → OEM unlocking
  • Download and verify the device factory image

Ensure device-flasher.linux and the device factory image are located in the same directory, then:

./device-flasher.linux
  • Unlock the bootloader at the beginning of the installation
  • Lock the bootloader again at the end of the installation

Back to stock Android