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

    ishlun

    @ishlun

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

    ishlun Unfollow Follow

    Latest posts made by ishlun

    • RE: help porting to meizu m6 note

      sorry it is my github2

      <remote name="github2"
                      fetch="https://github.com/ishlun"
                      revision="lineage-14.1"
                      />
      
      posted in Porting
      I
      ishlun
    • help porting to meizu m6 note

      Hi. I found lineage os for meizu m6 note here: https://github.com/thanhdatpd/android_device_meizu_bicot and tryed to port ubuntu touch.
      It is my manifest:

      <?xml version="1.0" encoding="UTF-8"?>
      <manifest>
              <project path="device/meizu/bicot" name="android_device_meizu_bicot" remote="github1">
              <project path="vendor/meizu/bicot" name="android_vendor_meizu_bicot" remote="github2">
              <remote name="github1"
                      fetch="https://github.com/ishlun"
                      revision="lineage-14.1"
                      />
              <remote name="github2"
                      fetch="https://github.com/ishlun"
                      revision="lineage-14.2"
                      />
      </manifest>
      

      and i get this errors:


      I: Configuring for device meizu_bicot


      repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.

      ... A new version of repo (2.5) is available.
      ... New version is available at: /home/cm_chernyshmike/halium/.repo/repo/repo
      ... The launcher is run from: /usr/bin/repo
      !!! The launcher is not writable. Please talk to your sysadmin or distro
      !!! to get an update installed.

      fatal: error parsing manifest /home/cm_chernyshmike/halium/.repo/local_manifests/device.xml: mismatched tag: line 13, column 2
      repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.

      ... A new version of repo (2.5) is available.
      ... New version is available at: /home/cm_chernyshmike/halium/.repo/repo/repo
      ... The launcher is run from: /usr/bin/repo
      !!! The launcher is not writable. Please talk to your sysadmin or distro
      !!! to get an update installed.

      fatal: error parsing manifest /home/cm_chernyshmike/halium/.repo/local_manifests/device.xml: mismatched tag: line 13, column 2


      ./halium/devices/setup: line 84: cd: /home/cm_chernyshmike/halium/device/meizu/bicot: No such file or directory
      ./halium/devices/setup: line 91: cd: /home/cm_chernyshmike/halium/device/meizu/bicot: No such file or directory
      I: Removing components relying on SettingsLib from: device/meizu/bicot


      please help me((
      sorry for my bed english

      posted in Porting
      I
      ishlun