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: about 1 year ago
JSON representation
OrangeFox Recovery Device Trees for Samsung Galaxy M20
- Host: GitHub
- URL: https://github.com/OrangeFoxRecovery/device_samsung_m20lte
- Owner: OrangeFoxRecovery
- Created: 2021-11-20T22:21:16.000Z (over 4 years ago)
- Default Branch: fox_11.0
- Last Pushed: 2023-01-25T16:56:34.000Z (over 3 years ago)
- Last Synced: 2024-10-24T00:21:31.068Z (over 1 year ago)
- Topics: m20lte, orangefox, orangefoxrecovery, recovery, sm-m205f, sushrut1101, twrp
- Language: Makefile
- Homepage:
- Size: 15 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
____________________