From 34342105ff86685fa42fac5a4d4f0d8cc5da1c63 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 1 Oct 2025 17:25:35 +0800 Subject: [PATCH] style:update_readme --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ae410b..e6ea857 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ ## GKI-build - This repository is used to compile the GKI kernel.(crdroid system) -- Now support oneplus ace3 pro(corvette) and OnePlus 11(salami) +- Now support oneplus ace3 pro(corvette) + +## How to use + +1. Make sure you have installed the adb driver +2. Turn on Allow Debug in the Developer Options in the System Settings +3. Use a data cable to connect your phone and computer +4. Use ``adb devices`` to check if the connection is successful +5. Use ``adb reboot recovery`` to enter recovery mode, then enter ``enable adb`` in advanced +6. And then return to the homepage to enable ``apply update`` +7. Use ``adb sideload ``to flash it and then restart the system,enjoy it ## Features -- Use ZyC-clang-21.0.0 +- Use clang-r547379 - Enable ThinLTO to build -- Enable O3 optimization level -- Enable BBR support : Enable bbr congestion control algorithm -- Enable ZRAM support : You can choose zstd or lz4 compression algorithm - Enable Root support : kernelsu/SukiSU/kernelsu-next - Enable Susfs support : You can build susfs into kernel -- Enable Devices choose support : corvette/salami and more -- Enable Config choose support : repo/default - Enable Anykernel3 support : Packaged as a zip package of anykernel3 To be continued...