Everything listed as "archive" in the branches no longer makes sense.
List of all active branches:
Daisy:
- CrDroid 9.x ***
- CrDroid 8.x **
- CrDroid 7.x *
- LOS 18.1
Lava:
- CrDroid 9.x
- CrDroid 8.x S vendor | CrDroid 8.x R vendor
- CrDroid 7.x
- LOS 20.0
- LOS 19.1 S vendor | LOS 19.1 R vendor
- LOS 18.1
Onclite
- CrDroid 9.x ***
- CrDroid 8.x **
- CrDroid 7.x *
- LOS 18.1
Ginkgo
Jason
Sakura:
- CrDroid 9.x ****
*
- When creating these ROMs, use these commands. With stock blobs 8996 from crDroid 7.x version, the screen does not start, but when using from Lineage 18.1, the launch is successful:
rm -rf hardware/qcom-caf/msm8996/display && git clone https://github.com/LineageOS/android_hardware_qcom_display -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/display
rm -rf hardware/qcom-caf/msm8996/audio && git clone https://github.com/LineageOS/android_hardware_qcom_audio -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/audio
rm -rf hardware/qcom-caf/msm8996/media && git clone https://github.com/LineageOS/android_hardware_qcom_media -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/media
Or one line:
rm -rf hardware/qcom-caf/msm8996/display && git clone https://github.com/LineageOS/android_hardware_qcom_display -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/display && rm -rf hardware/qcom-caf/msm8996/audio && git clone https://github.com/LineageOS/android_hardware_qcom_audio -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/audio && rm -rf hardware/qcom-caf/msm8996/media && git clone https://github.com/LineageOS/android_hardware_qcom_media -b lineage-18.1-caf-msm8996 hardware/qcom-caf/msm8996/media
If you don't need these repositories anymore:
rm -rf hardware/qcom-caf/msm8996/display && rm -rf hardware/qcom-caf/msm8996/audio && rm -rf hardware/qcom-caf/msm8996/media
**
- To create these ROMs, you need to clone this repository that is not present in CrDroid:
git clone https://github.com/LineageOS/android_hardware_xiaomi -b lineage-19.1 hardware/xiaomi
***
- To create these ROMs, you need to clone this repository that is not present in CrDroid:
git clone https://github.com/LineageOS/android_hardware_xiaomi -b lineage-20 hardware/xiaomi
****
- To create this ROM you will need to replace the repository:
rm -rf device/qcom/sepolicy-legacy-um && git clone https://github.com/Dev-msm8953/platform_device_qcom_sepolicy-legacy-um device/qcom/sepolicy-legacy-um
Daisy:
crDroid:
crDroid 9
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid9.x-daisy_msm8953/local_manifest.xml --create-dirs
crDroid 8
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid8.x-daisy_msm8953/local_manifest.xml --create-dirs
crDroid 7
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid7.x-daisy_msm8953/local_manifest.xml --create-dirs
LineageOS:
LineageOS 18.1
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los18.1-daisy_msm8953/local_manifest.xml --create-dirs
Lava:
crDroid:
crDroid 9
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid9.x-mt6768-S_V/local_manifest.xml --create-dirs
crDroid 8 S vendor
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid8.x-mt6768-S_V/local_manifest.xml --create-dirs
crDroid 8 R vendor
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/crdroid8.x-mt6768PHQ_archive/local_manifest.xml --create-dirs
crDroid 7
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/crdroid7.x-mt6768PHQ-NewKernel/local_manifest.xml --create-dirs
LineageOS:
LineageOS 20
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los20.0-mt6768-S_V/local_manifest.xml --create-dirs
LineageOS 19.1 S vendor
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los19.1-mt6768-S_V/local_manifest.xml --create-dirs
LineageOS 19.1 R vendor
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los19.1-mt6768PHQ_archive/local_manifest.xml --create-dirs
LineageOS 18.1
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los18.1-mt6768PHQ-NewKernel/local_manifest.xml --create-dirs
Onclite:
crDroid:
crDroid 9
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid9.x-onclite_msm8953/local_manifest.xml --create-dirs
crDroid 8
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/CrDroid8.x-onclite_msm8953/local_manifest.xml --create-dirs
crDroid 7
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los18.1-onclite/local_manifest.xml --create-dirs
LineageOS:
LineageOS 18.1
rm -rf .repo/local_manifests && curl -o .repo/local_manifests/local_manifest.xml https://raw.githubusercontent.com/WolfAURman/local_manifest/los18.1-onclite/local_manifest.xml --create-dirs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags