-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathdevice-profiles.json
More file actions
50 lines (50 loc) · 1.69 KB
/
device-profiles.json
File metadata and controls
50 lines (50 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"devices": {
"lake": {
"name": "Xiaomi Redmi 14C",
"codename": "lake",
"android_version": "android12",
"kernel_version": "5.10",
"sub_level": "209",
"os_patch_level": "2024-05",
"stock_kernel": {
"release": "-android12-9-00016-g7c6bbcca33e1-ab12029497",
"version_string": "#1 SMP PREEMPT Fri Jun 28 13:58:53 UTC 2024",
"build_user": "build-user",
"build_host": "build-host",
"compiler_info": "Android (7284624, based on r416183b) clang version 12.0.5"
}
},
"lake_a15": {
"name": "Xiaomi Redmi 14C",
"codename": "lake",
"android_version": "android15",
"kernel_version": "6.6",
"sub_level": "58",
"os_patch_level": "2025-01",
"stock_kernel": {
"release": "-android15-8-g97728a143642-ab13468307-4k",
"version_string": "#1 SMP PREEMPT Thu May 8 20:23:55 UTC 2025",
"build_user": "kleaf",
"build_host": "build-host",
"compiler_info": "Android (11368308, +pgo, +bolt, +lto, +mlgo, based on r510928) clang version 18.0.0"
}
}
},
"_template": {
"name": "Device Name",
"codename": "codename",
"android_version": "android15",
"kernel_version": "6.6",
"sub_level": "30",
"os_patch_level": "2025-01",
"stock_kernel": {
"release": "-android15-6-xxxxx-gabcdef123456-ab12345678",
"version_string": "#1 SMP PREEMPT Mon Jan 1 12:00:00 UTC 2025",
"build_user": "build-user",
"build_host": "build-host",
"compiler_info": "Android clang version X.X.X"
},
"_note": "To add a new device: 1) Get stock boot.img, 2) Run: strings boot.img | grep 'Linux version', 3) Copy values here"
}
}