ponces / treble_build_evo

Script and patches for building PHH-Treble Evolution X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evolution X GSI

Build

To get started with building Evolution X GSI, you'll need to get familiar with Git and Repo as well as How to build a GSI.

  • Create a new working directory for your Evolution X build and navigate to it:
    mkdir evolution; cd evolution
    
  • Clone this repo:
    git clone https://github.com/ponces/treble_build_evo -b tiramisu
    
  • Finally, start the build script:
    bash treble_build_evo/build.sh
    

Notes

  • First and foremost, a huge thanks to David Dean for providing me with an incredible building server which helps (by a lot!!) delivering these builds as fast as possible.
  • If bluetooth calls or bluetooth media do not work well for you, make sure you have the "Use System Wide BT HAL" checkbox enabled on the Misc page of Treble App. If not, enable and reboot.
  • If you have a non-Samsung device with a Qualcomm chipset and VoLTE isn't working with the default IMS package provided by Treble App, try installing this alternative IMS package.

Credits

These people have helped this project in some way or another, so they should be the ones who receive all the credit:

About

Script and patches for building PHH-Treble Evolution X


Languages

Language:Shell 90.9%Language:Makefile 9.1%