Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OrangeFoxRecovery/device_samsung_m20lte
- Owner: OrangeFoxRecovery
- Created: 2021-11-20T22:21:16.000Z (about 3 years ago)
- Default Branch: fox_11.0
- Last Pushed: 2023-01-25T16:56:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:57:17.088Z (5 months 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 - @Astrako2021 - @Sushrut1101
____________________