swee hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 3 insertions, 3 deletions
deviceinfo
@@ -15,17 +15,17 @@ deviceinfo_chassis="handset" | |||
15 | 15 | deviceinfo_external_storage="true" | |
16 | 16 | ||
17 | 17 | # Bootloader related | |
18 | + | deviceinfo_bootimg_qcdt="false" | |
18 | 19 | deviceinfo_flash_method="fastboot" | |
20 | + | deviceinfo_flash_fastboot_partition_vbmeta="vbmeta" | |
21 | + | deviceinfo_flash_fastboot_partition_dtbo="dtbo" | |
19 | 22 | deviceinfo_kernel_cmdline="loop.max_part=7 androidboot.boot_devices=13520000.ufs" | |
20 | 23 | deviceinfo_generate_bootimg="true" | |
21 | 24 | deviceinfo_flash_pagesize="2048" | |
22 | 25 | deviceinfo_dtb_second="true" | |
23 | - | deviceinfo_append_dtb="true" | |
24 | 26 | deviceinfo_header_version="1" | |
25 | 27 | deviceinfo_flash_offset_base="0x10000000" | |
26 | 28 | deviceinfo_flash_offset_kernel="0x00008000" | |
27 | 29 | deviceinfo_flash_offset_ramdisk="0x00000000" | |
28 | 30 | deviceinfo_flash_offset_second="0x00000000" | |
29 | 31 | deviceinfo_flash_offset_tags="0x00000000" | |
30 | - | deviceinfo_flash_fastboot_partition_vbmeta="vbmeta" | |
31 | - | deviceinfo_flash_fastboot_partition_dtbo="dtbo" |
swee hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 31 insertions
deviceinfo(Datei erstellt)
@@ -0,0 +1,31 @@ | |||
1 | + | # Reference: <https://postmarketos.org/deviceinfo> | |
2 | + | # Please use double quotes only. You can source this file in shell | |
3 | + | # scripts. | |
4 | + | ||
5 | + | deviceinfo_format_version="0" | |
6 | + | deviceinfo_name="Motorola One Action" | |
7 | + | deviceinfo_manufacturer="Motorola" | |
8 | + | deviceinfo_codename="motorola-troika" | |
9 | + | deviceinfo_year="2019" | |
10 | + | deviceinfo_dtb="exynos/exynos9610" | |
11 | + | deviceinfo_arch="aarch64" | |
12 | + | ||
13 | + | # Device related | |
14 | + | deviceinfo_chassis="handset" | |
15 | + | deviceinfo_external_storage="true" | |
16 | + | ||
17 | + | # Bootloader related | |
18 | + | deviceinfo_flash_method="fastboot" | |
19 | + | deviceinfo_kernel_cmdline="loop.max_part=7 androidboot.boot_devices=13520000.ufs" | |
20 | + | deviceinfo_generate_bootimg="true" | |
21 | + | deviceinfo_flash_pagesize="2048" | |
22 | + | deviceinfo_dtb_second="true" | |
23 | + | deviceinfo_append_dtb="true" | |
24 | + | deviceinfo_header_version="1" | |
25 | + | deviceinfo_flash_offset_base="0x10000000" | |
26 | + | deviceinfo_flash_offset_kernel="0x00008000" | |
27 | + | deviceinfo_flash_offset_ramdisk="0x00000000" | |
28 | + | deviceinfo_flash_offset_second="0x00000000" | |
29 | + | deviceinfo_flash_offset_tags="0x00000000" | |
30 | + | deviceinfo_flash_fastboot_partition_vbmeta="vbmeta" | |
31 | + | deviceinfo_flash_fastboot_partition_dtbo="dtbo" |