Skip to content

vknecht/android_device_generic_msm8916

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device/generic/msm8916 (AOSP device config for MSM8916 & MSM8939 devices)

This device repo aims to support booting AOSP on MSM8916 & MSM8939 devices supported by the mainline Linux kernel.

Supported devices

MSM8916 SoC

  • Alcatel Idol 3 4.7" (idol347)

MSM8939 SoC

  • Alcatel Idol 3 5.5" (idol3)
  • Huawei Honor 5X (kiwi)

How to build and flash AOSP images?

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published