# android_device_samsung_a52q **Repository Path**: mirrors_TeamWin/android_device_samsung_a52q ## Basic Information - **Project Name**: android_device_samsung_a52q - **Description**: Device Tree for Samsung Galaxy A52 | Status: Stable | If something is broken: sorry! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: android-12.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TWRP Tree for Samsung Galaxy A52 4G ### How to build This was tested and it's fully compatible with [minimal manifest twrp](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp). 1. Set up the build environment following instructions from [here](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/blob/twrp-11/README.md#getting-started) 2. Clone device tree: ```bash git clone -b android-12.1 https://github.com/Simon1511/twrp_device_samsung_a52q.git device/samsung/a52q ``` 3. To build: ```bash export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_a52q-eng && mka recoveryimage ``` ### Credits * DarthJabba9 * travarilo * hendramanu ### Links * [Kernel source](https://github.com/Simon1511/android_kernel_samsung_sm7125/tree/twrp)