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

    Posts

    Recent Best Controversial
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      As a mature and great community, these should not be overly restricted.

      posted in Porting
      kuailexsK
      kuailexs
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      @arubislander said in Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6:

      @kuailexs Same goes for you :-). But thanks for answering the question.

      @arubislander Updated.

      However, as a mature and great community, these should not be overly restricted.

      If you have a lot of free time.
      It is suggested that you think about how to optimize the ubuntu touch system better.

      posted in Porting
      kuailexsK
      kuailexs
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      @dlin rebuild kernel source : https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-mi-6/kernel-xiaomi-sagit
      use this Script : https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-mi-6/xiaomi-sagit/-/blob/master/build.sh

      posted in Porting
      kuailexsK
      kuailexs
    • RE: configuration of mirror resources

      It is currently hard-coded.

      https://github.com/ubports/ubports-installer/blob/master/src/core/helpers/api.js#L25

      posted in UBports Installer
      kuailexsK
      kuailexs
    • configuration of mirror resources

      It is suggested to add the configuration of mirror resources. To reduce installation failures caused by the network.

      During the installation process, some resource files on github will be used, and they often fail to be downloaded in China.

      I made a mirror site. But it is not convenient to use.

      https://mirrors.kuailexs.com/installer-configs/

      posted in UBports Installer
      kuailexsK
      kuailexs
    • RE: Device recommendation for VoLTE support

      @Vlad-Nirky https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-mi-6/xiaomi-sagit/-/issues/1

      posted in Devices
      kuailexsK
      kuailexs
    • RE: Device recommendation for VoLTE support

      I'm testing VoLTE support on the Mi 6。
      A halium-9 based device。
      I believe it will be successful。

      posted in Devices
      kuailexsK
      kuailexs
    • RE: Ubuntu Touch Q&A 159 call for questions

      Can you add multi-language support to ubports-installer?
      Some of us like ubuntu touch but can't read English.

      posted in News
      kuailexsK
      kuailexs
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      The PR is merged.
      now we need system-image channels and install channels.

      posted in Porting
      kuailexsK
      kuailexs
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      For VoLTE.

      I learned from the Sailfish OS porter that the previous VoLTE plug-in for Sailfish OS was used in conjunction with the modem configuration tool.

      The name in the Sailfish OS library is modem_auto_config.

      Maybe we need to do that, too.

      posted in Porting
      kuailexsK
      kuailexs
    • RE: Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      @kuailexs said in Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6:

      merge requests :
      https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-mi-6/xiaomi-sagit/-/merge_requests/1
      https://gitlab.com/ubports/infrastructure/devices.ubuntu-touch.io/-/merge_requests/588

      Excuse me.

      Is there anything else I need to do before you accept this merge request?

      Is there any documentation about this?

      posted in Porting
      kuailexsK
      kuailexs
    • RE: Ubuntu Touch Q&A 154 Call For Questions

      @Moem There are no answers to these questions.

      If you want to submit the relevant new port repository code to the ubports organization. There's no introduction to this

      posted in News
      kuailexsK
      kuailexs
    • RE: Ubuntu Touch Q&A 154 Call For Questions

      How do I submit new port repository code and device information?

      How do I submit an upgraded port repository code and device information?

      How to apply for port repository permission?

      Hopefully there are process guidance documents on the docs website.

      posted in News
      kuailexsK
      kuailexs
    • Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6

      Recently,
      I'm trying to update the mi6 port for Ubuntu Touch 20.04.

      xiaomi6.png

      Just a few configuration updates,It looks like everything works.

      From Verevka's port. see : https://forums.ubports.com/topic/4671

      merge requests :
      https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-mi-6/xiaomi-sagit/-/merge_requests/1
      https://gitlab.com/ubports/infrastructure/devices.ubuntu-touch.io/-/merge_requests/588

      For VoLTE on Mi 6 :unavailable

      proprietary blobs for Android 9
      radio interface version is 1.1
      ims version is 1.0

      Use this patch to load the ims library.

      ofono IpMultimediaSystem is not registered

      phablet@ubuntu-phablet:~$ gdbus call --system --dest org.ofono --object-path /ril_0 --method org.ofono.IpMultimediaSystem.GetProperties
      
      ({'Registered': <false>, 'Registration': <'auto'>, 'VoiceCapable': <false>, 'SmsCapable': <false>},)
      
      
      posted in Porting
      kuailexsK
      kuailexs
    • RE: Welcome to the UBports community! Introduce yourself here!

      Hello everyone, my name is kuailexs and I come from Sichuan, China.

      I'm very interested in ubuntu touch, and I've been looking at ubuntu touch since 2017.

      In 2017, I tried to port ubuntu touch to the Mi 4 and was very happy when Ubuntu touch launched successfully on the Mi 4.

      Last year I tried switching the Meizu pro5 port to use halium7. It was not finished due to too little spare time.

      Recently I was trying to upgrade Mi 6 port to Ubuntu touch 20.04. And I have been following up the Chinese translation work of docs.ubports.com recently.

      posted in General
      kuailexsK
      kuailexs
    • RE: [Qualcomm} VoLTE call for testing

      On the Mi 6. radioInterface = 1.1
      VoLTE cannot be used
      Although he has already executed the following code
      b67ccdc4-a196-4440-803a-237bd41de3c0-图片.png
      https://github.com/mer-hybris/ofono-binder-plugin/blob/9ad094cbf772e0796015ad517b727d8577174b74/src/binder_ims.c#L276

      phablet@ubuntu-phablet:~$ gdbus call --system --dest org.ofono --object-path /ril_0 --method org.ofono.IpMultimediaSystem.GetProperties
      
      ({'Registered': <false>, 'Registration': <'auto'>, 'VoiceCapable': <false>, 'SmsCapable': <false>},)
      
      posted in Fairphone 5
      kuailexsK
      kuailexs
    • RE: [Qualcomm} VoLTE call for testing

      @uxes thank you
      I tried to set this option.

      phablet@ubuntu-phablet:~$ gdbus call --system --dest org.ofono --object-path /ril_0 --method org.ofono.IpMultimediaSystem.GetProperties
      
      ({'Registered': <false>, 'Registration': <'auto'>, 'VoiceCapable': <false>, 'SmsCapable': <false>},)
      
      
      posted in Fairphone 5
      kuailexsK
      kuailexs
    • RE: [Qualcomm} VoLTE call for testing

      @mariogrip
      There is no "android.hardware.radio@1.5::IRadio" library file in mi6。
      The largest version is 1.4

      posted in Fairphone 5
      kuailexsK
      kuailexs