Update README.md
This commit is contained in:
parent
8e6668fccc
commit
cc9d918013
1 changed files with 24 additions and 68 deletions
92
README.md
92
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
|
||||
|
|
Loading…
Reference in a new issue