From 76d3d7c7dc0a173462f1435603be33ce795ff5bd Mon Sep 17 00:00:00 2001 From: luigimak Date: Sat, 23 May 2026 06:56:03 +0200 Subject: [PATCH] Add OnePlus Pad 3 Pro & Pad 4 OOS 16 support --- README.md | 2 ++ configs/oos16/OP-PAD-3-PRO.json | 26 ++++++++++++++++++++++++++ configs/oos16/OP-PAD-4.json | 26 ++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 configs/oos16/OP-PAD-3-PRO.json create mode 100644 configs/oos16/OP-PAD-4.json diff --git a/README.md b/README.md index 8fbaa66..ff193e1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Build OnePlus latest kernel for your device with KSUN/WildKSU/KSU + SusFS anytim | OP-ACE-RACE |✅|✅| | | OP-ACE |✅|✅| | | OP-OPEN | |✅|✅| +| OP-PAD-4 | | |✅| +| OP-PAD-3-PRO | | |✅| | OP-PAD-3-SM8750 | |✅|✅| | OP-PAD-3-MT6897 | |✅|✅| | OP-PAD-2-PRO | |✅|✅| diff --git a/configs/oos16/OP-PAD-3-PRO.json b/configs/oos16/OP-PAD-3-PRO.json new file mode 100644 index 0000000..ff662b4 --- /dev/null +++ b/configs/oos16/OP-PAD-3-PRO.json @@ -0,0 +1,26 @@ +{ + "model": "OP-PAD-3-PRO", + "soc": "canoe", + "branch": "wild/sm8850", + "manifest": "oneplus_pad_3_pro_w.xml", + "android_version": "android16", + "kernel_version": "6.12", + "os_version": "OOS16", + "lto": "none", + "zyc_compiler": "", + "c_compiler": "kernel_platform/prebuilts/clang/host/linux-x86/clang-r547379/bin", + "rust_compiler": "kernel_platform/prebuilts/rust/linux-x86/1.82.0/bin", + "bindgen": "", + "rust_build": true, + "disk_cleanup": true, + "hmbird": false, + "susfs": true, + "ds": true, + "bbg": true, + "bbr": true, + "ttl": true, + "ip_set": true, + "unicode": true, + "ntsync": true, + "uname": "OP-WILD" +} diff --git a/configs/oos16/OP-PAD-4.json b/configs/oos16/OP-PAD-4.json new file mode 100644 index 0000000..96caa57 --- /dev/null +++ b/configs/oos16/OP-PAD-4.json @@ -0,0 +1,26 @@ +{ + "model": "OP-PAD-4", + "soc": "canoe", + "branch": "wild/sm8850", + "manifest": "oneplus_pad_4_w.xml", + "android_version": "android16", + "kernel_version": "6.12", + "os_version": "OOS16", + "lto": "none", + "zyc_compiler": "", + "c_compiler": "kernel_platform/prebuilts/clang/host/linux-x86/clang-r547379/bin", + "rust_compiler": "kernel_platform/prebuilts/rust/linux-x86/1.82.0/bin", + "bindgen": "", + "rust_build": true, + "disk_cleanup": true, + "hmbird": false, + "susfs": true, + "ds": true, + "bbg": true, + "bbr": true, + "ttl": true, + "ip_set": true, + "unicode": true, + "ntsync": true, + "uname": "OP-WILD" +}