UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. JayH
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    JayH

    @JayH

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JayH Unfollow Follow

    Best posts made by JayH

    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @atarilinux From the boot.img on lineageOS 22.2-20250817 with working Verizon SIMM:

      console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 printk.devkmsg=on msm_rtb.filter=0x237 ehci-hcd.park=3 service_locator.enable=1 firmware_class.path=/vendor/firmware cgroup.memory=nokmem lpm_levels.sleep_disabled=1 loop.max_part=7 androidboot.boot_devices=soc/7c4000.sdhci androidboot.super_partition=system

      posted in Google Pixel 3a/3a XL
      J
      JayH

    Latest posts made by JayH

    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @atarilinux said in VoLTE Implementation For Google Pixel 3a/3a XL:

      @Eric-H

      What you have stated above is correct to the best of my knowledge. Here is the other part from the QA call:

      *Source Material - Not Image
      *Information on image build process, but not how to install it
      *Built on top of latest Android 12.1 version for the Google Pixel 3a, but build not completed

      So....it looks like we need to:

      1. Finish the build (This part is the least specific. Finish what? This is the main issue due to it not being specific. Maybe it is only the retro-fitted partition issue? A lot of data may need to be checked to see what is complete. Here is the bottleneck in completing development.)
        ...snip...

      I think this, at the very least, is what you're running into. For one thing, the LLVMgold library isn't referenced correctly by the build system. I was able to correct that but my make skills are simplistic and old and rusty. Am currently looking at a problem with the device tree.

      posted in Google Pixel 3a/3a XL
      J
      JayH
    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @atarilinux Sorry, yes, this is bonito.

      and this is the only legible string in the boot.img file that looks anything like your example. It starts at 0x40 in the file. No deviceinfo_kernel_cmdline.

      The builds for both 19.1 and 22.2 contain the following line in BoardConfig-common.mk (I was unable to locate a boot.img for 19.1):
      BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 printk.devkmsg=on

      BoardConfig-common.mk:40:BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 printk.devkmsg=on
      BoardConfig-common.mk:41:BOARD_KERNEL_CMDLINE += msm_rtb.filter=0x237
      BoardConfig-common.mk:42:BOARD_KERNEL_CMDLINE += ehci-hcd.park=3
      BoardConfig-common.mk:43:BOARD_KERNEL_CMDLINE += service_locator.enable=1
      BoardConfig-common.mk:44:BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware
      BoardConfig-common.mk:45:BOARD_KERNEL_CMDLINE += cgroup.memory=nokmem
      BoardConfig-common.mk:47:BOARD_KERNEL_CMDLINE += lpm_levels.sleep_disabled=1
      BoardConfig-common.mk:48:BOARD_KERNEL_CMDLINE += loop.max_part=7
      BoardConfig-common.mk:49:BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc/7c4000.sdhci
      

      It looks like lineageOS has been using the same kernel for bonito builds since lineageOS 16

      posted in Google Pixel 3a/3a XL
      J
      JayH
    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @atarilinux From the boot.img on lineageOS 22.2-20250817 with working Verizon SIMM:

      console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 printk.devkmsg=on msm_rtb.filter=0x237 ehci-hcd.park=3 service_locator.enable=1 firmware_class.path=/vendor/firmware cgroup.memory=nokmem lpm_levels.sleep_disabled=1 loop.max_part=7 androidboot.boot_devices=soc/7c4000.sdhci androidboot.super_partition=system

      posted in Google Pixel 3a/3a XL
      J
      JayH