# android_device_oneplus_kebab **Repository Path**: mirrors_TeamWin/android_device_oneplus_kebab ## Basic Information - **Project Name**: android_device_oneplus_kebab - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: android-11 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Device Tree for 8T (kebab) for TWRP ## Setup repo tool Setup repo tool from here https://source.android.com/setup/develop#installing-repo ## Compile Sync TWRP manifest: ``` repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11 ``` Make a directory named local_manifest under .repo, and create a new manifest file, for example local_manifests.xml and then paste the following ```xml ``` You might need to pick few patches from gerrit.twrp.me to get some stuff working. Sync the sources with ``` repo sync -j$(nproc --all) ``` To build, execute this command: ``` . build/envsetup.sh; export ALLOW_MISSING_DEPENDENCIES=true; export LC_ALL=C; lunch twrp_kebab-eng; make -j$(nproc --all) adbd recoveryimage ``` To test it: ``` # To temporarily boot it fastboot boot out/target/product/kebab/recovery.img # Since 8T has a separate recovery partition, you can flash the recovery with fastboot flash recovery recovery.img ``` Kernel: https://github.com/LineageOS/android_kernel_oneplus_sm8250 ##### Credits - bigbiff for decryption - Systemad for original tree - CaptainThrowback for original tree - mauronofrio for original tree - TWRP team - Qnorsten for OOS fix