New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined HAL interface in aosp/LA.QSSI.12.0.r1 #1
Comments
|
@dcaliste go for it and see how it goes :) |
|
It did go a bit further, but I'm stuck somewhere later. Running it on device, it is loading the So it seems that the corresponding service is not running and not starting neither. I'm a bit ignorant in relation to Android way of running. This is handled by I tried to look in my Android source tree to see if I find a service related to |
|
you need the proprietary binary for that service. I will add it in the next vendor release |
|
Oh great, thank you . I can't wait to test it further. I'll keep an eye on it. |
This is an attempt to compile aosp/LA.QSSI.12.0.r1 branch. It is compiling out of the box providing a missing HAL interface for "vendor.qti.hardware.fm@1.0". Such interface does not exist upstream in https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/interfaces neither.
As a first step to get this module working, I'm proposing a toy interface in my branch https://github.com/dcaliste/vendor-qcom-opensource-interfaces/tree/hal. This interface has been written from the calls in
fm_hci/directroy and may not be accurate.I guess the next step is to try on device to get it talking with the hal daemon. @jerpelea what do you think ?
The text was updated successfully, but these errors were encountered: