This is a working group for driving for a common base for all libhybris based mobile OSs. Please use pastebin to paste more then 4 lines.
(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
unlikely, but you may want to check how SHR/LuneOS do that with Yocto base
Читать полностью…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/
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
Читать полностью…the actual breaking point should be at pastebin's line 856
Читать полностью…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!
SailfishOS and Debian-based distros usually build natively or with emulation
Читать полностью…I have made the manifest and the vendor files are in the correct place
Читать полностью…Use twrpdtgen if you want twrp but you probably dont even need that
Читать полностью…The closest TWRP I could find was for the small variant:
https://twrp.me/samsung/samsunggalaxym02s.html