Update README.md
This commit is contained in:
parent
cc9d918013
commit
7134782cb1
1 changed files with 60 additions and 12 deletions
72
README.md
72
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# A-Team Custom ROM Installer
|
# A-Team Custom ROM Installer
|
||||||
|
|
||||||
## Features
|
## 🚀 Features
|
||||||
|
|
||||||
- **3 Custom Recovery Options**
|
- **3 Custom Recovery Options**
|
||||||
- **3 Root Options**
|
- **3 Root Options**
|
||||||
|
@ -12,24 +12,72 @@
|
||||||
- **Linux Installer**
|
- **Linux Installer**
|
||||||
- **Windows Installer**
|
- **Windows Installer**
|
||||||
|
|
||||||
## ROM Installation
|
---
|
||||||
|
|
||||||
**_Warning: This process will wipe all data on your device. Please back up your data before proceeding._**
|
## ⚠️ ROM Installation
|
||||||
|
|
||||||
### Method 1: From Recovery
|
> **WILL WIPE DATA**
|
||||||
|
|
||||||
1. Transfer the ROM `.zip` file to an external SD card.
|
### 📱 From Recovery
|
||||||
|
|
||||||
|
1. Transfer ROM `.zip` to external SD card.
|
||||||
2. Boot into recovery mode.
|
2. Boot into recovery mode.
|
||||||
3. Format data from recovery (confirm with "Yes").
|
3. Format data from recovery (choose **Yes** when prompted).
|
||||||
4. Install the ROM `.zip` file.
|
4. Install ROM `.zip`.
|
||||||
|
|
||||||
### Method 2: From ADB Sideload
|
---
|
||||||
|
|
||||||
1. Ensure ADB is installed and functioning.
|
### 💻 From ADB Sideload
|
||||||
2. Boot the device into recovery mode.
|
|
||||||
3. Open a terminal in the directory containing the ROM.
|
1. Ensure ADB is installed and working.
|
||||||
4. Run the following commands:
|
2. Boot into recovery.
|
||||||
|
3. Open terminal in the ROM location.
|
||||||
|
4. Run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
adb shell twrp format data
|
adb shell twrp format data
|
||||||
adb sideload ROM_NAME.zip
|
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
|
||||||
|
|
||||||
|
### @electimon
|
||||||
|
Moto-Common Device Tree, Bug Fixing
|
||||||
|
[💸 Donate via PayPal](https://paypal.me/electimon)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### @PizzaG
|
||||||
|
ROM Building, Bug Reporting
|
||||||
|
[💸 Donate via PayPal](https://paypal.me/PizzaG98)
|
||||||
|
|
Loading…
Reference in a new issue