Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 468 Bytes

File metadata and controls

12 lines (8 loc) · 468 Bytes

TWRP tree for Samsung Galaxy Tab A9+ 5G (gta9p)

Build your first custom recovery from TeamWin Recovery Project.

Clone

git clone https://github.com/MrFluffyOven/custom_recovery_tree_samsung_gta9p.git -b twrp-12.1-s3 device/samsung/gta9p

Build

export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch twrp_gta9p-eng; mka recoveryimage

Credits

  • cd-Crypton who made this tree and wrote nearly all the code