-
|
There are multiple API levels for Droidian GSI images. How to choose which one to use? Should it correspond to device's first Android version or the currently installed (newer) one? Also, are unofficial ROMs supported as base? Do they use Android's APIs correctly the way stock does? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Rootfs API version should be same as your vndk version which you check using treblecheck app or No, unofficial roms are not supported and not recommended too, their vendor most of the time doesnt play well with libhybris. |
Beta Was this translation helpful? Give feedback.
Rootfs API version should be same as your vndk version which you check using treblecheck app or
adb shell getprop ro.vndk.version. (Api32 rootfs can be used for both vndk 31,32)First test what firmware/rom version your kernel source is supposed to run on. Then check vndk on that and install rootfs...
No, unofficial roms are not supported and not recommended too, their vendor most of the time doesnt play well with libhybris.