From cc9d918013363ea75cea2b16b99c23451630a81f Mon Sep 17 00:00:00 2001 From: PizzaG Date: Sat, 12 Apr 2025 14:20:10 -0400 Subject: [PATCH] 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