Skip to content

Project-Mist-OS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

MistOS Banner

Project MistOS

Built with 💖

Android Telegram

A custom Android ROM focused on performance, customization, and user experience


🚀 Quick Start

Initialize Repository

repo init -u https://github.com/Project-Mist-OS/manifest -b bp2a --git-lfs

Sync Sources

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Build MistOS

# Setup environment
. build/envsetup.sh

# Initialize build for your device
mistify <devicecodename> user | userdebug

# Start building
mist b

⚙️ Configuration Flags

Essential Flags

Flag Description Values
MISTOS_MAINTAINER := Set maintainer name "Your Name"
WITH_GMS := Include Google Mobile Services true / false

GMS Variants (Optional)

Flag Description Default
TARGET_USES_MINI_GAPPS := Use minimal GApps package false
TARGET_USES_PICO_GAPPS := Use pico GApps package false

💡 Note: Default configuration includes Full GMS package

UI Customization

Flag Description Default
TARGET_ENABLE_BLUR := Enable system-wide blur effects false

Feature Flags

Flag Description Default
TARGET_SUPPORTS_QUICK_TAP := Enable Quick Tap gestures false
BYPASS_CHARGE_SUPPORTED := Support bypass charging false

About Phone

ro.mist.display=1080 x 2400, 120 hz
ro.mist.battery=6000mah
ro.mist.soc=Snapdragon® 732G
ro.mist.camera=64MP + 13MP + 2MP
ro.mist.front=20MP
ro.mist.platform=SM7150-AC
ro.mist.screen=6.67' IPS LCD
ro.mist.device.name=Poco X3 

** Quick Switch**

TARGET_DEFAULT_PIXEL_LAUNCHER := true [if you want to ship default pixel launcher.]
Only with GMS build.

📝 Build Example

# In your device.mk or BoardConfig.mk

# Set maintainer
MISTOS_MAINTAINER := "John Doe"

# Enable GMS with mini package
WITH_GMS := true
TARGET_USES_MINI_GAPPS := true

# Enable UI enhancements
TARGET_ENABLE_BLUR := true

# Enable features
TARGET_SUPPORTS_QUICK_TAP := true
BYPASS_CHARGE_SUPPORTED := true

🤝 Contributing

We welcome contributions from the community!

Device Maintainership

Interested in maintaining MistOS for your device? Check our Maintainer Requirements.


🙏 Credits

We extend our gratitude to these amazing projects that make MistOS possible:

LineageOS Rising Revived OSS YAAP crDroid Evolution X The Parasite Project
PixelExperience Pixel OS Derpfest AOSP SuperiorOS Project Awaken AxionOS


And all other contributors who make custom ROM development possible! ❤️


License

Copyright (C) 2024 Project-Mist-OS

Licensed under the Apache License, Version 2.0

Made with 💖 by the MistOS Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 131