From c2b7629c340113ac6e9f13e2e2fd070a2e7f9040 Mon Sep 17 00:00:00 2001 From: Raymond Hackley Date: Fri, 31 Oct 2025 13:06:55 +0000 Subject: [PATCH] samsung-ms013g-downstream: fix deviceinfo Fix the following: [Warning!] deviceinfo_flash_heimdall_partition_rootfs: Property is set to its default value ("SYSTEM") and can be removed. [Warning!] deviceinfo_bootimg_dtb_second: Property is set to its default value (false) and can be removed. [Error!!!] deviceinfo_keyboard: This property is obsolete: Programs should automatically detect if the device currently has a keyboard or not (often it can be hotplugged anyway). Part-of: --- device/archived/device-samsung-ms013g-downstream/APKBUILD | 4 ++-- device/archived/device-samsung-ms013g-downstream/deviceinfo | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/device/archived/device-samsung-ms013g-downstream/APKBUILD b/device/archived/device-samsung-ms013g-downstream/APKBUILD index 9968fad96..63390bdca 100644 --- a/device/archived/device-samsung-ms013g-downstream/APKBUILD +++ b/device/archived/device-samsung-ms013g-downstream/APKBUILD @@ -1,7 +1,7 @@ # Archived: Downstream port, only for testing. Use mainline port! pkgname=device-samsung-ms013g-downstream pkgdesc="Samsung Galaxy Grand 2 (Downstream)" -pkgver=2 +pkgver=3 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -21,5 +21,5 @@ package() { sha512sums=" -cde622ff31be26dc2ada9826937f6e1407572adc4ea3a6a5d6ba5025c4ef589e99f39aed244a31b3ac621d96b2ad027ed97232d25501237714027cc2d89b83f4 deviceinfo +df738008ecb0f874e43aecd99977661759b6b351023a876c6d392f065cbcbbee5b7788e6f9c793d39a631a2e0b1004f3ca26d1e0c106a2c4136f62a590870561 deviceinfo " diff --git a/device/archived/device-samsung-ms013g-downstream/deviceinfo b/device/archived/device-samsung-ms013g-downstream/deviceinfo index c103c4163..c23be5eae 100644 --- a/device/archived/device-samsung-ms013g-downstream/deviceinfo +++ b/device/archived/device-samsung-ms013g-downstream/deviceinfo @@ -10,7 +10,6 @@ deviceinfo_arch="armv7" # Device related deviceinfo_chassis="handset" -deviceinfo_keyboard="false" deviceinfo_external_storage="true" deviceinfo_screen_width="720" deviceinfo_screen_height="1280" @@ -20,7 +19,6 @@ deviceinfo_flash_method="heimdall-bootimg" deviceinfo_kernel_cmdline="quiet loglevel=2 androidboot.console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 androidboot.selinux=permissive buildvariant=userdebug" deviceinfo_generate_bootimg="true" deviceinfo_bootimg_qcdt="true" -deviceinfo_bootimg_dtb_second="false" deviceinfo_flash_offset_base="0x00000000" deviceinfo_flash_offset_kernel="0x00008000" deviceinfo_flash_offset_ramdisk="0x02000000" @@ -28,5 +26,4 @@ deviceinfo_flash_offset_second="0x00f00000" deviceinfo_flash_offset_tags="0x01e00000" deviceinfo_flash_pagesize="2048" deviceinfo_flash_heimdall_partition_kernel="BOOT" -deviceinfo_flash_heimdall_partition_rootfs="SYSTEM"