@chaospredictor
One option I've tested is to use Crackle
to install the version of python you want
After that, you can use pip and venv.

Best posts made by Eric H
-
RE: venv installation
-
RE: Device recommendation for VoLTE support
It is possible to obtain a list of all devices in devel where VoLTE is enabled by conducting a search on Gitlab :
https://gitlab.com/search?group_id=54262841&scope=blobs&search=OfonoImplementsIms%3A+true&page=1
-
RE: Working VoLTE reports, share your experience
@uxes said in Working VoLTE reports, share your experience:
after some months of using, i know that after start using volte, 4G internet sometimes stop working, maybe after call/sms only thing that helps is to disable/enable data in indicators (no reboot required)
Eric from poco reported that adding new APN may helpFor those interested in activating VoLTE on the Poco X3, here are the steps I followed:
- After enabling VoLTE, I noticed errors in the logs related to context 1 of ofono. To address this, I replaced this context with a new APN "Internet & MMS" using the commands available in
/usr/share/ofono/scripts/
. - I also removed an unused connection using
ncli connection
.
While I can't guarantee that these modifications are the solution, I haven't encountered any issues since.
It's important to note that after exiting airplane mode, the poco often struggles to reconnect to VoLTE without a reboot.
- After enabling VoLTE, I noticed errors in the logs related to context 1 of ofono. To address this, I replaced this context with a new APN "Internet & MMS" using the commands available in
-
RE: Ubuntu Touch 24.04, VoLTE, and Devices in the US
@atarilinux @wally
Maybe you will be interested in Daniel Pratt's tests with T-Mobile in the USA on a Poco X3 NFC ? -
RE: UK cannot send sms with 4G/Volte enabled on |Lebara
Hi @Jules
Have you tried to reset your APNs in System Settings?
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@atarilinux
The UT deviceinfo file for the new port of sargo/bonito can be found here : https://gitlab.com/ubports/porting/community-ports/android12/google-pixel-3a/google-sargo/-/blob/main/deviceinfo?ref_type=headsdeviceinfo_kernel_cmdline
is empty and should probably be completed.The documentation is available at https://docs.ubports.com/en/latest/porting/build_and_boot/standalone_kernel_build.html#filling-in-your-deviceinfo
There is also a sample file : https://gitlab.com/ubports/porting/community-ports/halium-generic-adaptation-build-tools/-/blob/main/deviceinfo.sample?ref_type=heads
-
RE: Working VoLTE reports, share your experience
Xiaomi POCO X3 NFC (surya)
focal 20.04 devel (r581)
France, SFRVoLTE tests : https://codeberg.org/EricHeintzmann/UbuntuTouch/issues/23
-
RE: [Poco X3 pro] Need help system not flashing
@snailc
The 12.5.9 global MIUI is available at http://xmfirmwareupdater.com/miui/vayu/stable/V12.5.9.0.RJUMIXM/The fastboot error is probably because of system is a logical partition and you need to use fastbootD.
fastboot reboot fastboot fastboot flash system ubuntu.img
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@atarilinux
it seem this this file should be updated too :
https://gitlab.com/atarilinux/ubports-ubuntu-touch-google-sargo-volte/-/blob/main/.gitlab-ci.yml -
RE: Ubuntu Touch Q&A 145 Call for questions
Hello,
Will it be possible to use the Alfred's browser engine instead of QtWebengine to create webapps for UT ?
Thanks
Latest posts made by Eric H
-
RE: [Poco X3 pro] Need help system not flashing
@snailc
The 12.5.9 global MIUI is available at http://xmfirmwareupdater.com/miui/vayu/stable/V12.5.9.0.RJUMIXM/The fastboot error is probably because of system is a logical partition and you need to use fastbootD.
fastboot reboot fastboot fastboot flash system ubuntu.img
-
RE: IA out of order
@_Joao_
I tested again, with Morph, under UT 24.04-1.X andduck.ai
works. -
RE: waydroid start once - then need reboot
@ds2k5
A workaround is to install Waydroid Helper app with OpenStore, and use Waydroid Stop. -
RE: UK cannot send sms with 4G/Volte enabled on |Lebara
@Jules
All I can suggest is first to send an SMS and then look in the logs if you see something that can help us understand what's going on.journalctl -u ofono.service -r --no-hostname
-
RE: UK cannot send sms with 4G/Volte enabled on |Lebara
Hi @Jules
Have you tried to reset your APNs in System Settings?
-
RE: Call for testing: Ubuntu Touch 24.04-1.0
@lduboeuf said in Call for testing: Ubuntu Touch 24.04-1.0:
Don't worry, we will remove that popup for now.
thanks
@peat_psuwit said in Call for testing: Ubuntu Touch 24.04-1.0:
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).
OK. I will test and report.
@peat_psuwit said in Call for testing: Ubuntu Touch 24.04-1.0:
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.
Got it.
I forgot to mention it, but first I tried to update these applications.
But, I don't know why, it failed, and the only solution I then found was to uninstall them. -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@atarilinux
it seem this this file should be updated too :
https://gitlab.com/atarilinux/ubports-ubuntu-touch-google-sargo-volte/-/blob/main/.gitlab-ci.yml -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@atarilinux
unsure but maybesystempart=/dev/mapper/system
is missing in cmdlinefrom porting Telgram Group :
system.img and rootfs.img are the same thing from a fastboot POV. your userdata should be freshly formatted as ext4, but yes that's what the bottom of the doc also explains, which one you need and how to flash it depends on if you included e.g. systempart=/dev/mapper/system on cmdline for devices with super partition
also unsure about other fields
-
RE: 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 ?