Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da7ab85cb4 | ||
|
|
0db8b79ad6 | ||
|
|
84d3fa21b8 | ||
|
|
f7c11fdc80 | ||
|
|
cd5d18b3fd | ||
|
|
6ecf698536 | ||
|
|
5b5c568f60 |
@@ -22,7 +22,7 @@ TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
||||
# Partitions
|
||||
ifeq (,$(filter true, $(WITHOUT_RESERVED_SIZE) $(WITH_GMS)))
|
||||
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 900000000
|
||||
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 840000000
|
||||
endif
|
||||
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 11270094848
|
||||
BOARD_SUPER_PARTITION_SIZE := 11274289152
|
||||
|
||||
@@ -3,35 +3,41 @@
|
||||
"remote": "github-non-los",
|
||||
"repository": "provasish/android_device_oneplus_sm8250-common",
|
||||
"target_path": "device/oneplus/sm8250-common",
|
||||
"branch": "vic"
|
||||
"branch": "lineage-23.0"
|
||||
},
|
||||
{
|
||||
"repository": "vendor_oneplus_spartan",
|
||||
"target_path": "vendor/oneplus/spartan",
|
||||
"branch": "vic"
|
||||
"branch": "bka"
|
||||
},
|
||||
{
|
||||
"remote": "github-non-los",
|
||||
"repository": "provasish/proprietary_vendor_oneplus_sm8250-common",
|
||||
"target_path": "vendor/oneplus/sm8250-common",
|
||||
"branch": "vic"
|
||||
"branch": "lineage-23.0"
|
||||
},
|
||||
{
|
||||
"remote": "github-non-los",
|
||||
"repository": "provasish/hardware_oplus",
|
||||
"repository": "provasish/android_hardware_oplus",
|
||||
"target_path": "hardware/oplus",
|
||||
"branch": "vic"
|
||||
"branch": "lineage-23.0"
|
||||
},
|
||||
{
|
||||
"remote": "github-non-los",
|
||||
"repository": "provasish/android_kernel_oneplus_sm8250",
|
||||
"target_path": "kernel/oneplus/sm8250",
|
||||
"branch": "lineage-23.0"
|
||||
"branch": "sm8250"
|
||||
},
|
||||
{
|
||||
"remote": "gitlab",
|
||||
"repository": "provasishh/proprietary_vendor_oplus_camera",
|
||||
"target_path": "vendor/oplus/camera",
|
||||
"branch": "lineage-22.0"
|
||||
},
|
||||
{
|
||||
"remote": "github-non-los",
|
||||
"repository": "provasish/hardware_dolby",
|
||||
"target_path": "hardware/dolby",
|
||||
"branch": "sony-1.4"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -17,9 +17,9 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Evolution X
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
TARGET_INCLUDE_ACCORD := false
|
||||
PRODUCT_NO_CAMERA := true
|
||||
TARGET_BUILD_APERTURE_CAMERA := true
|
||||
TARGET_HAS_UDFPS := true
|
||||
EVO_BUILD_TYPE := Official
|
||||
|
||||
PRODUCT_NAME := lineage_spartan
|
||||
PRODUCT_DEVICE := spartan
|
||||
|
||||
@@ -334,6 +334,12 @@
|
||||
<!-- Light sensor event rate in milliseconds for automatic brightness control. -->
|
||||
<integer name="config_autoBrightnessLightSensorRate">200</integer>
|
||||
|
||||
<!-- The stable device width and height in pixels. If these aren't set to a positive number
|
||||
then the device will use the width and height of the default display the first time it's
|
||||
booted. -->
|
||||
<integer name="config_stableDeviceDisplayWidth">1080</integer>
|
||||
<integer name="config_stableDeviceDisplayHeight">2400</integer>
|
||||
|
||||
<!-- The bounding path of the cutout region of the main built-in display.
|
||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||
{@link android.util.PathParser}.
|
||||
@@ -347,16 +353,12 @@
|
||||
Note that a physical cutout should be configured in pixels for the best results.
|
||||
-->
|
||||
<string translatable="false" name="config_mainBuiltInDisplayCutout">
|
||||
M -407 68.5
|
||||
A 34 34 0 0 1 -475 68.5
|
||||
A 34 34 0 0 1 -407 68.5
|
||||
Z
|
||||
M -475,0
|
||||
L -407,0
|
||||
Z
|
||||
M -540,0
|
||||
L -540,102.5
|
||||
M 98,67
|
||||
M 69,67
|
||||
A 29,29 0 1,0 127,67
|
||||
A 29,29 0 1,0 69,67
|
||||
Z
|
||||
@left
|
||||
</string>
|
||||
|
||||
<!-- Like config_mainBuiltInDisplayCutout, but this path is used to report the
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
with a power meter. -->
|
||||
<item name="none">0</item>
|
||||
<item name="ambient on">35</item>
|
||||
<item name="screen.on">105</item> <!-- ~200mA -->
|
||||
<item name="screen.full">262</item> <!-- ~300mA -->
|
||||
<item name="screen.on.display0">105</item> <!-- ~200mA -->
|
||||
<item name="screen.full.display0">262</item> <!-- ~300mA -->
|
||||
<item name="bluetooth.active">46</item> <!-- Bluetooth data transfer, ~10mA -->
|
||||
<item name="bluetooth.on">1.7</item> <!-- Bluetooth on & connectable, but not connected, ~0.1mA -->
|
||||
<item name="wifi.on">1.8</item> <!-- ~3mA -->
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<dimen name="status_bar_padding_start">14dp</dimen>
|
||||
|
||||
<!-- the padding on the end of the statusbar -->
|
||||
<dimen name="status_bar_padding_end">14dp</dimen>
|
||||
<dimen name="status_bar_padding_end">8px</dimen>
|
||||
|
||||
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||
<dimen name="status_bar_padding_top">0px</dimen>
|
||||
|
||||
@@ -16,13 +16,7 @@
|
||||
<dimen name="status_bar_padding_start">0dp</dimen>
|
||||
|
||||
<!-- the padding on the end of the statusbar -->
|
||||
<dimen name="status_bar_padding_end">0dp</dimen>
|
||||
|
||||
<!-- paddings for container with status icons and battery -->
|
||||
<!-- padding start is a bit smaller than end to account for status icon margin-->
|
||||
<dimen name="status_bar_icons_padding_start">0dp</dimen>
|
||||
|
||||
<dimen name="status_bar_icons_padding_end">0dp</dimen>
|
||||
<dimen name="status_bar_padding_end">8px</dimen>
|
||||
|
||||
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||
<dimen name="status_bar_padding_top">11px</dimen>
|
||||
|
||||
@@ -5,5 +5,8 @@ bluetooth.device.default_name=realme GT NEO 3T
|
||||
ro.crypto.dm_default_key.options_format.version=2
|
||||
ro.crypto.volume.metadata.method=dm-default-key
|
||||
|
||||
# Radio
|
||||
persist.radio.multisim.config=dsds
|
||||
|
||||
# USB
|
||||
vendor.usb.product_string=realme GT NEO 3T
|
||||
|
||||
Reference in New Issue
Block a user