A halium image, gsi or not, does anything by itself on a phone?, I am working on my kernel, some basic mods works, binfmt_misc for example, enabling all lxc subsystem is not that easy. Now I am not sure if there are some virtualization isue or halium container isue on my phone.
Читать полностью…either way best of luck, I hope you know a lot about all the pieces involved in what you'd try
Читать полностью…wrong place to start looking for nieches of super-nieches in, there's only a handful of Halium-using distros in general and this really ain't the reason to choose one. obviously with the know-how if you do it yourself you can get it working on any distribution you want, but afaik nothing established for that exists except previous AlpHybris/postmarketOS libhybris stuff which never got fully done and are now inactive
Читать полностью…(that shouldn't be the case by the way and is probably caused by some misapplied patches, but the fact that LOS compiles with the same source and it fails now means you changed the value of CONFIG_FW_LOADER_USER_HELPER for some reason)
Читать полностью…could you please check this block of code? also, it seems weird to me given the fact that the kernel source can be actually used to build LOS
Читать полностью…/home/mint/halium/kernel/samsung/msm8916/drivers/base/firmware_class.c:1227:9: error: too few arguments to function 'fw_load_from_user_helper'
ret = fw_load_from_user_helper(fw, desc, timeout);
hii! I did fix some issues, now the build fails here. I tried digging through the source code, but i couldn't get it right..
Читать полностью…yes, I cross-build https://github.com/JamiKettunen/cports/tree/hybris/user/libhybris from x86_64 to aarch64, just needed one hacky patch to have it use host wayland-scanner
Hi, I'm trying to make a halium-boot for my tablet but whenever I run the setup file it just says 'the given device is not supported :('
Читать полностью…technically on the side I'm working on something myself but since you're against systemd I doubt you'd care much about something using even pieces of it like udev/sysusers/tmpfiles, aand it's too early for me to comfortably try getting others to look at since almost everything is in flux anyway
Читать полностью…you'd likely have more luck converting the debian base of droidian to devuan if that's even a thing
Читать полностью…notice fw_load_from_user_helper seem to have two different signatures based on whether CONFIG_FW_LOADER_USER_HELPER is enabled or not
Читать полностью…check the source around there, the error means the function gets called with too few arguments, so probably the function was changed in header files, but that specific place it's called from is not updated
Читать полностью…oh right now i feel stupid, should have typed mka mkbootimg instead
sOOO sorry about that, thanks
ninja: error: unknown target 'bootimg', did you mean 'bootimage'?
- this doesn't seem the correct target
Hi! Im trying to build halium 9 for a samsung j5 device (j5nlte), however, upon building i get this error (https://pastebin.com/EHJVcuyx).
any clues? thanks!