Milanf/README.md
2025-04-12 14:20:10 -04:00

35 lines
857 B
Markdown

# 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
**_Warning: This process will wipe all data on your device. Please back up your data before proceeding._**
### Method 1: From Recovery
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.
### 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:
```bash
adb shell twrp format data
adb sideload ROM_NAME.zip