Milanf/README.md

36 lines
857 B
Markdown
Raw Normal View History

2025-04-11 22:30:32 -04:00
# Roms - Milanf
2025-04-11 22:29:02 -04:00
2025-04-12 14:20:10 -04:00
# A-Team Custom ROM Installer
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
## Features
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
- **3 Custom Recovery Options**
- **3 Root Options**
- **Enable / Disable Encryption Option**
- **Recovery Installer**
- **ADB Sideload Compatible**
- **Linux Installer**
- **Windows Installer**
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
## ROM Installation
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
**_Warning: This process will wipe all data on your device. Please back up your data before proceeding._**
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
### Method 1: From Recovery
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
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.
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
### Method 2: From ADB Sideload
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
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:
2025-04-12 14:13:33 -04:00
2025-04-12 14:20:10 -04:00
```bash
adb shell twrp format data
adb sideload ROM_NAME.zip