Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2025-07-08 | 3.1 kB | |
kebab_9008_super_extend.zip | 2025-07-08 | 29.9 MB | |
Totals: 2 Items | 29.9 MB | 30 |
🛠 一加 8T 扩容教程(更新) | OnePlus 8T Super Partition Expansion Guide (CN/EN) 📌 前提说明 | Prerequisites (Updated) 本教程适用于通过 EDL 模式刷入自定义扩容包的用户。新工具仅修改分区表,不含固件与系统镜像(刷入 super_empty.img),请准备好完整的 ROM 包以便后续刷入。 This guide is for expanding the Super partition via EDL flashing. The updated tool only modifies the partition layout (flashes super_empty.img) and contains no firmware or system image. Make sure you have a latest full ROM package (https://sourceforge.net/projects/coloros-port/files/OxygenOS15/15.0.0.830/)(OOS 15.0.0.830) ready for sideload after expansion. ⚠️ 刷机会清除所有数据,请务必备份! ⚠️ All data will be deleted permanently, please backup your data first! 📍步骤 1:进入 EDL 模式刷入新上传的 9008 工具 Step 1: Unzip the attachment zip file and Enter EDL mode 📍步骤 2:刷入方式与官方 OxygenOS 11 系统包相同 Step 2: Flash method is the same as official OxygenOS 11 edl rom 教程参考链接 : Xda (https://xdaforums.com/t/op8t-oos-kb05aa-ba-da-unbrick-tool-to-restore-your-device-to-oxygenos.4180837/) Tutorial: Xda (https://xdaforums.com/t/op8t-oos-kb05aa-ba-da-unbrick-tool-to-restore-your-device-to-oxygenos.4180837/) ⚠️注意事项: Notes: 关闭 SHA256 校验(Disable SHA256 Check) target 选择 ColorOS15(Set target to ColorOS15) 📍步骤 3:刷写完成后重新解锁BL Step 3: After flashing, device shows “System is corrupted” 此时请同时按住音量+、音量- 和电源键,持续 10 秒以上,设备将强制进入 bootloader 模式。 At this stage press and hold Volume Up + Volume Down + Power for over 10 seconds to force reboot into bootloader mode. 连接电脑并执行以下命令: Connect your device and run the following command: fastboot oem unlock 📍步骤 4:清除数据并刷入自定义 Recovery Step 4: Wipe data and boot into custom recovery 执行以下 fastboot 命令: Run these fastboot commands: fastboot -w fastboot boot custom_recovery.img 推荐使用 OrangeFox/TWRP Recovery 镜像:下载链接 (https://github.com/Wishmasterflo/device_oneplus_opkona/releases/tag/R12.1_V32) Recommended recovery: Download Link (https://github.com/Wishmasterflo/device_oneplus_opkona/releases/tag/R12.1_V32) 📍步骤 6:通过 ADB Sideload 刷入完整系统包 Step 5: Flash full ROM package via ADB sideload 在 Recovery 中开启 ADB sideload 模式 Enable ADB sideload mode in Recovery, then: adb sideload latest_ota.zip ✅ 最终效果 | Final Result 扩容完成后,一加 8T 的 Super 分区将从原始大小(约 7GB)扩展到新的大小(如 14GB+),便于后续 ROM 适配。 After successful expansion, the Super partition of the OnePlus 8T will increase (e.g., from ~7GB to 14GB+), making it easier to support newer ROMs. 特别鸣谢 酷安大佬 某贼 (http://www.coolapk.com/u/3463951) 分区编辑工具 ops解包/打包工具 (https://github.com/bkerler/oppo_decrypt)