-
Notifications
You must be signed in to change notification settings - Fork 282
Install 安装
Release 分为以下两种类型:
文件名包含手机型号、代号及对应 ABL 版本,内含以下文件:
| 文件名 | 说明 |
|---|---|
ABL_with_superfastboot.efi |
含 Super Fastboot(推荐) |
ABL.efi |
不含 Super Fastboot |
ABL_original.efi |
原版备份,请勿刷入 |
generic_superfastboot.efi
建议优先选择机型限定版,并优先选用
superfastboot变体。
| 模式 | 适用场景 |
|---|---|
| 回锁(真回锁) | 原厂可解锁设备(如 Twoplus),或已通过官方解锁审核的国际版 Dami |
| 假回锁 | 强制解锁 BL 的设备,或需要官方 fastboot 兜底的设备 |
按以下顺序操作:
- 通过 KernelSU(KSU) 完成越狱
- 使用
dd命令刷入efisp分区 - 通过 KSU 将补丁安装固化到分区
- 进入 Super Fastboot 执行解锁操作
- ✅ Dami 设备:此步骤不会格式化,数据得以保留
⚠️ 一加设备:必须进行深度测试解锁,解锁时数据丢失,但 Root 权限保留
按以下顺序操作:
- 正常获取 Root 权限
- 进入官方 fastboot 刷入
efisp分区 - 重启后进入 Recovery 执行格式化>
⚠️ 第一次重启可能出现崩溃,重试即可
在 3.1 操作的基础上,跳过解锁步骤,不执行解锁操作。
在 3.2 操作的基础上,额外执行回锁操作。
✅ 建议使用 Super Fastboot 进行回锁;Dami 设备回锁时不丢失数据。
所有操作前,请务必确认以下内容:
-📌 确认是否修改了含 boot 字样以外的分区,若有修改请先还原
- 📌
init校验的分区未去除 AVB 验证,不可随意修改 - 📌 ABL 校验的
dtbo分区在真回锁模式下不可修改 - ❌ 不要安装 TWRP,否则将导致数据损坏
There are two types of releases available:
The filename includes your device model, codename, and corresponding ABL version. It contains the following files:
| Filename | Description |
|---|---|
ABL_with_superfastboot.efi |
Includes Super Fastboot (Recommended) |
ABL.efi |
Without Super Fastboot |
ABL_original.efi |
Original backup — Do NOT flash |
generic_superfastboot.efi
It is recommended to use the device-specific version and prefer the
superfastbootvariant.
| Mode | Applicable Scenario |
|---|---|
| Re-lock (True Re-lock) | Devices with official unlock support (e.g., Twoplus), or international Dami devices that passed official unlock review |
| Fake Re-lock | Devices with force-unlocked bootloader, or devices requiring official fastboot as fallback |
Follow these steps in order:
- Root the device via KernelSU (KSU)
- Flash the
efisppartition using theddcommand - Use KSU to persistently install the patch to the partition
- Enter Super Fastboot and perform the unlock operation
- ✅ Dami devices: Data will NOT be wiped at this step
⚠️ OnePlus devices: Must perform a deep test unlock; data will be lost, but Root access is retained
Follow these steps in order:
- Obtain Root access normally
- Enter official fastboot and flash the
efisppartition - Reboot into Recovery and perform a format/wipe>
⚠️ The first reboot may crash — simply retry
Follow Section 3.1, but skip the unlock step.
Follow Section 3.2, then additionally perform the re-lock operation.
✅ It is recommended to use Super Fastboot for re-locking. Dami devices will not lose data during re-lock.
Before performing any operation, make sure to verify the following:
- 📌 Check whether any partition other than those containing
boothas been modified — restore them if so - 📌 Partitions verified by
init: AVB still enabled must not be modified - 📌 The
dtbopartition verified by ABL must not be modified in true re-lock mode - ❌ Do NOT install TWRP — doing so will result in data corruption