Skip to content
Taka Turgut edited this page Sep 14, 2019 · 4 revisions

Welcome to the halium-ja3gxx wiki!

Preparing Repo

First of all, you need to install all dependencies

sudo apt install git gnupg flex bison gperf build-essential \ zip bzr curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \ libgl1-mesa-dev g++-multilib mingw-w64-i686-dev tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool \ repo liblz4-tool bc lzop imagemagick libncurses5 rsync

After that, you are gonna need to prepare the work area

mkdir halium && cd halium

Then you need to choose and download the source -this could take a while-

repo init -u https://github.com/Halium/android -b halium-7.1 --depth=1

repo sync -c -j 16

Downloading device sources and changes

After finishes, you are gonna need my changes to build halium for ja3gxx

git clone https://github.com/taka78/halium-ja3gxx

You must have all necessary things that you are gonna need to build.

Building

Preparing to build

source build/envsetup.sh

starting to build

breakfast ja3gxx

If you face any kind of issue please let me know.

Clone this wiki locally