diff --git a/BoardConfig.mk b/BoardConfig.mk index 335e553..184a007 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -37,8 +37,8 @@ TARGET_UNIFIED_DEVICE := true # Kernel BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 --board SYSMAGIC000KU BOARD_KERNEL_CMDLINE := androidboot.selinux=permissive console=tty0 androidboot.console=tty0 androidboot.hardware=samsungexynos7580 fbcon=font:VGA8x8,rotate:1 mem=471M no_console_suspend=1 -TARGET_KERNEL_CONFIG := s5neolte_defconfig -TARGET_KERNEL_SOURCE := kernel/samsung/s5neoltexx +TARGET_KERNEL_CONFIG := lineageos_s5neoltexx_defconfig +TARGET_KERNEL_SOURCE := kernel/samsung/a3xelte BOARD_CUSTOM_BOOTIMG := true BOARD_CUSTOM_BOOTIMG_MK := hardware/samsung/mkbootimg.mk BOARD_KERNEL_SEPARATED_DT := true diff --git a/README.md b/README.md index 9634153..ac9a857 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ Rear Camera | 16 MP, f/1.9, 31mm, autofocus, LED flash This branch is for building Lineage 14.1 Firmware. Model Supported : SM-G903F SM-G903M + +TODO: +----- + - Display \ No newline at end of file diff --git a/init/init_s5neolte.cpp b/init/init_s5neolte.cpp index 9eec4aa..9d6ed86 100644 --- a/init/init_s5neolte.cpp +++ b/init/init_s5neolte.cpp @@ -63,6 +63,8 @@ void vendor_load_properties() { property_set("ro.product.model", "SM-G903W"); property_set("ro.product.device", "s5neoltecan"); property_set("ro.product.name", "s5neoltevl"); + property_set("rild.libpath2", "/system/lib/libsec-ril-dsds.so"); + property_set("persist.radio.multisim.config", "dsds"); property_set("ro.multisim.simslotcount", "2"); } diff --git a/system.prop b/system.prop index a82c8b5..4a87b36 100644 --- a/system.prop +++ b/system.prop @@ -30,8 +30,6 @@ ro.hwui.fbo_cache_size=16 telephony.lteOnCdmaDevice=0 persist.radio.sib16_support=0 rild.libpath=/system/lib/libsec-ril.so -rild.libpath2=/system/lib/libsec-ril-dsds.so -persist.radio.multisim.config=dsds rild.libargs=-d /dev/ttyS0 ro.telephony.default_network=9 ro.telephony.ril_class=SlteRIL