From e6236bb5eaab4865169ee460c1ad9199603695c6 Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:13:33 -0400 Subject: [PATCH 1/7] Update README.md --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/README.md b/README.md index b3b7b4c..2c86d75 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,53 @@ # Roms - Milanf + β€’ A-Team Custom Rom Installer Features + -3 Custom Recovery Options + -3 Root Options + -Enable / Disable Encryption Option + -Recovery Installer + -ADB Sideload Compatible + -Linux Installer + -Windows Installer + + + β€’ Rom Installation + *WILL WIPE DATA* + + -From Recovery + -Transfer Rom Zip To External SD Card + -Format Data From Recovery(yes option) + -Install Rom Zip + + OR + + -From ADB Sideload + -Ensure ADB Installed And Working + -Open Terminal In Rom Location + -Run Command: + adb shell twrp format data + adb sideload ROM_NAME.zip + + OR + + -From Linux + -Extract Rom Zip + -Run .sh file To Flash Device From Linux + + OR + + -From Windows + -Extract Rom Zip + -Run .bat File To Flash Device From Windows + + -After Rom Installation And Device Boots, + -Open Magisk Manager + -Select Magisk Direct Install + -Reboot + -πŸ₯ΈDone!!πŸ‘πŸ˜ + + + β€’ Developer Donate Links + - @electimon - Moto-Common Device Tree, Bug Fixing + - https://paypal.me/electimon + - @PizzaG - Rom Building, Bug Reporting + - https://paypal.me/PizzaG98 From f7cabbc89e3d703407cb206f6a9ab20f8ec28184 Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:16:19 -0400 Subject: [PATCH 2/7] Update README.md --- README.md | 93 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 2c86d75..38cbe6e 100644 --- a/README.md +++ b/README.md @@ -1,53 +1,68 @@ # Roms - Milanf - β€’ A-Team Custom Rom Installer Features - -3 Custom Recovery Options - -3 Root Options - -Enable / Disable Encryption Option - -Recovery Installer - -ADB Sideload Compatible - -Linux Installer - -Windows Installer +πŸ“± A-Team Custom ROM Installer +πŸš€ Features +3 Custom Recovery Options +3 Root Options - β€’ Rom Installation - *WILL WIPE DATA* +Enable / Disable Encryption - -From Recovery - -Transfer Rom Zip To External SD Card - -Format Data From Recovery(yes option) - -Install Rom Zip +Recovery Installer - OR +ADB Sideload Compatible - -From ADB Sideload - -Ensure ADB Installed And Working - -Open Terminal In Rom Location - -Run Command: - adb shell twrp format data - adb sideload ROM_NAME.zip +Linux Installer - OR +Windows Installer - -From Linux - -Extract Rom Zip - -Run .sh file To Flash Device From Linux +⚠️ ROM Installation +πŸ’₯ WILL WIPE DATA πŸ’₯ - OR +πŸ“¦ From Recovery +Transfer ROM zip to external SD card - -From Windows - -Extract Rom Zip - -Run .bat File To Flash Device From Windows +Format data from recovery (Yes option) - -After Rom Installation And Device Boots, - -Open Magisk Manager - -Select Magisk Direct Install - -Reboot - -πŸ₯ΈDone!!πŸ‘πŸ˜ +Install ROM zip +πŸ”Œ From ADB Sideload +Ensure ADB is installed and working + +Open terminal in ROM zip location + +Run: + +sh +Copy +Edit +adb shell twrp format data +adb sideload ROM_NAME.zip +🐧 From Linux +Extract the ROM zip + +Run the included .sh file to flash your device + +πŸͺŸ From Windows +Extract the ROM zip + +Run the included .bat file to flash your device + +🧩 After Installation +Boot into system + +Open Magisk Manager + +Select Direct Install + +Reboot + +πŸ₯Έ Done! πŸ‘πŸ˜ + +❀️ Developer Donate Links +@electimon – Moto Common Device Tree, Bug Fixing +PayPal - electimon + +@PizzaG – ROM Building, Bug Reporting +PayPal - PizzaG - β€’ Developer Donate Links - - @electimon - Moto-Common Device Tree, Bug Fixing - - https://paypal.me/electimon - - @PizzaG - Rom Building, Bug Reporting - - https://paypal.me/PizzaG98 From 8e6668fccc1c8a9624ea867bca2564438a0bf7d1 Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:18:44 -0400 Subject: [PATCH 3/7] Update README.md --- README.md | 77 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 38cbe6e..746de73 100644 --- a/README.md +++ b/README.md @@ -2,67 +2,78 @@ πŸ“± A-Team Custom ROM Installer πŸš€ Features -3 Custom Recovery Options +βœ… 3 Custom Recovery Options -3 Root Options +βœ… 3 Root Options -Enable / Disable Encryption +βœ… Enable / Disable Encryption -Recovery Installer +βœ… Recovery Installer -ADB Sideload Compatible +βœ… ADB Sideload Compatible -Linux Installer +βœ… Linux Installer -Windows Installer +βœ… Windows Installer -⚠️ ROM Installation -πŸ’₯ WILL WIPE DATA πŸ’₯ +⚠️ ROM Installation Notice +🚨 This process will WIPE ALL DATA on your device. Please backup before continuing. -πŸ“¦ From Recovery -Transfer ROM zip to external SD card +πŸ“¦ Installation Methods +πŸ” Method 1: From Recovery +Transfer the ROM .zip to your external SD card -Format data from recovery (Yes option) +Boot into recovery mode -Install ROM zip +Format Data (confirm with "Yes") -πŸ”Œ From ADB Sideload -Ensure ADB is installed and working +Install the ROM .zip via recovery -Open terminal in ROM zip location +πŸ§‘β€πŸ’» Method 2: ADB Sideload +Ensure ADB is installed and functional + +Boot device into recovery + +Open a terminal in the ROM zip directory Run: -sh +bash Copy Edit adb shell twrp format data adb sideload ROM_NAME.zip -🐧 From Linux -Extract the ROM zip +🐧 Method 3: Linux Installer +Extract the ROM .zip -Run the included .sh file to flash your device +Run the provided .sh script: -πŸͺŸ From Windows -Extract the ROM zip +bash +Copy +Edit +./flash-rom.sh +πŸͺŸ Method 4: Windows Installer +Extract the ROM .zip -Run the included .bat file to flash your device +Double-click the .bat file to begin flashing -🧩 After Installation -Boot into system +πŸ“² Post-Installation (Magisk Root Setup) +Boot into system after ROM flash Open Magisk Manager -Select Direct Install +Tap Direct Install -Reboot +Reboot device -πŸ₯Έ Done! πŸ‘πŸ˜ +πŸŽ‰ You're done! -❀️ Developer Donate Links -@electimon – Moto Common Device Tree, Bug Fixing -PayPal - electimon +πŸ™Œ Developer Donate Links +πŸ‘¨β€πŸ’» @electimon +Moto Common Device Tree & Bug Fixing +πŸ’Έ Donate via PayPal -@PizzaG – ROM Building, Bug Reporting -PayPal - PizzaG +πŸ‘¨β€πŸ’» @PizzaG +ROM Building & Bug Reporting +πŸ’Έ Donate via PayPal From cc9d918013363ea75cea2b16b99c23451630a81f Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:20:10 -0400 Subject: [PATCH 4/7] Update README.md --- README.md | 92 +++++++++++++++---------------------------------------- 1 file changed, 24 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index 746de73..5036cd7 100644 --- a/README.md +++ b/README.md @@ -1,79 +1,35 @@ # Roms - Milanf -πŸ“± A-Team Custom ROM Installer -πŸš€ Features -βœ… 3 Custom Recovery Options +# A-Team Custom ROM Installer -βœ… 3 Root Options +## Features -βœ… Enable / Disable Encryption +- **3 Custom Recovery Options** +- **3 Root Options** +- **Enable / Disable Encryption Option** +- **Recovery Installer** +- **ADB Sideload Compatible** +- **Linux Installer** +- **Windows Installer** -βœ… Recovery Installer +## ROM Installation -βœ… ADB Sideload Compatible +**_Warning: This process will wipe all data on your device. Please back up your data before proceeding._** -βœ… Linux Installer +### Method 1: From Recovery -βœ… Windows Installer +1. Transfer the ROM `.zip` file to an external SD card. +2. Boot into recovery mode. +3. Format data from recovery (confirm with "Yes"). +4. Install the ROM `.zip` file. -⚠️ ROM Installation Notice -🚨 This process will WIPE ALL DATA on your device. Please backup before continuing. +### Method 2: From ADB Sideload -πŸ“¦ Installation Methods -πŸ” Method 1: From Recovery -Transfer the ROM .zip to your external SD card - -Boot into recovery mode - -Format Data (confirm with "Yes") - -Install the ROM .zip via recovery - -πŸ§‘β€πŸ’» Method 2: ADB Sideload -Ensure ADB is installed and functional - -Boot device into recovery - -Open a terminal in the ROM zip directory - -Run: - -bash -Copy -Edit -adb shell twrp format data -adb sideload ROM_NAME.zip -🐧 Method 3: Linux Installer -Extract the ROM .zip - -Run the provided .sh script: - -bash -Copy -Edit -./flash-rom.sh -πŸͺŸ Method 4: Windows Installer -Extract the ROM .zip - -Double-click the .bat file to begin flashing - -πŸ“² Post-Installation (Magisk Root Setup) -Boot into system after ROM flash - -Open Magisk Manager - -Tap Direct Install - -Reboot device - -πŸŽ‰ You're done! - -πŸ™Œ Developer Donate Links -πŸ‘¨β€πŸ’» @electimon -Moto Common Device Tree & Bug Fixing -πŸ’Έ Donate via PayPal - -πŸ‘¨β€πŸ’» @PizzaG -ROM Building & Bug Reporting -πŸ’Έ Donate via PayPal +1. Ensure ADB is installed and functioning. +2. Boot the device into recovery mode. +3. Open a terminal in the directory containing the ROM. +4. Run the following commands: + ```bash + adb shell twrp format data + adb sideload ROM_NAME.zip From 7134782cb1234c7a1eb94dba1633d6414014d805 Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:23:17 -0400 Subject: [PATCH 5/7] Update README.md --- README.md | 72 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 60 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5036cd7..7045789 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # A-Team Custom ROM Installer -## Features +## πŸš€ Features - **3 Custom Recovery Options** - **3 Root Options** @@ -12,24 +12,72 @@ - **Linux Installer** - **Windows Installer** -## ROM Installation +--- -**_Warning: This process will wipe all data on your device. Please back up your data before proceeding._** +## ⚠️ ROM Installation -### Method 1: From Recovery +> **WILL WIPE DATA** -1. Transfer the ROM `.zip` file to an external SD card. +### πŸ“± From Recovery + +1. Transfer ROM `.zip` to external SD card. 2. Boot into recovery mode. -3. Format data from recovery (confirm with "Yes"). -4. Install the ROM `.zip` file. +3. Format data from recovery (choose **Yes** when prompted). +4. Install ROM `.zip`. -### Method 2: From ADB Sideload +--- -1. Ensure ADB is installed and functioning. -2. Boot the device into recovery mode. -3. Open a terminal in the directory containing the ROM. -4. Run the following commands: +### πŸ’» From ADB Sideload + +1. Ensure ADB is installed and working. +2. Boot into recovery. +3. Open terminal in the ROM location. +4. Run: ```bash adb shell twrp format data adb sideload ROM_NAME.zip + ``` + +--- + +### 🐧 From Linux + +1. Extract the ROM `.zip`. +2. Run the `.sh` script to flash: + + ```bash + ./flash-rom.sh + ``` + +--- + +### πŸͺŸ From Windows + +1. Extract the ROM `.zip`. +2. Run the `.bat` file to flash. + +--- + +## βœ… After ROM Installation + +1. Let the device boot. +2. Open **Magisk Manager**. +3. Select **Direct Install**. +4. Reboot your device. + +πŸ₯Έ Done! Enjoy your freshly installed custom ROM! πŸ˜πŸ‘ + +--- + +## ❀️ Developer Donate Links + +### @electimon +Moto-Common Device Tree, Bug Fixing +[πŸ’Έ Donate via PayPal](https://paypal.me/electimon) + +--- + +### @PizzaG +ROM Building, Bug Reporting +[πŸ’Έ Donate via PayPal](https://paypal.me/PizzaG98) From 497b3d0c557bd0cced575286ff67a12295f6f81e Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:32:20 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7045789..fea3410 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,12 @@ ## ❀️ Developer Donate Links -### @electimon -Moto-Common Device Tree, Bug Fixing -[πŸ’Έ Donate via PayPal](https://paypal.me/electimon) - --- ### @PizzaG -ROM Building, Bug Reporting +ROM Building, Bug Fixing [πŸ’Έ Donate via PayPal](https://paypal.me/PizzaG98) + +### @electimon +Moto-Common Device Tree +[πŸ’Έ Donate via PayPal](https://paypal.me/electimon) From 2832ef92811be353d1fe8da146ab23fe09d84021 Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:44:06 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea3410..ac4e3dd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## ⚠️ ROM Installation -> **WILL WIPE DATA** + -- WILL WIPE DATA -- ### πŸ“± From Recovery