Skip to content

OrangeFoxRecovery/device_samsung_m20lte

Repository files navigation

OrangeFox Recovery Project for the Samsung Galaxy M20

How to build

# Create dirs
$ mkdir ~/OrangeFox ; cd ~/OrangeFox

# Init repo
$ repo init --depth=1 -u https://gitlab.com/OrangeFox/Manifest.git -b fox_9.0

# Clone m20lte repo
$ git clone https://gitlab.com/OrangeFox/device/m20lte.git -b fox_9.0 device/samsung/m20lte

# Sync
$ repo sync --no-repo-verify -c --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j`nproc`

# Build
$ source build/envsetup.sh ; lunch twrp_m20lte-eng ; mka recoveryimage

Credits:


2020 - @Astrako

2021 - @Sushrut1101