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

Posts

Recent Best Controversial
  • RE: Asus Z00A - Zenfone 2 ZE551ML Z00A

    Do you think that this phone with this kind of architecture could be a dead end?

    posted in Porting
    V
    vlp
    9 Feb 2020, 12:07
  • RE: Asus Z00A - Zenfone 2 ZE551ML Z00A

    as long as the kernel is 64 bit I think there should be no problems. What do you think about it?

    posted in Porting
    V
    vlp
    9 Feb 2020, 00:43
  • RE: Asus Z00A - Zenfone 2 ZE551ML Z00A

    @poVoq hmm ok this is for the original android os right? so this still apply to lineageos 14.1 ? I'm sure that the kernel of version 14.1 operates in 64bit mode but I don't know if the userspace is in 32 bit mode.

    posted in Porting
    V
    vlp
    9 Feb 2020, 00:14
  • RE: Asus Z00A - Zenfone 2 ZE551ML Z00A

    @poVoq said in Asus Z00A - Zenfone 2 ZE551ML Z00A:

    just the Android "around" it is 32bit

    Hi what do you mean for "around" ? The halium build tools ?

    posted in Porting
    V
    vlp
    8 Feb 2020, 23:24
  • RE: Asus Z00A - Zenfone 2 ZE551ML Z00A

    Hi there, you could try this manifest:

    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>
    <project path="device/asus/Z00A" name="android_device_asus_mofd-Z00A" remote="los" />
    <project path="device/asus/mofd-common" name="android_device_asus_mofd-common" remote="los" />
    <project path="kernel/asus/Z00A" name="android_kernel_asus_moorefield" remote="los" />
    <project path="vendor/asus" name="proprietary_vendor_asus" remote="them" />
    </manifest>
    

    Note that according to the official haium docs it's recommended to fork or clone all repos to a personal repo, then adding those personal forks to the manifest. 😉

    posted in Porting
    V
    vlp
    8 Feb 2020, 23:21