Community favourite developer:
Tobiyo Kuujikai / @Fuseteam
Community favourite developer:
Tobiyo Kuujikai / @Fuseteam
@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.
@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 help
For those interested in activating VoLTE on the Poco X3, here are the steps I followed:
/usr/share/ofono/scripts/.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.
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
@atarilinux @wally
Maybe you will be interested in Daniel Pratt's tests with T-Mobile in the USA on a Poco X3 NFC ?
@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=heads
deviceinfo_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
Xiaomi POCO X3 NFC (surya)
focal 20.04 devel (r581)
France, SFR
VoLTE tests : https://codeberg.org/EricHeintzmann/UbuntuTouch/issues/23
Hi @Jules
Have you tried to reset your APNs in System Settings?
@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
Community favourite developer:
Tobiyo Kuujikai / @Fuseteam
@mr_growl
Iirc, an android 12 phone must have a recovery partition unless it is a slot A/B device.
for example on my device
to check recovery partition
$ fastboot getvar all |& grep -i recovery
(bootloader) partition-type:recovery:raw
(bootloader) partition-size:recovery: 0x8000000
to flash recovery partition
fastboot flash recovery recovery.img
to check slots, in fastbootD mode
$ fastboot getvar slot-count
slot-count: 0
If there is no recovery partition on your phone, you probably need a recovery ramdisk.
See ramdisk-overlay directory on Volla X23 for example:
https://gitlab.com/ubports/porting/reference-device-ports/halium12/volla-x23/volla-vidofnir/-/tree/main
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
The recovery doesn't work after flashing.
To make sure to understand
fastboot boot recovery.img(building ubports recovery.img has to be enabled in device info)
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
nothing ususual in dmesg
pstore (console + ram) and last_kmsg should be enabled in your kernel config, then you will be able after a boot attempt, to get logs from either console-ramoops or last_kmsg in recovery mode.
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
I do not. It just sits at the bootloader.
It s expected. Doc says When your device boots it will likely stay at the bootloader screen.
@mr_growl
Don't you see messages about console ?
For example opening console: no such device
@mr_growl
If I had a pixel 3a, I'll try very quickly to flash/push Alfred's artifacts, and see the dmesg output.
@mr_growl
Which kernel do you use ?
in device info,on one of your gitlab repositories, I see
deviceinfo_kernel_source="https://github.com/mr-growl/android_kernel_google_msm-4.9.git"