Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 847 Bytes

File metadata and controls

38 lines (26 loc) · 847 Bytes

Recovery Device Tree for the Samsung Galaxy A13 - SM-A137F (MTK) - tested & working

Mounting /Data is still failing, as we need encryption blobs in A13.

Contributors

How to Build.

Init repo

repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1

Clone a13ve repo

git clone https://github.com/teamwin/android_device_samsung_a13ve device/samsung/a13ve

Clone a13ve kernel

git clone https://github.com/physwizz/A137f-U-u6-u8 kernel/samsung/a13ve

Sync

repo sync

Build

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