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.
Successfully build the halium boot but now i am getting error while build systemimage about expanding policy
https://pastebin.ubuntu.com/p/8wqHCHCYYV/
thats not the error, look at what FAILED
, it's download of halium initramfs. what if you run the failed command it shows manually?
that manifest may have other bits you need to add too still in general
Читать полностью…you're missing external/gpg
, I guess back in halium 7 ubports recovery used to be added to manifest of each device and unconditionally too (even at the beginning of a port)
I am getting a error about build-lineage_hlte.ninja error while building boot image
Читать полностью…try again after this I guess
sudo apt install distroboxЧитать полностью…
distrobox create -i docker.io/ubuntu:18.04 -n halium-build
distrobox enter halium-build
if you build Halium 7, you probably need 16.04 or 18.04 chroot
Читать полностью…hlte as per manifest setup by halium/devices repo it already has a kernel tree which had its defconfig tweaked and supposedly successfully booted, you probably shouldn't touch it and consider it already done. may even want to revert your extra changes if you did more
Читать полностью…setup the halium 7 port with the pre-existing manifest and build as per the ubports docs I linked
Читать полностью…should be no problem then for testing UT 16.04 at least I guess at first
Читать полностью…It's totally working fine 🙂 and it's in original condition this is my first time building a port so I choose this one cause i don't use it anymore
Читать полностью…that's not going to help you at all, you'll want halium 7 or at most 9, anything past that doesn't even support the non-generic device-specific systemimage builds etc anymore
Читать полностью…which exact model is it? according to the initial commit adding support these are the models matching the xmls:
- hlte: Samsung Galaxy Note 3 LTE (N9005/P)
- hltechn: Samsung Galaxy Note 3 (China)
- hltetmo: Samsung Galaxy Note 3 LTE (N900T/V/W8)
before even applying all backport etc patches from around here to your kernel you may even want to first try booting Ubuntu Touch 16.04 since it shouldn't need (as much of) those due to the much more outdated userspace compared to 20.04 (and soon 24.04)
that's all for after you get the systemimage/halium-boot building
it's a super simple script, so I guess you have networking problems? https://github.com/Halium/halium-boot/blob/master/get-initrd.sh
Читать полностью…I getting error while I build halium boot about SND_SOC
I changed the value of SND_SOC_MAX98506 from unset to y but same issue
https://pastebin.ubuntu.com/p/PZgM5Jj36p/
https://github.com/Halium/halium-devices/blob/halium-7.1/manifests/samsung_trlte.xml#L36
Читать полностью…Shared the log here
https://pastebin.ubuntu.com/p/vGjztRG3nH/
use it outside of the container, it's only needed to sync sources
Читать полностью…I am getting python error in ubuntu 16 after repo initialization how do I setup it to work with python 2
Читать полностью…What kind of library's I need to build halium In ubuntu 24.04 it shows some library errors
Читать полностью…I'm asking if you can confirm which exact model number it is, and that if you don't make sure you'll have a broken OS
Читать полностью…so Note 3 LTE (N9005/P) for sure? maybe you'll have broken telephony if you pick the incorrect one, possibly broken display if they switched panels for them and so on
Читать полностью…hlte
I installed the lineage 18.1 on it so I want to build halium 11
actually there's already hlte
, hltechn
and hltetmo
here from over 7 years ago, you may not have to even make a new manifest from scratch
v3.4 kernel, yikes.. that's around the current lowest possible version you can still target right now, best of luck. https://docsubportscom.readthedocs.io/en/latest/porting/build_and_boot/H7_setup_sources.html also has stuff about the manifest and https://github.com/Halium/halium-devices/tree/halium-7.1/manifests has some references
Читать полностью…