-
Notifications
You must be signed in to change notification settings - Fork 13
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
ERROR: No such file or directory: Cannot find framework matrix at FCM version 4.: No such file or directory - AOSP 14 - PDX225 #838
Comments
I did some debugging of this and Android dropped including the compatibility_matrix.3.xml and compatibility_matrix.4.xml files. Changing the target-level to 5 in device/sony/common/vintf/manifest.xml removes quite many of the errors. I also noticed that nothing appears to be installing the vendor_framework_compatibility_matrix.xml file located in vendor/qcom/opensource/core-utils and adding that to DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE solves quite many of the issues left after changing the target-level but not all. What is still left is
Out of these android.hardware.configstore is not available in any compatibility matrix and appears to be obsolete. Some hardware interfaces i.e. android.hardware.light, android.hardware.power and android.hardware.vibrator are now AIDL-only and the custom implementations probably need to be adapted to be AIDL. The remaining vendor instances probably need be added to that vendor_framework_compatibility_matrix.xml file. Not sure about those android.hardware.cas and android.hardware.wifi ones. |
@mlehtima Thanks for you support and tips.
The problem now is that after the flashing of this IMGs the phone not boot, is stuck on SONY logo, also somes IMGs is impossible of flashing given that mark an error. |
as the guide suggests depending on the device not all images are available or should be flashed |
Exactly, I read it in the guide, the problem is that I am not sure which ones I need and which ones I should discard or if the compilation simply has errors and that is why the Smartphone does not start. |
I have made a new build hoping this will help solve any errors, the build finishes without errors but it does report several "warnings" during the process.
|
Platform: Android 14
Device: XQCC54
Kernel version: 5.4
Android version: 14
Description
After following the steps to compile AOSP 14 described by SONY on its official website, I encounter this error in the final steps.
Symptoms
No such file or directory: Cannot find framework matrix at FCM version 4.
How to reproduce
Following the official steps for compiling AOSP 14.
Additional context
The text was updated successfully, but these errors were encountered: