Saturday, 2026-05-30

nightishamanmal: is there any way to blacklist the firmware its trying to load in udev somehow, i searched in stock and lineageos and none have the firmware its requesting00:18
nightishamanOr how does Android handle these firmware loading cases?00:24
nightishamanthe 2 minute issue can be fixed by using /sys/class/firmware/timeout and setting it to 101:11
nightishamanmal: There still is the linkerconfig issue, I don't know whats happening, but for some reason nothing is appearing when droid-hal-init executes linkerconfig01:15
nightishamanim thinking about just adding a service that runs linkerconfig again01:17
nightishamanI think I found the issue01:34
nightishamannvm01:44
T42<nightishaman> I might let it execute a bash script which prints the state of /linkerconfig and executes linkerconfig one time to print the config to a log file in init.rc01:49
T42<nightishaman> Tomorrow01:49
T42<the_hiktor> whats the problem with the repos i couldnt build anything it throws curl errors saying  certificate has expired09:33
Ketofixed09:55
T42<the_hiktor> thx a lot 😁09:58
T42<the_hiktor> i still got no ui after applying this patch "https://github.com/sailfishos-on-sake/hybris-patches/blob/hybris-18.1/system/core/0051-linkerconfig-switch-no-updatable-apex.patch"  droid-hal-init still dead journal dead and here's some dmesg from post-switch_root12:51
T42<the_hiktor> https://paste.opensuse.org/pastes/de3f6805ed7b12:51
T42<b100dian> regarding PSA from May 16; which extermal/libhybris tag is necessary for qt5-qpa-hwcomposer-plugin 5.6.2.27, the latest (today) libhybris 0.0.5.58 ?14:40
T42<b100dian> I'm starting to update my devices, with tucana, to see the waydroid failure :-S15:02
T42<elros34> @the_hiktor didn't you have some selinux issue and disabling it get you journal working?15:17
T42<the_hiktor> dont remember exactly but at some point selinux made some issue rather than being helpful15:18
T42<elros34> this channel have irc logs, telegram logs and even dedicated search site so you can easily find it15:19
Mister_Magister@elros34 that's what has lerned me the habit of typing everything i'm doing so that others might find it useful and now people complain when I do it xd15:20
T42<elros34> @Mister_Magister some are greatful for this type of behavior even if not today then maybe half year later when stuck with similar issue15:21
Mister_Magisterit's funnest when you find yourself15:22
Mister_Magisterand be like "what the heck was I on about"15:22
T42<elros34> he was wrong! ah it was me:P15:23
Mister_Magisteror more like "what did i know back then that I don't know now"15:23
Mister_MagisterWhat do you mean past me???15:23
T42<the_hiktor> @elros34 yeah ik but my point that dont we need selinux ? besides you told me not to change anything selinux related in kernel cuz it wont help15:25
T42<elros34> probably we need but maybe there is way around at least now you can fix other errors with disabled selinux and see how far this will go. I see now systemd somehow works. I told you that this particular patch fix not working apex/reboot. Fixed? good move on and fix other issues15:35
T42<the_hiktor> okok15:36
mal@b100dian 0.0.5.5815:40
Mister_Magistermal: do you think it would be fine if I pushed the motorola sensors/gestures to upstream even though no official sfos software will actually handle it? since you can override the sensor id in config that would also be no issue if port uses different ID15:42
malMister_Magister: I suspect those are qcom extensions, I remember seeing some gestures15:43
Mister_Magisterthose are motorola specific though, because they're moto gestures, same code they've been porting since my moto x2 till today15:45
Mister_Magisterso it's not qcom specific no, it's motorola specific15:45
malhmm15:45
malI'll check a bit later on some devices I have what those report15:46
Mister_Magistersure thing15:46
Mister_Magistertho i doubt you'll find "Moto Glance" sensor on non-motorolas :P15:46
Mister_Magisterand ChopChop is specifically motorola thing xd15:46
Mister_Magisterit'd be nicer to have it in upstream so that i don't have to rebase my patches every time, and all of the current motorola ports (and theres multiple and more to come) could use it15:47
T42<Mister_Magister> @edp_17 could probably use it (also ping)15:48
Mister_Magistermal: here are sensors from op6 (oneplus does gestures via touchscreen) https://paste.opensuse.org/pastes/186954b8f5be and here's list from my motorola https://paste.opensuse.org/pastes/4d453dff958b if you still don't trust me15:53
Mister_Magisterall these at the bottom of motorola are moto gestures™15:54
Mister_Magisteror perhaps i could make it so that only my .so's are being built and just update them i guess15:57
T42<elros34> @the_hiktor BTW are you 100% sure you have copied right files to /etc/selinux from android partition after flashing lineage?16:02
T42<the_hiktor> mmmm idk i was talking with mal back then and i asked him about the files if they are the right one's and he said yea16:10
T42<the_hiktor> but i can double check16:10
T42<the_hiktor> but there's one thing that was unclear to me16:11
T42<the_hiktor> about getting them from android side16:11
T42<elros34> do you have sestatus command on device?16:11
T42<the_hiktor> lemme see16:12
T42<the_hiktor> nope  i dont have it16:13
T42<the_hiktor> about selinux files where do we exactly get them like from sources or from the android base on device just to be sure that i did understand correctly 😅16:17
T42<elros34> AFAIK but I may be wrong for example /etc/selinux/minimum/policy/policy.30 https://github.com/mer-hybris/droid-config-sony-seine/blob/eaa09db67b94352ef801417363008dc4005d9213/sparse/etc/selinux/minimum/policy/policy.30 so you copy /vendor/etc/selinux/precompiled_sepolicy to  /etc/selinux/minimum/policy/policy.3016:23
T42<elros34> install on device policycoreutils and check sestatus -s16:24
T42<elros34> wrong: sestatus -v16:25
T42<the_hiktor> if so then that's what i did exactly 😕16:40
T42<the_hiktor> ok got that16:40
T42<the_hiktor> it says selinux disabled16:41
T42<the_hiktor> wth 🥲16:41
T42<the_hiktor> oh wait i already disabled it in defconfig16:43
T42<the_hiktor> i guess ill have to enable it right ?16:43
T42<elros34> decide yourself either strugle with selinux or fix other things16:44
T42<the_hiktor> no i wanna step forward 🥲16:44
T42<elros34> so check journal16:46
T42<the_hiktor> ok lemme just enable selinux first16:47
T42<elros34> errr16:50
T42<the_hiktor> what.. did i misunderstood anything ?16:51
T42<the_hiktor> or am i boring you 🥲🥲16:51
T42<elros34> sorry I must have misunderstood you, move on. I though with selinux enabled you have journal and you want ot debug sailfish booting16:59
T42<the_hiktor> iirc journal was dead with or without selinux soo....17:01
T42<the_hiktor> iirc it died when i added selinux files17:03
mal@elros34 disabling selinux completely just makes things difficult on most modern devices17:23

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!