Skip to content

Install 安装

superturtlee edited this page Mar 28, 2026 · 1 revision

Release下载与刷机指南

1. 下载 Release

Release 分为以下两种类型:

🔒 机型限定版(推荐)

文件名包含手机型号代号对应 ABL 版本,内含以下文件:

文件名 说明
ABL_with_superfastboot.efi 含 Super Fastboot(推荐)
ABL.efi 不含 Super Fastboot
ABL_original.efi 原版备份,请勿刷入

🌐 通用补丁版

  • generic_superfastboot.efi

建议优先选择机型限定版,并优先选用 superfastboot 变体。


2. 选择操作模式

模式 适用场景
回锁(真回锁) 原厂可解锁设备(如 Twoplus),或已通过官方解锁审核的国际版 Dami
假回锁 强制解锁 BL 的设备,或需要官方 fastboot 兜底的设备

3. 假回锁操作流程

3.1 当前处于已锁定越狱状态

按以下顺序操作:

  1. 通过 KernelSU(KSU) 完成越狱
  2. 使用 dd 命令刷入 efisp 分区
  3. 通过 KSU 将补丁安装固化到分区
  4. 进入 Super Fastboot 执行解锁操作
    • Dami 设备:此步骤不会格式化,数据得以保留
    • ⚠️ 一加设备:必须进行深度测试解锁,解锁时数据丢失,但 Root 权限保留

3.2 当前处于未锁定状态

按以下顺序操作:

  1. 正常获取 Root 权限
  2. 进入官方 fastboot 刷入 efisp 分区
  3. 重启后进入 Recovery 执行格式化>⚠️ 第一次重启可能出现崩溃,重试即可

4. 真回锁操作流程

4.1 当前处于已锁定状态

3.1 操作的基础上跳过解锁步骤,不执行解锁操作。

4.2 当前处于未锁定状态

3.2 操作的基础上,额外执行回锁操作

建议使用 Super Fastboot 进行回锁;Dami 设备回锁时不丢失数据。


⚠️ 重要注意事项

所有操作前,请务必确认以下内容:

-📌 确认是否修改了boot 字样以外的分区,若有修改请先还原

  • 📌 init 校验的分区未去除 AVB 验证,不可随意修改
  • 📌 ABL 校验的 dtbo 分区在真回锁模式下不可修改
  • 不要安装 TWRP,否则将导致数据损坏

Release Download & Flashing Guide

1. Download the Release

There are two types of releases available:

🔒 Device-Specific Version (Recommended)

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 Patch Version

  • generic_superfastboot.efi

It is recommended to use the device-specific version and prefer the superfastboot variant.


2. Select Operation Mode

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

3. Fake Re-lock Procedure

3.1 Currently in a Locked + Rooted State

Follow these steps in order:

  1. Root the device via KernelSU (KSU)
  2. Flash the efisp partition using the dd command
  3. Use KSU to persistently install the patch to the partition
  4. 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

3.2 Currently in an Unlocked State

Follow these steps in order:

  1. Obtain Root access normally
  2. Enter official fastboot and flash the efisp partition
  3. Reboot into Recovery and perform a format/wipe> ⚠️ The first reboot may crash — simply retry

4. True Re-lock Procedure

4.1 Currently in a Locked State

Follow Section 3.1, but skip the unlock step.

4.2 Currently in an Unlocked State

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.


⚠️ Important Warnings

Before performing any operation, make sure to verify the following:

  • 📌 Check whether any partition other than those containing boot has been modified — restore them if so
  • 📌 Partitions verified by init: AVB still enabled must not be modified
  • 📌 The dtbo partition verified by ABL must not be modified in true re-lock mode
  • Do NOT install TWRP — doing so will result in data corruption