OrangeFoxRecovery / device_samsung_m20lte

OrangeFox Recovery Device Trees for Samsung Galaxy M20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

OrangeFox Recovery Device Trees for Samsung Galaxy M20


Languages

Language:Makefile 63.0%Language:Shell 37.0%