Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OrangeFoxRecovery/device_samsung_m20lte

OrangeFox Recovery Device Trees for Samsung Galaxy M20
https://github.com/OrangeFoxRecovery/device_samsung_m20lte

m20lte orangefox orangefoxrecovery recovery sm-m205f sushrut1101 twrp

Last synced: 2 months ago
JSON representation

OrangeFox Recovery Device Trees for Samsung Galaxy M20

Awesome Lists containing this project

README

        

# OrangeFox Recovery Project for the Samsung Galaxy M20

### How to build ###

```bash
# 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
____________________