Milanf/README.md

80 lines
1.3 KiB
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:16:19 -04:00
📱 A-Team Custom ROM Installer
🚀 Features
2025-04-12 14:18:44 -04:00
✅ 3 Custom Recovery Options
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ 3 Root Options
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ Enable / Disable Encryption
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ Recovery Installer
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ ADB Sideload Compatible
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ Linux Installer
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
✅ Windows Installer
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
⚠️ ROM Installation Notice
🚨 This process will WIPE ALL DATA on your device. Please backup before continuing.
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
📦 Installation Methods
🔁 Method 1: From Recovery
Transfer the ROM .zip to your external SD card
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
Boot into recovery mode
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
Format Data (confirm with "Yes")
2025-04-12 14:13:33 -04:00
2025-04-12 14:18:44 -04:00
Install the ROM .zip via recovery
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
🧑‍💻 Method 2: ADB Sideload
Ensure ADB is installed and functional
Boot device into recovery
Open a terminal in the ROM zip directory
2025-04-12 14:16:19 -04:00
Run:
2025-04-12 14:18:44 -04:00
bash
2025-04-12 14:16:19 -04:00
Copy
Edit
adb shell twrp format data
adb sideload ROM_NAME.zip
2025-04-12 14:18:44 -04:00
🐧 Method 3: Linux Installer
Extract the ROM .zip
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
Run the provided .sh script:
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
bash
Copy
Edit
./flash-rom.sh
🪟 Method 4: Windows Installer
Extract the ROM .zip
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
Double-click the .bat file to begin flashing
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
📲 Post-Installation (Magisk Root Setup)
Boot into system after ROM flash
2025-04-12 14:16:19 -04:00
Open Magisk Manager
2025-04-12 14:18:44 -04:00
Tap Direct Install
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
Reboot device
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
🎉 You're done!
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
🙌 Developer Donate Links
👨‍💻 @electimon
Moto Common Device Tree & Bug Fixing
💸 Donate via PayPal
2025-04-12 14:16:19 -04:00
2025-04-12 14:18:44 -04:00
👨‍💻 @PizzaG
ROM Building & Bug Reporting
💸 Donate via PayPal
2025-04-12 14:13:33 -04:00