From 6bd1e1ddf13201b4e2ece8202a81fdcf31a95b7a Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Fri, 30 Aug 2024 05:47:39 +0300 Subject: [PATCH 1/9] Update build_rom.sh --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..0012be6a0a4 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/DerpFest-11/manifest.git -b 11 -g default,-mips,-darwin,-notdefault -git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests +repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-15.1 -g default,-mips,-darwin,-notdefault +git clone https://github.com/42n4/local_manifests_i9152.git --depth 1 -b cm-14.1 .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From e1069393b96fa932b536d350c0afbd4f7c021575 Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Fri, 30 Aug 2024 05:48:29 +0300 Subject: [PATCH 2/9] Update README.md --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 51d5a1486ca..9b427cd46d4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1 @@ -AospExtended custom ROM for Redmi Note 4 -============================== - -AospExtended [Custom ROM](https://beebom.com/best-custom-roms-android-phones/) for Redmi Note 4(code name mido) - -[Features as video](https://www.youtube.com/watch?v=KuQ9jIVmOXY) or [Features as text](https://forum.xda-developers.com/t/rom-11-0-aospextended-rom-v8-0-unofficial-surya.4202905/) - -[Screenshots](https://t.me/Apon77Mido/5270) or [Video](https://www.youtube.com/watch?v=KuQ9jIVmOXY) - -Distributed [here](https://t.me/rn4downloads/4885) - -Estimated installation no.: 150-500 - -How to use this repository -------------------- - -* [Instructions if you want to develop AospExtended custom ROM as a developer](https://github.com/Apon77/mido-AospExtended-Apon77/blob/main/Instructions%20for%20developers.md) -* [Instructions if you want to use AospExtended custom ROM in your device as a user](https://github.com/Apon77/mido-AospExtended-Apon77/blob/main/Instructions%20for%20users.md) +LineageOS 15.1 custom ROM for Samsung Galaxy Mega 5.8 Duos GT-I9152 From c89e96979f63b4416f2675eec7ebef36fb5fae67 Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Fri, 30 Aug 2024 05:49:56 +0300 Subject: [PATCH 3/9] Update build_rom.sh --- build_rom.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 0012be6a0a4..35719b1051a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,9 +5,8 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -lunch derp_vayu-user -export TZ=Asia/Dhaka #put before last build command -mka derp +lunch i9152 +mka i9152 # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P From d8f338d9e986267fbb444c9ecba6336e49fb76fd Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 30 Jan 2025 06:27:02 +0200 Subject: [PATCH 4/9] Update build_rom.sh --- build_rom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 35719b1051a..66161466567 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,12 +1,12 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-15.1 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/42n4/local_manifests_i9152.git --depth 1 -b cm-14.1 .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch i9152 -mka i9152 +lunch billie2 +mka billie2 # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P From c24676eab30d6fd29343a774fb3037d1bfb08d1d Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 30 Jan 2025 06:31:23 +0200 Subject: [PATCH 5/9] billie2-LineageOS-leefshitz2 Build LineageOS for billie2 From a62d12945acd3ae014e6c89a60b8d31d748e98f9 Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 30 Jan 2025 06:33:58 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b427cd46d4..4273c399db8 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -LineageOS 15.1 custom ROM for Samsung Galaxy Mega 5.8 Duos GT-I9152 +LineageOS 21 custom ROM for OnePlus Nord N100 From f28f7916df6dd42e7dda962346579a680d9dfa2a Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 30 Jan 2025 06:35:12 +0200 Subject: [PATCH 7/9] Update build_rom.sh --- build_rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 66161466567..5815552ef53 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,5 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/42n4/local_manifests_i9152.git --depth 1 -b cm-14.1 .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From 1c91a591407d0f1c62dcb5879239a222e65c4091 Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 30 Jan 2025 06:37:03 +0200 Subject: [PATCH 8/9] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index 5815552ef53..452a6faf1f1 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,6 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault +git clone https://github.com/leefshitz2/local_manifest.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From d7bd86f150d911684f5cc6a5bd8a2bc6d983616e Mon Sep 17 00:00:00 2001 From: leefshitz2 Date: Thu, 18 Dec 2025 10:30:48 +0300 Subject: [PATCH 9/9] Update build_rom.sh --- build_rom.sh | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 452a6faf1f1..b91ed3b3bf4 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,12 +1,21 @@ +#Install Depencises +sudo apt install git curl ccache +git clone https://github.com/akhilnarang/scripts; cd scripts; sudo bash setup/android_build_env.sh + # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/leefshitz2/local_manifest.git --depth 1 -b master .repo/local_manifests -repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 +cd ~/ && mkdir evo && cd evo +repo init -u https://github.com/Evolution-X/manifest -b bka --git-lfs +repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags + +#Keys +croot && git clone https://github.com/Evolution-X/vendor_evolution-priv_keys-template vendor/evolution-priv/keys +cd vendor/evolution-priv/keys +./keys.sh # build rom -source build/envsetup.sh -lunch billie2 -mka billie2 +. build/envsetup.sh +breakfast dipper user +m evolution # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P