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!
(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 :('
Читать полностью…Don't know if it'll boot to TWRP, but you can use TWRP Builder to see if you can get a working build:
https://www.hovatek.com/twrpbuilder/