Skip to content

Commit 6c3c628

Browse files
authored
Add OOS16 devices (#85)
* Add OOS16 devices - OP13 - configs/oos16/OP13.json - manifests/oos16/oneplus_13_b.xml - OP13S - configs/oos16/OP13s.json - manifests/oos16/oneplus_13s_b.xml - OP13t - configs/oos16/OP13t.json - manifests/oos16/oneplus_13t_b.xml - OP-ACE-5-PRO - configs/oos16/OP-ACE-5-PRO.json - manifests/oos16/oneplus_ace5_pro_b.xml - OP-ACE-6 - configs/oos16/OP-ACE-6.json - manifests/oos16/oneplus_ace_6.xml * renamed manifest _u for oos14 _v for oos15 _w for oos16
1 parent 63cc12f commit 6c3c628

25 files changed

+142
-8
lines changed

configs/oos15/OP-ACE-5-PRO.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP-ACE-5-PRO",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_ace5_pro.xml",
5+
"manifest": "oneplus_ace5_pro_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP-PAD-2-PRO.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP-PAD-2-PRO",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_pad_2_pro.xml",
5+
"manifest": "oneplus_pad_2_pro_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP-PAD-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP-PAD-3",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_pad_3.xml",
5+
"manifest": "oneplus_pad_3_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP13-CPH.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP13-CPH",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_13_global.xml",
5+
"manifest": "oneplus_13_global_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP13-PJZ.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP13-PJZ",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_13.xml",
5+
"manifest": "oneplus_13_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP13S.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP13S",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_13s.xml",
5+
"manifest": "oneplus_13s_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos15/OP13T.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"model": "OP13T",
33
"soc": "sun",
44
"branch": "wild/sm8750",
5-
"manifest": "oneplus_13t.xml",
5+
"manifest": "oneplus_13t_v.xml",
66
"android_version": "android15",
77
"kernel_version": "6.6",
88
"os_version": "OOS15",

configs/oos16/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"model": "OP-ACE-5-PRO",
3+
"soc": "sun",
4+
"branch": "wild/sm8750",
5+
"manifest": "oneplus_ace5_pro_w.xml",
6+
"android_version": "android15",
7+
"kernel_version": "6.6",
8+
"os_version": "OOS16",
9+
"hmbird": true,
10+
"bbg": true,
11+
"bbr": true,
12+
"ttl": true,
13+
"ip_set": true
14+
}

configs/oos16/OP-ACE-6.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"model": "OP-ACE-6",
3+
"soc": "sun",
4+
"branch": "wild/sm8750",
5+
"manifest": "oneplus_ace_6_w.xml",
6+
"android_version": "android15",
7+
"kernel_version": "6.6",
8+
"os_version": "OOS16",
9+
"hmbird": true,
10+
"bbg": true,
11+
"bbr": true,
12+
"ttl": true,
13+
"ip_set": true
14+
}

0 commit comments

Comments
 (0)