By : Goayandi
The XD Plus (codename "gpd_en") is a portable gaming device from GPD.
This is a Minimal Device Tree for building TWRP for GPD XD Plus (Codename: gpd_en). I used TWRP by multirom and TWRP for Asus Zenpad 3S 10 from rakomancha to finally build a working tree for GPD XD Plus.
Basic | Spec Sheet |
---|---|
CPU | Cortex-A72 & Cortex-A53 |
GPU | PowerVR GX6250 |
Memory | 4GB RAM |
Shipped Android Version | 7.0 |
Storage | 32GB |
Battery | 6000 mAh Li-Po |
Display | 5,0 |
Rear Camera | none |
Front Camera | none |
This branch is for building TWRP.
- Team M.A.D
- rakomancha
$ repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1
To initialize a shallow clone, which will save even more space, use a command like this:
$ repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1
After that sync your sources:
$ repo sync
Build your recovery:
$ source build/envsetup.sh
& lunch gpd_en-eng
make clean && make recoveryimage