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.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/588For VoLTE on Mi 6 :unavailable
proprietary blobs for Android 9
radio interface version is 1.1
ims version is 1.0Use 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>},)
-
@kuailexs
Please edit your image to hide personal infos like mac addresses, IMEI , serials and so on. -
@Keneda said in Update port for Ubuntu Touch 20.04 on Xiaomi Mi 6:
@kuailexs
Please edit your image to hide personal infos like mac addresses, IMEI , serials and so on.Done.
-
@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/588Excuse me.
Is there anything else I need to do before you accept this merge request?
Is there any documentation about this?
-
Hi @kuailexs
The MR needs to be manually review and it can take some time.
I'm not the most qualified to talk about this process, but that's my understanding. -
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.