Skip to content

Commit

Permalink
use a3xelte kernel
Browse files Browse the repository at this point in the history
(pr will be merges soon)

Change-Id: I3960a5f0ae4abf56aecb9f4279b9d399887942cd
  • Loading branch information
Stricted committed May 18, 2017
1 parent 58a7d2d commit 750811d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions init/init_s5neolte.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down
2 changes: 0 additions & 2 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 750811d

Please sign in to comment.