Compare commits
7 commits
DerpFest-1
...
Roms
Author | SHA1 | Date | |
---|---|---|---|
2832ef9281 | |||
497b3d0c55 | |||
7134782cb1 | |||
cc9d918013 | |||
8e6668fccc | |||
f7cabbc89e | |||
e6236bb5ea |
1 changed files with 81 additions and 0 deletions
81
README.md
81
README.md
|
@ -1,2 +1,83 @@
|
|||
# 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
|
||||
|
||||
1. Transfer ROM `.zip` to external SD card.
|
||||
2. Boot into recovery mode.
|
||||
3. Format data from recovery (choose **Yes** when prompted).
|
||||
4. Install ROM `.zip`.
|
||||
|
||||
---
|
||||
|
||||
### 💻 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
|
||||
|
||||
---
|
||||
|
||||
### @PizzaG
|
||||
ROM Building, Bug Fixing
|
||||
[💸 Donate via PayPal](https://paypal.me/PizzaG98)
|
||||
|
||||
### @electimon
|
||||
Moto-Common Device Tree
|
||||
[💸 Donate via PayPal](https://paypal.me/electimon)
|
||||
|
|
Loading…
Reference in a new issue