Thursday, July 7, 2016

(PURE) AOSP rom for SM-N9005 (hlte)

Hi everybody
for test purpose, I would like to build a pure AOSP rom for the n9005
by pure, I means, no tweak, no "fancy feature" just the hlte kernel from samsung and AOSP source
I checked out the AOSP sources
I added theses lines to get the hardware part of the project :
Code:

<project name="CyanogenMod/android_device_samsung_hlte" path="device/samsung/hlte" remote="github" revision="cm-13.0" />
  <project name="CyanogenMod/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" revision="cm-13.0" />
  <project name="CyanogenMod/android_device_samsung_msm8960-common" path="device/samsung/msm8960-common" remote="github" revision="cm-13.0" />
  <project name="CyanogenMod/android_device_samsung_hlte-common" path="device/samsung/hlte-common" remote="github" revision="cm-13.0"/>
  <project name="CyanogenMod/android_kernel_samsung_hlte" path="kernel/samsung/hlte" remote="github" revision="cm-13.0"/>
  <project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="cm-13.0" />
  <project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="cm-13.0" />

then I do
Code:

$ source build/envsetup.sh
$ lunch cm_hlte-eng
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_hlte".  Stop.

** Don't have a product spec for: 'cm_hlte'
** Do you have the right repo manifest?

but when I do
Code:

$ lunch

You're building on Linux

Lunch menu... pick a combo:
    1. aosp_arm-eng
    2. aosp_arm64-eng
    3. aosp_mips-eng
    4. aosp_mips64-eng
    5. aosp_x86-eng
    6. aosp_x86_64-eng
    7. aosp_deb-userdebug
    8. aosp_flo-userdebug
    9. full_fugu-userdebug
    10. aosp_fugu-userdebug
    11. mini_emulator_arm64-userdebug
    12. m_e_arm-userdebug
    13. mini_emulator_mips-userdebug
    14. mini_emulator_x86_64-userdebug
    15. mini_emulator_x86-userdebug
    16. aosp_flounder-userdebug
    17. aosp_angler-userdebug
    18. aosp_bullhead-userdebug
    19. aosp_hammerhead-userdebug
    20. aosp_hammerhead_fp-userdebug
    21. hikey-userdebug
    22. aosp_shamu-userdebug
    23. cm_hlte-eng

Which would you like? [aosp_arm-eng] 23

so cm_hlte is listed... since I never built an android fw I wonder what I missed....
thanks a lot


from xda-developers http://ift.tt/29sHyMM
via IFTTT

No comments:

Post a Comment