Skip to content

THToufique/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,238 Commits
 
 
 
 
 
 

Repository files navigation

Mist

MistOS | Built with 💖

This is Project-Mist-OS [Mist OS]

Build guide

Prior to building, you will need basic knowledge of Git.

Requirements

  • Around 350GB Disk Space.
  • A computer with at least 32GB RAM running Linux (recommended) or MacOS.
  • Build environment setup.

Getting Started

Initialize local repository

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

Sync up

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
# For gms or chromium blobs related errors due to git lfs (gitlab now limits files up to 100mb max) (credits to haggertk):
sudo apt install git-lfs
git lfs install

rm -rf vendor/gms
rm -rf .repo/projects/vendor/gms.git
rm -rf .repo/project-objects/*/android_vendor_gms.git

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

###Inherit LineageOS Vendor stuffs**

$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

Maintainer flag

MISTOS_MAINTAINER="XXX"

Blur

TARGET_ENABLE_BLUR := true/false

No Camera

PRODUCT_NO_CAMERA := true/false

Lawnchair Launcher

TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := true/false 

GApps

WITH_GMS := true/false

Pixel Launcher

TARGET_DEFAULT_PIXEL_LAUNCHER := true/false 

For UDFPS devices

TARGET_HAS_UDFPS := true

EXTRA_UDFPS_ANIMATIONS := true

Build

. build/envsetup.sh

mistify <devicecodename> user

mist b 

Signed build

mist sb

Compilation Help

To get help with build errors, please visit Android Building Help.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors