Git Product home page Git Product logo

Comments (6)

fellow99 avatar fellow99 commented on July 19, 2024

It's ok to build lineage-19.1/18.1 on arm64.
Also it is ok to build lineage-17.1/16.0 on arm.

But I strongly need lineage-19.1 on arm, on which I would add SIM7600 HAT supports.

from android_kernel_brcm_rpi.

KonstaT avatar KonstaT commented on July 19, 2024

There is no 32-bit builds of LineageOS 19 for the Pi 4 so 32-bit kernel build is not supported either.

You can copy arch/arm64/configs/lineageos_rpi4_defconfig to arch/arm/configs/lineageos_rpi4_defconfig and regenerate it with ARCH=arm CROSS_COMPILE=/data/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- make lineageos_rpi4_defconfig. It will likely compile but you're not going to do much with the kernel as the Android image is 64-bit and requires 64-bit kernel.

What exactly are you trying to do with the SIM7600 HAT?

from android_kernel_brcm_rpi.

fellow99 avatar fellow99 commented on July 19, 2024

What exactly are you trying to do with the SIM7600 HAT?
I am trying to make a CarPlay device using RPI + SIM7600 + LineageOS + Baidu CarLife.
It is hard but I think it will work.

from android_kernel_brcm_rpi.

fellow99 avatar fellow99 commented on July 19, 2024

There is no 32-bit builds of LineageOS 19 for the Pi 4 so 32-bit kernel build is not supported either.

You can copy arch/arm64/configs/lineageos_rpi4_defconfig to arch/arm/configs/lineageos_rpi4_defconfig and regenerate it with ARCH=arm CROSS_COMPILE=/data/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- make lineageos_rpi4_defconfig. It will likely compile but you're not going to do much with the kernel as the Android image is 64-bit and requires 64-bit kernel.

I got SIM7600's libs only on 32bits.
Unfortunately I found that only lineageos 19.1 contains Calls and SMS and SIM functions.

Another way is: How to open up Calls and SMS and SIM functions at lineageos 16/17?

from android_kernel_brcm_rpi.

KonstaT avatar KonstaT commented on July 19, 2024

Do you have Android specific drivers for that hardware (you can't use libraries for regular distros as Android uses it's own C-library - glibc vs. bionic)? You would need hw specific rild and libril at least.

Some reference on the Android telephony stack as the official Android documentation seems to be missing this.
https://lineageos.org/engineering/Telephony/
https://wladimir-tm4pda.github.io/porting/telephony.html (old as it's missing HIDL layer)

No, all my public releases are configured as wifi only tablet so they don't even have Android telephony framework. I have builds that have support Sixfab modem HAT and Quectel EC25. LTE data and SMS works fine. It's also possible to make/receive calls but in-call audio is not working. It's not something that I plan to include in public releases as practically no one has the hardware.

from android_kernel_brcm_rpi.

fellow99 avatar fellow99 commented on July 19, 2024

Thank you for your docs.
I have got SIM7600's Android drivers and related docs, based on Android 7/8/9.
Right now I am learning to build Full LineageOS, and trying to add Android modules like telephony framework.

from android_kernel_brcm_rpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.