Posts
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@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
-
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
If there is no recovery partition on your phone, you probably need a recovery ramdisk.
Seeramdisk-overlaydirectory on Volla X23 for example:
https://gitlab.com/ubports/porting/reference-device-ports/halium12/volla-x23/volla-vidofnir/-/tree/main -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
The recovery doesn't work after flashing.
To make sure to understand
- is there a recovery partition on the android 12 pixel 3a ?
- or can't you boot in recovery mode with something like that :
fastboot boot recovery.img
(building ubports recovery.img has to be enabled in device info)
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@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-ramoopsorlast_kmsgin recovery mode. -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@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. -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl
Don't you see messages about console ?
For exampleopening console: no such device -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl
If I had a pixel 3a, I'll try very quickly to flash/push Alfred's artifacts, and see thedmesgoutput. -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@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" -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl
userdata
yes formating /data to ext4 is required at first installation
Just in case maybe retry with fastbootfastboot format:ext4 userdatayou can wipe cache partition too
fastboot format cacheWhat does
dmesg -wreturn on your host computer ?https://docs.ubports.com/en/latest/porting/build_and_boot/Boot_debug.html
When your device boots it will likely stay at the bootloader screen.
[...]
To confirm that your device has booted correctly, on your host computer, run dmesg -w and watch for “GNU/Linux device” in the output. This confirms that you can establish an ssh connection to the device (see below). If you instead get something similar to “Halium initrd Failed to boot”, skip to telnet connection. -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
For information, documentation has been updated.
The "install“ page can be found at
https://docs.ubports.com/en/latest/porting/build_and_boot/standalone_kernel_install.html -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
Might just go back a step and try getting a halium 9 build working
The full system method will be discouraged/deprecated very soon
https://gitlab.com/ubports/docs/docs.ubports.com/-/merge_requests/675 -
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl
I think halium 12 is required for VoLTE.according to the porting doc and the history of the porting group, without the systempart option you have to
- flash boot img to boot, that's ok.
- rename root.img to ubuntu.img
- push ubuntu.img to userdata with
adb
adapt and launch these command in recovery modeadb shell mount /data; adb push ubuntu.img /data/ - maybe flash dtbo.img to dtbo is required (I suggest to test first without flashing, then flash it if phone does not boot.
- do NOT flash system.img
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl
Accordind to the deviceinfo file in your repo, you set systempart, thus you need to flash boot.img to boot and system.img to system (fastbootD might be needed).
And maybe flashing dtbo.img to dtbo is needed too...Have you access to Telegram? You will find help in the group linked in the porting documentation.
-
RE: VoLTE Implementation For Google Pixel 3a/3a XL
@mr_growl said in VoLTE Implementation For Google Pixel 3a/3a XL:
New Build Method
It seems you used the standalone kernel method.
Then to install to your phone, you have to apply the process described in Building, installing and runningThe boot.img will be flashed onto the boot partition of the phone. The system.img and rootfs.img are interchangable. rootfs.img is pushed to the data partition as ubuntu.img if you didn’t include systempart in deviceinfo’s cmdline. Otherwise, system.img is flashed to your system partition.
About vendor blobs, in your case, they are already installed in a separate partition by android/lineage. UT will find this partition automatically (if you have not modified it)
-
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.aiworks. -
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?
