Skip to content

Commit 36cdfcc

Browse files
authored
Added OOS16/15 support for more OP devices (WildKernels#96)
* Add support OOS16 for OP12r & OOS15/16 OP-ACE-3 * Added OOS16 support for more OP devices - OP-ACE-3-PRO - OP-ACE-3V - OP-NORD-4 - OP-NORD-5 - OP-PAD-2 - OP-PAD-PRO
1 parent de4743c commit 36cdfcc

19 files changed

+265
-0
lines changed

.github/workflows/clean-up.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ on:
5252
- OP-ACE-5
5353
- OP-ACE-3-PRO
5454
- OP-ACE-3V
55+
- OP-ACE-3
5556
- OP-ACE-2-PRO
5657
- OP-ACE-2
5758
# OnePlus Tablets & Others

configs/oos15/OP-ACE-3.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-ACE-3",
3+
"soc": "kalama",
4+
"branch": "wild/sm8550",
5+
"manifest": "oneplus_ace3_v.xml",
6+
"android_version": "android13",
7+
"kernel_version": "5.15",
8+
"os_version": "OOS15",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-ACE-3-PRO.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-ACE-3-PRO",
3+
"soc": "pineapple",
4+
"branch": "wild/sm8650",
5+
"manifest": "oneplus_ace3_pro_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-ACE-3.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-ACE-3",
3+
"soc": "kalama",
4+
"branch": "wild/sm8550",
5+
"manifest": "oneplus_ace3_w.xml",
6+
"android_version": "android13",
7+
"kernel_version": "5.15",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-ACE-3V.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-ACE-3V",
3+
"soc": "pineapple",
4+
"branch": "wild/sm7675",
5+
"manifest": "oneplus_ace_3v_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-NORD-4.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-NORD-4",
3+
"soc": "pineapple",
4+
"branch": "wild/sm7675",
5+
"manifest": "oneplus_nord_4_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-NORD-5.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-NORD-5",
3+
"soc": "cliffs",
4+
"branch": "wild/sm8635",
5+
"manifest": "oneplus_nord_5_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-PAD-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-PAD-2",
3+
"soc": "pineapple",
4+
"branch": "wild/sm8650",
5+
"manifest": "oneplus_pad2_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP-PAD-PRO.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP-PAD-PRO",
3+
"soc": "pineapple",
4+
"branch": "wild/sm8650",
5+
"manifest": "oneplus_pad_pro_w.xml",
6+
"android_version": "android14",
7+
"kernel_version": "6.1",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

configs/oos16/OP12r.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP12r",
3+
"soc": "kalama",
4+
"branch": "wild/sm8550",
5+
"manifest": "oneplus_12r_w.xml",
6+
"android_version": "android13",
7+
"kernel_version": "5.15",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

0 commit comments

Comments
 (0)