make ofono-binder on ubuntu touch 20.04(OTA-9) ,onePlus6T.no binder_ext_types.h.
-
I downloaded code from https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti,and copy it into Ubuntu Touch 20.04 on onePlus6T,then run "make",got error:"fatal error: binder_ext_types.h: No such file or directory".
I tried to install some lib to fix it,but failed.now i installed these package:
.
How should I solve this problem? -
@dafeihong
Couldn't you just install built library from apt? -
@Vlad-Nirky I don't know which lib need to install
-
@dafeihong
I guess you are making test for voLTE...
Do you use Telegram?
If i expose those things here, i'll be excommunicated. -
@Vlad-Nirky Telegram is blocked here. I'm trying to enable VoLTE for my SIM card, it's unsupported by default.
-
@dafeihong You are missing the header files, or if they are present, they are not being found. Do you have a desktop computer, or laptop at hand to try this on?
In general compiling on the phone outside of some kind of container is not encouraged, unless you are prepared to go through frequent reflashings.
You might want to try launching a LXD container (if your device port supports snaps) or else try setting up a Libertine container for this kind of stuff. Either way you have the possibility to install more of whatever packages you might need to get the compilation to work on your device.
-
@arubislander I thought directly compiling ofono-binder would offer more VoLTE settings options, but it seems I need to change my approach. I'm flashing the system again now, hoping that this time it will resolve the issue of enabling VoLTE for unsupported SIM cards. Thank you.