UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. aki237
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    aki237

    @aki237

    0
    Reputation
    127
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    aki237 Unfollow Follow

    Latest posts made by aki237

    • RE: Need help for porting

      @UniSuperBox Thanks I'll look into that. I have my device's vendor repos. I don't know about vendor/qcom. Can you share the repo that has this. I guess that is common for all Qualcomm devices.

      posted in Porting
      A
      aki237
    • Need help for porting

      I have a Zuk Z1 which sports a Qcom 801 (similar to OnePlus One). I have set up all the device repos and synced successfully. But when I build I an error (final build error) :

      make: *** No rule to make target 'libqmi', needed by '/home/aki237/phablet/out/target/product/ham/obj/EXECUTABLES/wpa_supplicant_intermediates/config.o'.  Stop.
      

      Using the cm-12.1 branch.
      Every other targets needed for the final image are built.
      This is the .repo/local_manifests/zuk_ham.xml file for my device

      <?xml version="1.0" encoding="UTF-8"?>
      <manifest>
        <remote name="theMuppets"
                fetch="https://github.com/TheMuppets"
                revision="refs/heads/cm-12.1" />
        <project name="android_device_zuk_ham" path="device/zuk/ham/" remote="cm" revision="cm-12.1" />
        <project name="android_device_qcom_common" path="device/qcom/common/" remote="cm" revision="cm-12.1"/>
        <project name="android_kernel_cyanogen_msm8974" path="kernel/cyanogen/msm8974/" remote="cm" revision="cm-12.1"/>
        <project name="proprietary_vendor_zuk" path="vendor/zuk/" remote="theMuppets" revision="cm-12.1"/>
      </manifest>
      

      Host Build system :

      OS : Arch Linux
      Linux : 4.12.13
      gcc : 7.2
      
      posted in Porting
      A
      aki237