Update README.md
This commit is contained in:
parent
f7cabbc89e
commit
8e6668fccc
1 changed files with 44 additions and 33 deletions
77
README.md
77
README.md
|
@ -2,67 +2,78 @@
|
||||||
|
|
||||||
📱 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
|
||||||
|
|
||||||
Enable / Disable Encryption
|
✅ Enable / Disable Encryption
|
||||||
|
|
||||||
Recovery Installer
|
✅ Recovery Installer
|
||||||
|
|
||||||
ADB Sideload Compatible
|
✅ ADB Sideload Compatible
|
||||||
|
|
||||||
Linux Installer
|
✅ Linux Installer
|
||||||
|
|
||||||
Windows Installer
|
✅ Windows Installer
|
||||||
|
|
||||||
⚠️ ROM Installation
|
⚠️ ROM Installation Notice
|
||||||
💥 WILL WIPE DATA 💥
|
🚨 This process will WIPE ALL DATA on your device. Please backup before continuing.
|
||||||
|
|
||||||
📦 From Recovery
|
📦 Installation Methods
|
||||||
Transfer ROM zip to external SD card
|
🔁 Method 1: From Recovery
|
||||||
|
Transfer the ROM .zip to your external SD card
|
||||||
|
|
||||||
Format data from recovery (Yes option)
|
Boot into recovery mode
|
||||||
|
|
||||||
Install ROM zip
|
Format Data (confirm with "Yes")
|
||||||
|
|
||||||
🔌 From ADB Sideload
|
Install the ROM .zip via recovery
|
||||||
Ensure ADB is installed and working
|
|
||||||
|
|
||||||
Open terminal in ROM zip location
|
🧑💻 Method 2: ADB Sideload
|
||||||
|
Ensure ADB is installed and functional
|
||||||
|
|
||||||
|
Boot device into recovery
|
||||||
|
|
||||||
|
Open a terminal in the ROM zip directory
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
|
|
||||||
sh
|
bash
|
||||||
Copy
|
Copy
|
||||||
Edit
|
Edit
|
||||||
adb shell twrp format data
|
adb shell twrp format data
|
||||||
adb sideload ROM_NAME.zip
|
adb sideload ROM_NAME.zip
|
||||||
🐧 From Linux
|
🐧 Method 3: Linux Installer
|
||||||
Extract the ROM zip
|
Extract the ROM .zip
|
||||||
|
|
||||||
Run the included .sh file to flash your device
|
Run the provided .sh script:
|
||||||
|
|
||||||
🪟 From Windows
|
bash
|
||||||
Extract the ROM zip
|
Copy
|
||||||
|
Edit
|
||||||
|
./flash-rom.sh
|
||||||
|
🪟 Method 4: Windows Installer
|
||||||
|
Extract the ROM .zip
|
||||||
|
|
||||||
Run the included .bat file to flash your device
|
Double-click the .bat file to begin flashing
|
||||||
|
|
||||||
🧩 After Installation
|
📲 Post-Installation (Magisk Root Setup)
|
||||||
Boot into system
|
Boot into system after ROM flash
|
||||||
|
|
||||||
Open Magisk Manager
|
Open Magisk Manager
|
||||||
|
|
||||||
Select Direct Install
|
Tap Direct Install
|
||||||
|
|
||||||
Reboot
|
Reboot device
|
||||||
|
|
||||||
🥸 Done! 👍😁
|
🎉 You're done!
|
||||||
|
|
||||||
❤️ Developer Donate Links
|
🙌 Developer Donate Links
|
||||||
@electimon – Moto Common Device Tree, Bug Fixing
|
👨💻 @electimon
|
||||||
PayPal - electimon
|
Moto Common Device Tree & Bug Fixing
|
||||||
|
💸 Donate via PayPal
|
||||||
|
|
||||||
@PizzaG – ROM Building, Bug Reporting
|
👨💻 @PizzaG
|
||||||
PayPal - PizzaG
|
ROM Building & Bug Reporting
|
||||||
|
💸 Donate via PayPal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue