Skip to content

SHRP-Devices/device_samsung_z3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02a2e20 · May 20, 2022

History

17 Commits
May 20, 2022
May 20, 2022
May 20, 2022
Mar 11, 2022
Mar 11, 2022
May 20, 2022
Mar 11, 2022
Mar 11, 2022
Mar 11, 2022
Mar 11, 2022
Mar 11, 2022

Repository files navigation

TWRP device tree for Samsung S20 Ultra aka z3s

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.

  1. Set up the build environment following instructions from here
  2. In the root folder of cloned repo you need to clone the device tree:
git clone -b android-11.0 https://github.com/TeamWin/android_device_samsung_z3s.git device/samsung/z3s
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_z3s-eng && mka recoveryimage -j128