UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Manifest remote and revision

    Scheduled Pinned Locked Moved Unsolved Porting
    5 Posts 3 Posters 384 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • B Offline
        Bwlok
        last edited by

        Hello i followed the Tutorial from Halium (https://docs.halium.org/en/latest/porting/get-sources.html#the-device-repository). but I dont know what I need to put in the remote and revision text.

        huawei_kiwi.xml:

        <?xml version="1.0" encoding="UTF-8"?>
        <manifest>
            <project path="device/huawei/kiwi" name="android_device_huawei_kiwi" remote="[remote]" revision="[revision]" />
        
        
        </manifest>
        
        
        LakotaubpL 1 Reply Last reply Reply Quote 0
        • LakotaubpL Offline
          Lakotaubp @Bwlok
          last edited by

          @bwlok Can I ask what you are attempting? I did not think the bootloader could be unlocked on Huawei devices which is why none have been ported .

          B 1 Reply Last reply Reply Quote 0
          • B Offline
            Bwlok @Lakotaubp
            last edited by

            @lakotaubp im trying to port ubuntu touch and I have already unlocked the bootloader

            LakotaubpL 1 Reply Last reply Reply Quote 1
            • LakotaubpL Offline
              Lakotaubp @Bwlok
              last edited by

              @bwlok My info and understanding on this is it is still a non starter. Sorry

              1 Reply Last reply Reply Quote 0
              • D Offline
                dhruv22592
                last edited by

                how about trying:

                (halium 9)
                huawei_kiwi.xml:

                <?xml version="1.0" encoding="UTF-8"?>
                <manifest>
                    <remote name="LineageOS" fetch="https://github.com/LineageOS" revision="lineage-16.0"/>
                    <remote name="TheMuppets" fetch="https://github.com/TheMuppets" revision="lineage-16.0" />
                    <project path="device/huawei/kiwi" name="android_device_huawei_kiwi" remote="LineageOS" revision="lineage-16.0" />
                    <project path="kernel/huawei/kiwi" name="android_kernel_huawei_kiwi" remote="LineageOS" revision="lineage-16.0" />
                    <project path="vendor/huawei/" name="proprietary_vendor_huawei" remote="TheMuppets" revision="lineage-16.0" />
                </manifest>
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post