Skip to content

OutrageousStorm/custom-rom-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“± Custom ROM Notes

Quick-reference guides and notes for Android custom ROM flashing. Companion to ROM Haven wiki.


Quick start

  1. Unlock bootloader β†’ see Bootloader Unlock Guide
  2. Flash custom recovery (TWRP or OrangeFox)
  3. Flash ROM β†’ wipe data β†’ install
  4. Flash GApps (if needed)
  5. Root with Magisk (optional)

ROM choice guide

Goal ROM
Maximum privacy GrapheneOS (Pixel only)
Privacy + app compat CalyxOS (Pixel / some Fairphone)
Privacy on many devices DivestOS (200+ devices)
Fully de-Googled /e/OS (250+ devices)
Widest device support LineageOS
Pixel UI feel Pixel Experience / PixelOS
Heavy customization crDroid / Evolution X
Android 15/16 features RisingOS
Clean + stable Paranoid Android

Flashing basics

# Unlock bootloader (after enabling OEM unlocking in dev options)
adb reboot bootloader
fastboot flashing unlock   # Pixel / most devices
fastboot oem unlock        # older devices

# Flash custom recovery
fastboot flash recovery twrp.img

# Boot into recovery
fastboot boot twrp.img     # temp boot (safer first time)

# Sideload ROM via ADB
adb sideload rom.zip

Root with Magisk

  1. Extract boot.img from the ROM zip
  2. Patch it in the Magisk app β†’ produces magisk_patched.img
  3. fastboot flash boot magisk_patched.img
  4. Reboot

Must-have post-flash apps

App Why
F-Droid Open-source app store
Aurora Store Play Store anonymously
Magisk Root management
LSPosed Xposed framework
Shizuku ADB-level access without root
NetGuard No-root firewall

Device-specific guides β†’ ROM Haven wiki

See also: android-rom-guide
Maintained by OutrageousStorm

About

πŸ“± Notes, guides and quick references for custom ROM flashing β€” LineageOS, GrapheneOS, crDroid and more. Companion to ROM Haven wiki.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors