Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheikhshahnawaz41299/android_device_vivo_pd1510-twrp
TWRP device tree for Vivo Y51L (pd1510)
https://github.com/sheikhshahnawaz41299/android_device_vivo_pd1510-twrp
twrp twrp-y51l vivo vivo-y51l
Last synced: 2 months ago
JSON representation
TWRP device tree for Vivo Y51L (pd1510)
- Host: GitHub
- URL: https://github.com/sheikhshahnawaz41299/android_device_vivo_pd1510-twrp
- Owner: sheikhshahnawaz41299
- Created: 2020-04-26T14:33:35.000Z (over 4 years ago)
- Default Branch: twrp_8.1
- Last Pushed: 2022-07-22T14:24:12.000Z (over 2 years ago)
- Last Synced: 2024-07-30T20:57:16.836Z (5 months ago)
- Topics: twrp, twrp-y51l, vivo, vivo-y51l
- Language: Makefile
- Homepage:
- Size: 32.2 MB
- Stars: 5
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TWRP device tree for Vivo Y51L (pd1510)
## Link to the kernel source :-
```xml
https://github.com/sheikhshahnawaz41299/android_kernel_vivo_msm8916.git```
Add to `.repo/local_manifests/pd1510.xml`:
```xml
```
Then run `repo sync` to check it out.
To build:
```
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL="C"
lunch omni_pd1510-eng && mka recoveryimage
```