Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 794 Bytes

File metadata and controls

21 lines (18 loc) · 794 Bytes

TWRP Tree for Samsung Galaxy A52 4G

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. Clone device tree:
git clone -b android-12.1 https://github.com/Simon1511/twrp_device_samsung_a52q.git device/samsung/a52q
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_a52q-eng && mka recoveryimage

Credits

  • DarthJabba9
  • travarilo
  • hendramanu

Links