https://www.phone-lab.org/experiment/start/
Download source
Initialize the repo
repo init -u http://platform.phone-lab.org:8080/platform/manifest -b phonelab/android-4.4.4_r1/develop
actually download the code with
repo sync
Build the source
source build/envsetup.sh
lunch aosp_hammerhead-userdebug
Compile the code with multiple cores.make -j4
Build the Cruncher tool
source: https://www.phone-lab.org/experiment/data/#crunchergit clone http://platform.phone-lab.org:8080/p/phonelab/cruncher.git cd cruncher/crunchersudo
add these packages to the packages.txt
gfortran
libblas-dev
liblas-bin
liblas-c-dev
libatlas-dev
libatlas-base-dev
xargs -a packages.txt apt-get install
sudo pip install -r requirements.txt