Call for testing: Ubuntu Touch 24.04-1.0
-
Anyone tried if Bluetooth media buttons work now? Those for changing the volume, changing the music track and accepting calls.
-
@peat_psuwit
I followed the above procedure to update my Xiaomi Poco X3 NFC (surya) to UT 24.04-1.0 Beta 2.This worked well except a UI issue: I had to uninstall two applications because instead of seeing the screen offering the system upgrade, I saw a screen proposing the update of Dev Tools and Pure Maps Slim
After some tests everything seems to work properly with the notable exception of MMS.
Indeed, I can no longer send or receive MMS when wifi is activated, which seems to me to be a regression, at least on this device. -
@Eric-H said in Call for testing: Ubuntu Touch 24.04-1.0:
@peat_psuwit
I followed the above procedure to update my Xiaomi Poco X3 NFC (surya) to UT 24.04-1.0 Beta 2.This worked well except a UI issue: I had to uninstall two applications because instead of seeing the screen offering the system upgrade, I saw a screen proposing the update of Dev Tools and Pure Maps Slim
After some tests everything seems to work properly with the notable exception of MMS.
Indeed, I can no longer send or receive MMS when wifi is activated, which seems to me to be a regression, at least on this device.interesting, this is the first time i've heard that MMS works through Wiifi...
So with all feedbacks here, i think we have to revert the mms popup feature for now...
EDIT: https://gitlab.com/ubports/development/core/lomiri-messaging-app/-/merge_requests/369 -
@peat_psuwit said in Call for testing: Ubuntu Touch 24.04-1.0:
It's now possible to send and receive MMS again as the underlying components for MMS have been fixed. Additionally, there's now a dialog telling users to disable Wi-Fi and enable mobile data before sending MMS.
@Eric-H This regression is expected according to the release comment, is the popup displayed in your case ? I got a warning message inviting me to turn off the Wi-Fi in my case.
-
@lduboeuf
yes it worked on focal wih wifi on.
unsure, but it could be related to MessageProxy / Proxy set or unset.[ /ril_0/context4 ] Name = SFR Active = 1 Preferred = 1 Type = internet Protocol = ip AccessPointName = sl2sfr Username = Password = AuthenticationMethod = any MessageProxy = 10.151.0.1:8080 MessageCenter = http://mms1 Settings = { Interface=rmnet_data3 Proxy=10.151.0.1:8080 Method=static Address=100.104.134.41 Netmask=255.255.255.252 Gateway=100.104.134.42 DomainNameServers=172.20.2.39,172.20.2.10, } IPv6.Settings = { }
-
@ftmazzone
Ok, we just have to disable wifi when sending MMS, not a problem.As we do not anticipate when MMS will arrive, will we have to disable wifi all the time to be able to receive them ?
-
@Eric-H said in Call for testing: Ubuntu Touch 24.04-1.0:
@ftmazzone
Ok, we just have to disable wifi when sending MMS, not a problem.As we do not anticipate when MMS will arrive, will we have to disable wifi all the time to be able to receive them ?
Don't worry, we will remove that popup for now.
You are just the first person that i know that reports that MMS is working when wifi is On, so i was sure that for everyone Wifi Off + Data On was required, and several users were confused about not being able to receive/send MMS while wifi is On. -
@lduboeuf said in Call for testing: Ubuntu Touch 24.04-1.0:
interesting, this is the first time i've heard that MMS works through Wiifi...
So with all feedbacks here, i think we have to revert the mms popup feature for now...
EDIT: https://gitlab.com/ubports/development/core/lomiri-messaging-app/-/merge_requests/369The situation with MMS and Wi-Fi is that sending MMS with Wi-Fi on will work, if the carrier specify
MessageProxy
in terms of IP addresses, which is the case for @Eric-H and also for the carrier I'm using (the carrier may also specify it in terms of domain name, or may not specify it at all and useMessageCenter
alone). In that case, oFono is able to set the routing table so that MMS traffic goes through cellular network, which allow it to work despite Wi-Fi being on.For all nitty-gritty details, see https://gitlab.com/ubports/development/core/packaging/ofono-sailfish/-/issues/13
(That said, the problem with
Lomiri.Connectivity
reporting inaccurate info will have to be investigated as well...)@Eric-H said in Call for testing: Ubuntu Touch 24.04-1.0:
@ftmazzone
Ok, we just have to disable wifi when sending MMS, not a problem.As we do not anticipate when MMS will arrive, will we have to disable wifi all the time to be able to receive them ?
My understanding is that Ubuntu Touch now have a facility to retry retrieving MMS if downloading fails. So, in that case, you should get a notification, after which you can disable Wi-Fi and retry retrieving MMS (@lduboeuf please correct me on this if I'm wrong).
@Eric-H said in Call for testing: Ubuntu Touch 24.04-1.0:
@peat_psuwit
I followed the above procedure to update my Xiaomi Poco X3 NFC (surya) to UT 24.04-1.0 Beta 2.This worked well except a UI issue: I had to uninstall two applications because instead of seeing the screen offering the system upgrade, I saw a screen proposing the update of Dev Tools and Pure Maps Slim
You should not have to uninstall applications; once all applications are updated, you should be offered release upgrade. This is intentional, as many times application and system updates can solve compatibility issues with the new release before the new release is being upgraded to.
@poVoq said in Call for testing: Ubuntu Touch 24.04-1.0:
Anyone tried if Bluetooth media buttons work now? Those for changing the volume, changing the music track and accepting calls.
Thank you for the report. I can reproduce this issue and will look into it.