https://github.com/imjyotiraditya/device_realme_noah-twrp
Realme 7i TWRP
https://github.com/imjyotiraditya/device_realme_noah-twrp
bengal realme twrp
Last synced: about 1 month ago
JSON representation
Realme 7i TWRP
- Host: GitHub
- URL: https://github.com/imjyotiraditya/device_realme_noah-twrp
- Owner: imjyotiraditya
- Created: 2021-06-21T10:11:23.000Z (almost 4 years ago)
- Default Branch: android-10
- Last Pushed: 2021-07-15T06:52:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T12:38:25.638Z (2 months ago)
- Topics: bengal, realme, twrp
- Language: Makefile
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TWRP Device configuration for Realme 7i
=============================================
###### How to compile
```sh
. build/envsetup.sh
export LC_ALL=C
lunch omni_noah-eng
mka -jX clobber && mka -jX recoveryimage
```
Note: 'X' in `mka -jX recoveryimage` is the number of cores your processor has.
For example, a quad-core processor would have `mka -j4 recoveryimage` as the command.