An open API service indexing awesome lists of open source software.

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

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)