https://github.com/maxrd2/android_device_htc_a50cmg_dwg
TWRP recovery for HTC Desire 728G Dual SIM (a50cmg_dwg) - device tree and binaries
https://github.com/maxrd2/android_device_htc_a50cmg_dwg
android twrp twrp-device-tree
Last synced: about 1 month ago
JSON representation
TWRP recovery for HTC Desire 728G Dual SIM (a50cmg_dwg) - device tree and binaries
- Host: GitHub
- URL: https://github.com/maxrd2/android_device_htc_a50cmg_dwg
- Owner: maxrd2
- Created: 2019-06-14T23:37:32.000Z (almost 6 years ago)
- Default Branch: android-5.1
- Last Pushed: 2022-11-27T09:31:05.000Z (over 2 years ago)
- Last Synced: 2024-10-24T00:21:29.989Z (6 months ago)
- Topics: android, twrp, twrp-device-tree
- Language: Makefile
- Homepage:
- Size: 6.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TWRP device tree for HTC Desire 728G Dual Sim (a50cmg_dwg)
For building TWRP for MT6753 models only.
### Manifest
Add to `.repo/local_manifests/a50cmg_dwg.xml`:```xml
```
Then run `repo sync` to check it out.
### Build
To build:```sh
. build/envsetup.sh
lunch omni_a50cmg_dwg-eng
make -j4 recoveryimage
```Detailed build instructions can be found on [wiki page](https://github.com/maxrd2/android_device_htc_a50cmg_dwg/wiki/TWRP-Build-Instructions)