Skip to content

AxionAOSP/AxionOS_Pixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AxionOS_Pixels

Total Download

AxionOS Pixel Releases

AxionAOSP builds for Google Pixel devices.


πŸ“Œ Installation Guide

⚠️ Important Notes:

  • Ensure your bootloader is unlocked.
  • Back up your data before proceeding, as this process will wipe your device.
  • Always use the latest recommended firmware for your device.
  • If switching from a different ROM/variant (GMS/VANILLA), a clean flash is mandatory.

πŸ”Ή Clean Flash (Recommended for New Users or Switching ROMs)

  1. Download the ROM package and relevant files (boot.img, dtbo.img, vendor_boot.img).

  2. Place the downloaded files in a folder (preferably your platform-tools folder).

  3. Reboot to bootloader (Hold Power + Volume Down until Fastboot Mode appears).

  4. Open a terminal/command prompt on your PC in the folder containing the files.

  5. Run the following commands:

    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot reboot recovery
  6. Format data via recovery (only if flashing from another ROM).

  7. Go to Advanced > Reboot to Recovery.

  8. Select Apply update > Apply update via ADB.

  9. On your PC, sideload the ROM package:

    adb sideload rom.zip

    (Replace rom.zip with the actual filename of the downloaded ROM)

  10. If flashing a vanilla build, reboot to recovery at 47% completion and sideload GApps (Skip if using a GApps build):

adb sideload gapps.zip
  1. (Optional) Flash Additional if needed:
adb sideload addon|magisk.zip
  1. Reboot to system and enjoy AxionOS! πŸŽ‰

πŸ”„ Updating from an Existing AxionOS Build

  1. Reboot to recovery (Advanced > Reboot to Recovery).

  2. Select Apply update > Apply update via ADB.

  3. On your PC, sideload the ROM package:

    adb sideload rom.zip
  4. If flashing a vanilla build, reboot to recovery at 47% completion and sideload GApps (Skip if using a GApps build):

    adb sideload gapps.zip
  5. (Optional) Flash Additional if needed:

    adb sideload addon|magisk.zip

πŸ”„ Local Update (Pre-1.2 builds onwards only)

  1. Go to Settings (System > System Updates).
  2. Select Local Update > Select axion package.
  3. Wait for local update to finish.
  4. Reboot device once local update is complete.

πŸ”— Useful Links

  • πŸ“₯ MindTheGapps: Download Here
  • πŸ›  AxionOS supports signature spoofing for no-root revanced MicroG service: Download Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published