This device repo aims to support booting AOSP on MSM8916 & MSM8939 devices supported by the mainline Linux kernel.
- Alcatel Idol 3 4.7" (idol347)
- Alcatel Idol 3 5.5" (idol3)
- Huawei Honor 5X (kiwi)
- Download source and build AOSP images
mkdir aosp-repo
cd aosp-repo
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r35
git clone https://github.com/vknecht/aospm-android_local_manifests .repo/local_manifests -b msm8916
repo sync -j$nproc
source build/envsetup.sh
# See table above
lunch <codename>-userdebug # Where <codename> is the codename of your device
make -j$nproc
- Flash and boot AOSP images -->
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash cache vendor.img
fastboot flash boot boot.img
fastboot reboot