Skip to content

Instantly share code, notes, and snippets.

@belowzeroiq
belowzeroiq / porting-guide.md
Created July 16, 2025 10:50
OEM Porting guide

📱 Android ROM Porting Guide (V2) — Termux + UKA

A simple yet powerful guide to porting Android ROMs using Termux, UKA, and MT Manager. Built for power users with root access looking to customize their Android experience.


⚙️ Requirements

  • Root Access (Recommended: Magisk, KernelSU, or APatch)
  • Termux (via F-Droid or official site)
#!/bin/bash
# Install Openbox
pacman -S openbox obconf nitrogen lxappearance --noconfirm
# Install panel and dock, file manager, and terminal
pacman -S polybar plank pcmanfm alacritty kitty gedit git --noconfirm
# Install X SERVER
pacman -S --needed xorg-server xorg-xinit --noconfirm