# android_device_samsung_c2s **Repository Path**: mirrors_TeamWin/android_device_samsung_c2s ## Basic Information - **Project Name**: android_device_samsung_c2s - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: android-11 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TWRP device tree for Samsung Note 20 Ultra aka c2s ## Kernel source Available at https://github.com/corsicanu/android_kernel_samsung_universal9830 ## 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. In the root folder of cloned repo you need to clone the device tree: ```bash git clone -b android-11.0 https://github.com/TeamWin/android_device_samsung_c2s.git device/samsung/c2s ``` 3. To build: ```bash export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_c2s-eng && mka recoveryimage -j128 ```