-
Notifications
You must be signed in to change notification settings - Fork 55
/
data.json
49 lines (47 loc) · 1.67 KB
/
data.json
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
{
"oem": null,
"device": null,
"ignore_re": null,
"oem_only": false,
"alphanum_only": false,
"use_strings_generator": false,
"substrings": false,
"strip_whitespace": true,
"split_space": true,
"remove_breaks": true,
"show_output": false,
"treat_as_blob": false,
"max_len": 60,
"oem_error_cmd": "foobarbaz123",
"timeout": 5000,
"data_path": "./data",
"string_prefix": "",
"factory_fallback_bootloader": true,
"log_file": "abootool.log",
"oems": {
"htc": ["volantis","volantisg","flounder","flounder_lte","marlin","sailfish"],
"motorola": ["shamu", "athene_13mp", "harpia", "cedric", "thea","potter","osprey"],
"huawei": ["angler"],
"lg": ["bullhead", "hammerhead", "occam", "lgh850"],
"google": ["ryu", "tungsten"],
"asus": ["fugu","razor","razorg","nakasi", "nakasig", "grouper", "flo", "deb"],
"oneplus": ["bacon", "oneplus2", "oneplus3", "oneplus3t", "oneplus5"],
"sony": ["f5121"],
"samsung": ["mantaray", "mysid", "mysidspr", "yakju", "takju", "soju", "sojua", "sojuk", "sojus"],
"xiaomi": ["gemini", "capicorn", "nikel", "kenzo", "hennessy", "lithium"]
},
"bootloader_names": {
"smaug": "ryu",
"volantis": "flounder",
"volantisg": "flounderg",
"grouper": "nakasi",
"15811": "oneplus3t",
"15801": "oneplus3",
"athene_13mp": "athene"
},
"ota_prevalent_aboot_paths": ["bootloader.aboot.img", "firmware-update/emmc_appsboot.mbn", "uboot.img", "firmware-update/lk.bin"],
"ota_umkbootimg_path": "umkbootimg",
"ota_unpack_ramdisk_path": "unpack_ramdisk",
"adb_path": "adb",
"adb_key_path": "~/.android/adbkey"
}