[Q] Searching source tree for Galaxy Core Duos GT-I8262 (arubaslim) topic

SOCIALIZE IT ⇨

Hey guys!

I've been seaching now for some time in order to find a ready-to-build source tree for my GT-I8262. I found several entries on github but unfortunately I got compilation errors for all of them. The most promising one was the approach of ankur850 which he explained himself here.

In order to get rid of some of the errors, I changed the following points in the .repo/local_manifests/roomservice.xml:
  • Inserted remove-project in order to resolve the conflict with the existing repository by Cyanogenmod.

  • Changed the path kernel/samsung/arubaslim to kernel/samsung/msm7x27a

  • Removed the revision attribute for those repositories having a later branch (since I tried to build cm-11.0)

resulting in the following xml:

Code:


<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="ankur850/android_device_samsung_arubaslim" path="device/samsung/arubaslim" remote="github" />
  <project name="ankur850/android_vendor_qcom_msm7x27a" path="vendor/qcom/msm7x27a" remote="github" revision="cm-10.2" />
  <project name="ankur850/android_device_qcom_msm7x27a" path="device/qcom/msm7x27a" remote="github" revision="cm-10.2" />
  <project name="ankur850/android_vendor_samsung_arubaslim" path="vendor/samsung/arubaslim" remote="github" revision="cm-10.2" />
  <project name="ankur850/android_hardware_qcom_display-legacy" path="hardware/qcom/display-legacy" remote="github" revision="jellybean-mr2" />
  <remove-project name="CyanogenMod/android_hardware_qcom_audio-caf" revision="cm-10.2" />
  <project name="ankur850/android_hardware_qcom_audio-caf" path="hardware/qcom/audio-caf" remote="github" revision="cm-10.2" />
  <project name="ankur850/android_kernel_samsung_msm7x27a" path="kernel/samsung/msm7x27a" remote="github" />
</manifest>


When compiling (brunch arubaslim), I get the following error - which seems to be related to the repository:

Code:


make: *** No rule to make target `frameworks/base/data/etc/com.stericsson.hardware.fm.receiver.xml', needed by `~/android/system/out/target/product/arubaslim/system/etc/permissions/com.stericsson.hardware.fm.receiver.xml'.  Stop.

I would appreciate very much if someone could point a working CM11 (if possible CM12) source tree out to me (or even help me to build with this one).

@admin: If a forum moderator/admin happens to be reading this, I would appreciate very much if you could integrate an overview for source trees like you did for ROMs and kernels.

Many thanks!

xda-developers


0 commentaires:

Enregistrer un commentaire