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
|
||||
🚀 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
|
||||
💥 WILL WIPE DATA 💥
|
||||
⚠️ ROM Installation Notice
|
||||
🚨 This process will WIPE ALL DATA on your device. Please backup before continuing.
|
||||
|
||||
📦 From Recovery
|
||||
Transfer ROM zip to external SD card
|
||||
📦 Installation Methods
|
||||
🔁 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
|
||||
Ensure ADB is installed and working
|
||||
Install the ROM .zip via recovery
|
||||
|
||||
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:
|
||||
|
||||
sh
|
||||
bash
|
||||
Copy
|
||||
Edit
|
||||
adb shell twrp format data
|
||||
adb sideload ROM_NAME.zip
|
||||
🐧 From Linux
|
||||
Extract the ROM zip
|
||||
🐧 Method 3: Linux Installer
|
||||
Extract the ROM .zip
|
||||
|
||||
Run the included .sh file to flash your device
|
||||
Run the provided .sh script:
|
||||
|
||||
🪟 From Windows
|
||||
Extract the ROM zip
|
||||
bash
|
||||
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
|
||||
Boot into system
|
||||
📲 Post-Installation (Magisk Root Setup)
|
||||
Boot into system after ROM flash
|
||||
|
||||
Open Magisk Manager
|
||||
|
||||
Select Direct Install
|
||||
Tap Direct Install
|
||||
|
||||
Reboot
|
||||
Reboot device
|
||||
|
||||
🥸 Done! 👍😁
|
||||
🎉 You're done!
|
||||
|
||||
❤️ Developer Donate Links
|
||||
@electimon – Moto Common Device Tree, Bug Fixing
|
||||
PayPal - electimon
|
||||
🙌 Developer Donate Links
|
||||
👨💻 @electimon
|
||||
Moto Common Device Tree & Bug Fixing
|
||||
💸 Donate via PayPal
|
||||
|
||||
@PizzaG – ROM Building, Bug Reporting
|
||||
PayPal - PizzaG
|
||||
👨💻 @PizzaG
|
||||
ROM Building & Bug Reporting
|
||||
💸 Donate via PayPal
|
||||
|
||||
|
|
Loading…
Reference in a new issue