Skip to content

Commit

Permalink
device/core33g: Changes to T113NU
Browse files Browse the repository at this point in the history
Change-Id: I3272a0f7cf447f0b67f7203489e1dd8d82f6cf73
  • Loading branch information
pstglia committed Apr 21, 2019
1 parent cd4ee2a commit 4b9bfee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions core33g.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ $(call inherit-product-if-exists, vendor/samsung/core33g/core33g-vendor.mk)
$(call inherit-product, device/samsung/scx30g-common/common.mk)

# Boot animation
TARGET_SCREEN_HEIGHT := 800
TARGET_SCREEN_WIDTH := 480
TARGET_SCREEN_HEIGHT := 1024
TARGET_SCREEN_WIDTH := 600

# Keylayouts
PRODUCT_COPY_FILES += \
Expand Down Expand Up @@ -57,7 +57,7 @@ PRODUCT_PACKAGES += \

# sdcardfs
PRODUCT_PROPERTY_OVERRIDES += \
ro.sys.sdcardfs=true
# ro.sys.sdcardfs=true

# WiFi
$(call inherit-product, hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk)
Expand All @@ -67,4 +67,4 @@ PRODUCT_NAME := full_core33g
PRODUCT_DEVICE := core33g
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_MODEL := SM-G360H
PRODUCT_MODEL := SM-T113NU
8 changes: 4 additions & 4 deletions lineage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(call inherit-product, vendor/cm/config/telephony.mk)
PRODUCT_RELEASE_NAME := core33g

# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
$(call inherit-product, vendor/cm/config/common_mini_tablet_wifionly.mk)

# Inherit device configuration
$(call inherit-product, $(LOCAL_PATH)/core33g.mk)
Expand All @@ -14,13 +14,13 @@ $(call inherit-product, $(LOCAL_PATH)/core33g.mk)
PRODUCT_DEVICE := core33g
PRODUCT_NAME := lineage_core33g
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-G360H
PRODUCT_MODEL := SM-T113NU
PRODUCT_MANUFACTURER := samsung
PRODUCT_CHARACTERISTICS := phone
PRODUCT_CHARACTERISTICS := tablet

# Stock build fingerprint
BUILD_FINGERPRINT := "samsung/core33gdd/core33g:4.4.4/KTU84P/G360HDDU0APA3:user/release-keys"
PRIVATE_BUILD_DESC := "core33gdd-user 4.4.4 KTU84P G360HDDU0APA3 release-keys"

PRODUCT_PROPERTY_OVERRIDES += \
ro.build.fingerprint=$(BUILD_FINGERPRINT)
ro.build.fingerprint=$(BUILD_FINGERPRINT)
26 changes: 13 additions & 13 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ lib/libatchannel.so
vendor/firmware/vbc_eq

# WiFi
bin/macloader
#bin/macloader

# Bluetooth
vendor/firmware/BCM4343A0_001.001.034.0056.0197_M_ORC_Core3.hcd

# RIL
bin/rild
bin/modemd
bin/nvitemd
bin/phoneserver
bin/ext_data.sh
bin/ext_kill.sh
bin/ext_symlink.sh
bin/prepare_param.sh
lib/libril.so
lib/libreference-ril_sp.so
lib/libsecril-client.so
lib/libsecnativefeature.so
#bin/rild
#bin/modemd
#bin/nvitemd
#bin/phoneserver
#bin/ext_data.sh
#bin/ext_kill.sh
#bin/ext_symlink.sh
#bin/prepare_param.sh
#lib/libril.so
#lib/libreference-ril_sp.so
#lib/libsecril-client.so
#lib/libsecnativefeature.so

# Camera
lib/libisp.so
Expand Down

0 comments on commit 4b9bfee

Please sign in to comment.