Compare commits

..

20 Commits

Author SHA1 Message Date
Simon1511 3f8aa68cad a52q: A525FXXS5DWD1 2 years ago
Simon1511 3794962b72 a52q: Fully redo extract-files and setup-makesfiles scripts 2 years ago
Simon1511 3f091a51d6 a52q: A525FXXU4CVJB 2 years ago
Ruchit Marathe b8f9d38980 a52q: overlay: set power button location for lock animation 2 years ago
LuK1337 d2c7ae8b61 a52q: Set a default Settings.Global.DEVICE_NAME 2 years ago
Jens Lody 804b8b67c1 Shishufy the build. 2 years ago
Ruchit Marathe b1a3119f6d a52q: Set bluetooth device name 2 years ago
Ruchit Marathe 2c3c9b719a a52q: dependencies: Update for thirteen 2 years ago
Ruchit af559e411d a52q: Build PE recovery 2 years ago
Henrique Silva 80dd40335f
a52q: Format aosp.dependencies 2 years ago
Ruchit 3b640d267e a52q: Fix aosp.dependencies 2 years ago
Ruchit Marathe 43aaf868b5 a52q: drop android_ from trees 2 years ago
Ruchit d78dd580d0 a52q: Use twelve common branch 2 years ago
Simon1511 69edc4a363 a52q: Move camera.qcom out of common tree 2 years ago
Simon1511 1a389a7509 a52q: Move fingerprint into tree 2 years ago
Ruchit Marathe 2486a41856 a52q: A525FXXU4BVG1 2 years ago
Ruchit 62c0fea638 a52q: Define TARGET_BOOT_ANIMATION_RES to 1080p 2 years ago
Ruchit Marathe 0e1bec3273 a52q: Fix adaptive brightness not being stable 2 years ago
Ruchit Marathe 71a161fa41
Add Device information 2 years ago
Ryzen5950XT 648ddc399a PE bringup 3 years ago
  1. 8
      AndroidProducts.mk
  2. 13
      BoardConfig.mk
  3. 23
      README.md
  4. 14
      aosp.dependencies
  5. 14
      aosp_a52q.mk
  6. 52
      bootleg_a52q.mk
  7. 95
      configs/audio/mixer_paths.xml
  8. 9
      device.mk
  9. 6
      lineage.dependencies
  10. 9
      overlay/frameworks/base/core/res/res/values/config.xml
  11. 19
      overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
  12. 2
      proprietary-files.txt
  13. 2
      setup-makefiles.sh
  14. 3
      vendor.prop

@ -14,9 +14,9 @@
# limitations under the License.
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_a52q.mk
$(LOCAL_DIR)/bootleg_a52q.mk
COMMON_LUNCH_CHOICES := \
lineage_a52q-ap1a-userdebug \
lineage_a52q-ap1a-user \
lineage_a52q-ap1a-eng
bootleg_a52q-userdebug \
bootleg_a52q-user \
bootleg_a52q-eng

@ -14,25 +14,16 @@
# limitations under the License.
#
DEVICE_PATH := device/samsung/a52q
LOCAL_PATH := device/samsung/a52q
include device/samsung/sm7125-common/BoardConfigCommon.mk
# Kernel
TARGET_KERNEL_CONFIG := vendor/pixel_experience-a52q_defconfig
TARGET_KERNEL_CONFIG := vendor/lineage-a52q_defconfig
BOARD_NAME := SRPTH31C002
# Camera
SOONG_CONFIG_NAMESPACES += samsungCameraVars
SOONG_CONFIG_samsungCameraVars += extra_ids
# ID=54 is macro
SOONG_CONFIG_samsungCameraVars_extra_ids := 54
# Display
TARGET_SCREEN_DENSITY := 420
# OTA assert
TARGET_OTA_ASSERT_DEVICE := a52q
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

@ -0,0 +1,23 @@
The Samsung Galaxy A52 4G is a mid range phone from Samsung released in March 2021
Device specifications
Device | Samsung Galaxy A52 4G
:-------------: |:-------------:
SoC | Qualcomm SM7125 Snapdragon 720G
CPU | Octa-core (2x2.3 GHz Kryo 465 Gold & 6x1.8 GHz Kryo 465 Silver)
GPU | Adreno 618
Memory | 4GB, 6GB, 8GB
Shipped Android version | Android 11
Storage | 128GB, 256GB
MicroSD | microSDXC (uses shared SIM slot)
Battery | Li-Po 4500 mAh, non-removable
Dimensions | 159.9 x 75.1 x 8.4 mm
Display | 1080 x 2400 pixels, 20:9 ratio (~407 ppi density)
Rear camera 1 | 64 MP, f/1.8, 26mm (wide), 1/1.7", 0.8µm, PDAF, OIS
Rear camera 2 | 12 MP, f/2.2, 123˚ (ultrawide), 1.12µm
Rear camera 3 | 5 MP, f/2.4, (macro)
Front camera | 32 MP, f/2.2, 26mm (wide), 1/2.8", 0.8µm
Image
![alt text](https://fdn2.gsmarena.com/vv/bigpic/samsung-galaxy-a52-4g.jpg "Samsung Galaxy A52 4G")

@ -0,0 +1,14 @@
[
{
"repository":"vendor_samsung_a52q",
"target_path":"vendor/samsung/a52q",
"branch":"thirteen",
"remote":"pixel-devices-blobs"
},
{
"repository":"device_samsung_sm7125-common",
"target_path":"device/samsung/sm7125-common",
"branch":"thirteen",
"remote":"pixel-devices"
}
]

@ -24,7 +24,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
@ -32,20 +32,24 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
TARGET_BOOT_ANIMATION_RES := 1080
## Device identifier. This must come after all inclusions
PRODUCT_NAME := lineage_a52q
PRODUCT_NAME := aosp_a52q
PRODUCT_DEVICE := a52q
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-A525F
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Recovery
TARGET_USES_AOSP_RECOVERY := true
PRODUCT_SHIPPING_API_LEVEL := 30
# Vendor fingerprint
BUILD_FINGERPRINT := "samsung/a52qnsxx/a52q:11/RP1A.200720.012/A525FXXS7FXE2:user/release-keys"
PRIVATE_BUILD_DESC := "a52qnsxx-user 11 RP1A.200720.012 A525FXXS7FXE2 release-keys"
BUILD_FINGERPRINT := "samsung/a52qnsxx/a52q:11/RP1A.200720.012/A525FXXS5DWD1:user/release-keys"
PRIVATE_BUILD_DESC := "a52qnsxx-user 11 RP1A.200720.012 A525FXXS5DWD1 release-keys"
# Security patch
VENDOR_SECURITY_PATCH := 2024-05-01
VENDOR_SECURITY_PATCH := 2023-04-01

@ -0,0 +1,52 @@
#
# Copyright (C) 2021 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Inherit device configuration
$(call inherit-product, device/samsung/a52q/device.mk)
# Inherit from the 64 bit configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/bootleggers/config/common_full_phone.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
TARGET_BOOT_ANIMATION_RES := 1080
## Device identifier. This must come after all inclusions
PRODUCT_NAME := bootleg_a52q
PRODUCT_DEVICE := a52q
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-A525F
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Recovery
TARGET_USES_AOSP_RECOVERY := true
PRODUCT_SHIPPING_API_LEVEL := 30
# Fingerprint
BUILD_FINGERPRINT := "samsung/a52qnsxx/qssi:12/SP1A.210812.016/A525FXXU4BVG1:user/release-keys"
PRIVATE_BUILD_DESC := "a52qnsxx-user 12 SP1A.210812.016 A525FXXU4BVG1 release-keys"

@ -265,7 +265,6 @@
<!-- Incall Music -->
<ctl name="Incall_Music Audio Mixer MultiMedia2" value="0" />
<ctl name="Incall_Music Audio Mixer MultiMedia9" value="0" />
<ctl name="Incall_Music_2 Audio Mixer MultiMedia9" value="0" />
<!-- Incall Music End -->
<!-- compress-voip-call start -->
@ -4077,99 +4076,5 @@
<path name="incall_music_uplink bt-a2dp">
<path name="incall_music_uplink" />
</path>
<path name="incall_music_uplink afe-proxy">
<path name="incall_music_uplink" />
</path>
<path name="incall_music_uplink call-proxy">
<path name="incall_music_uplink" />
</path>
<path name="incall_music_uplink2">
<ctl name="Incall_Music_2 Audio Mixer MultiMedia9" value="1" />
</path>
<path name="incall_music_uplink2 speaker">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 handset">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 handset-hac">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 display-port">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 bt-sco">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 bt-sco-wb">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 speaker-and-display-port">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 afe-proxy">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 usb-headphones">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 usb-headset">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 speaker-and-usb-headphones">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 headphones">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 speaker-and-headphones">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 speaker-and-bt-sco">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 voice-tty-hco-handset">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 speaker-and-bt-a2dp">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 bt-a2dp">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 afe-proxy">
<path name="incall_music_uplink2" />
</path>
<path name="incall_music_uplink2 call-proxy">
<path name="incall_music_uplink2" />
</path>
<path name="call-proxy">
</path>
<path name="call-proxy-in">
</path>
</mixer>

@ -14,9 +14,9 @@
# limitations under the License.
#
DEVICE_PATH := device/samsung/a52q
LOCAL_PATH := device/samsung/a52q
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# call the common setup
$(call inherit-product, device/samsung/sm7125-common/common.mk)
@ -30,4 +30,7 @@ PRODUCT_PACKAGES += \
# Audio
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
# Prop files
TARGET_ODM_PROP += $(COMMON_PATH)/vendor.prop

@ -1,6 +0,0 @@
[
{
"repository": "android_device_samsung_sm7125-common",
"target_path": "device/samsung/sm7125-common"
}
]

@ -39,5 +39,12 @@
@see https://www.w3.org/TR/SVG/paths.html#PathData
-->
<string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp</string>
<string name="config_mainBuiltInDisplayCutout">M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp</string>
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
<integer-array name="config_udfps_sensor_props">
<item>540</item>
<item>2137</item>
<item>119</item>
</integer-array>
</resources>

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 Paranoid Android
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Location on the screen of the center of the physical power button. This is a reasonable
default that should be overridden by device-specific overlays. -->
<dimen name="physical_power_button_center_screen_location_y">980px</dimen>
</resources>

@ -1,4 +1,4 @@
# All blobs are from A525FXXS7FXE2 (U), unless pinned
# All blobs are from A525FXXS5DWD1 (T), unless pinned
# ACDB
vendor/etc/audconf/ODM/Global_cal.acdb

@ -18,4 +18,4 @@ export DEVICE=a52q
export DEVICE_COMMON=sm7125-common
export VENDOR=samsung
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"

@ -1,5 +1,2 @@
# Bluetooth
bluetooth.device.default_name=Galaxy A52 4G
# Fingerprint
ro.vendor.fingerprint.sensor_location=540|2137|119

Loading…
Cancel
Save