🐉 DragonBornOS - Project Overview
Date: 2026-03-26
Lead Developer: methodwhite
Base: AOSP 13 (Android 13)
Status: ACTIVE DEVELOPMENT
Device
Codename
SoC
Status
Maintainer
Moto Edge 30 Neo
neo
Snapdragon 695
✅ STABLE
methodwhite
Xiaomi POCO X3 Pro
vayu
Snapdragon 860
🔄 PORTING
methodwhite
Huawei P Smart 2019
HWSTK-HF
Kirin 710
🔄 PORTING
methodwhite
✅ Port DragonBornOS from Moto Edge 30 Neo to 2 new devices
✅ Maintain security and privacy features
✅ Provide stable daily builds
✅ Active community support
⬜ Add more devices in Q2 2026
⬜ Android 14 base in Q3 2026
⬜ Dragon AI improvements
⬜ OTA infrastructure
$HOME/Projects/DragonBornOS/
├── README.md # Project overview
├── build.sh # Build automation script
├── setup.sh # Environment setup script
├── device/
│ ├── motorola/neo/ # Moto Edge 30 Neo device tree
│ ├── xiaomi/vayu/ # Xiaomi POCO X3 Pro device tree
│ └── huawei/HWSTK-HF/ # Huawei P Smart 2019 device tree
├── kernel/
│ ├── motorola/neo/ # Kernel for Moto Edge 30 Neo
│ ├── xiaomi/sm8250/ # Kernel for POCO X3 Pro
│ └── huawei/kirin710/ # Kernel for Huawei P Smart
├── vendor/ # Proprietary blobs (to be cloned)
├── docs/
│ └── PORTING_GUIDE.md # Porting documentation
├── tools/ # Build tools
└── roms/ # Compiled ROMs (output)
cd $HOME /Projects/DragonBornOS
./setup.sh
# Moto Edge 30 Neo (existing)
./build.sh neo build
# Xiaomi POCO X3 Pro
./build.sh vayu build
# Huawei P Smart 2019
./build.sh HWSTK build
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot
Device Tree: ✅ COMPLETE
Kernel: ✅ COMPLETE
Vendor Blobs: ✅ COMPLETE
Build Status: ✅ STABLE
Daily Builds: ✅ AVAILABLE
Known Issues: None
Xiaomi POCO X3 Pro (vayu)
Device Tree: 🔄 IN PROGRESS
Kernel: 🔄 IN PROGRESS
Vendor Blobs: ⏳ PENDING
Build Status: 🔄 TESTING
Daily Builds: ⏳ SOON
Known Issues:
⚠️ VoLTE needs testing
⚠️ Fingerprint needs testing
Huawei P Smart 2019 (HWSTK-HF)
Device Tree: 🔄 IN PROGRESS
Kernel: 🔄 IN PROGRESS
Vendor Blobs: ⏳ PENDING
Build Status: 🔄 TESTING
Daily Builds: ⏳ SOON
Known Issues:
⚠️ No Google Services (use microG)
⚠️ Camera needs proprietary blobs
⚠️ Bootloader unlock required
CPU: 8+ cores (16+ recommended)
RAM: 32GB minimum (64GB recommended)
Storage: 500GB+ SSD (1TB+ recommended)
OS: Ubuntu 20.04/22.04 LTS
Java: OpenJDK 11
Python: 3.8+
Repo: Latest version
Git: Latest version
sudo apt install -y bc bison build-essential ccache curl \
flex g++ gcc git gnupg liblz4-tool libncurses5 \
libncurses5-dev libssl-dev libxml2 libxml2-utils lzop \
maven pngcrush python3 rsync schedtool squashfs-tools \
xsltproc zip zlib1g-dev imagemagick openjdk-11-jdk \
adb fastboot
File
Purpose
device/*/BoardConfig.mk
Device-specific board configuration
device/*/device.mk
Device-specific build rules
device/*/AndroidProducts.mk
Product definitions
vendor/dragonborn/config/common.mk
Common DragonBornOS config
Script
Purpose
build.sh
Automated build system
setup.sh
Environment setup
extract-files.sh
Extract vendor blobs
generate_otapackage.sh
Generate OTA updates
Phase 2: Porting (IN PROGRESS 🔄)
Phase 3: Testing (NEXT ⏳)
Phase 4: Release (PLANNED 📅)
Issue
Severity
Status
VoLTE may not work
Medium
Investigating
Fingerprint sensor
Medium
Testing
Camera quality
Low
Optimizing
Issue
Severity
Status
No Google Services
High
Using microG
Camera HAL
High
Extracting blobs
Bootloader unlock
Critical
User responsibility
Website: dragonbornos.com (TBD)
Telegram: @DragonBornOS (TBD)
XDA: DragonBornOS Forum (TBD)
GitHub: @DragonBornOS (TBD)
Moto Edge 30 Neo: @DragonBornOS_neo (TBD)
POCO X3 Pro: @DragonBornOS_vayu (TBD)
Huawei P Smart: @DragonBornOS_HWSTK (TBD)
methodwhite - Lead Developer, All Devices
Kernel developers
Device tree maintainers
Testers
Documentation writers
DragonBornOS is licensed under:
Apache License 2.0 - AOSP base
GPL v2 - Kernel
MIT - DragonBornOS applications
✅ Project setup
✅ Device trees created
🔄 First builds for vayu and HWSTK
⬜ Stable releases for all devices
⬜ OTA infrastructure
⬜ Community testing
⬜ Android 14 base
⬜ New devices (TBD)
⬜ Dragon AI 2.0
⬜ Android 15 planning
⬜ More device ports
⬜ Dragon OS ecosystem
✅ 3 devices supported
⬜ 10+ devices by end of 2026
⬜ Weekly builds
⬜ < 48h bug fix time
Community
⬜ 1000+ Telegram members
⬜ 100+ daily downloads
⬜ Active forum presence
⬜ Regular contributor meetings
DragonBornOS - Rise from the ashes of stock Android 🐉
Last Updated: 2026-03-26
Version: 1.0
Status: ACTIVE DEVELOPMENT