Thursday, 2021-08-05

piggzdridmedia is the one package i always have to refer back to the hadk to when building10:53
T42<elros34> it's just make droidmedia and build_packages.sh -g11:24
piggz@elros34 well, thats easier than i remember, i thought the make command was longer11:37
T42<elros34> it used to be, maybe time to dwnload latest HADK pdf:)11:37
malyeah, building droidmedia used to be more complex11:40
piggzmal: any further thoughts on gpsd?12:09
malpiggz: other than commit message formatting12:23
malpiggz: wait a moment, I'll give you a bug reference to use after I make one12:26
piggzso, youre happy with #!/usr/bin/env?12:27
malpiggz: I'll check, this is the bug ref to use jb#5506012:29
malpiggz: do it the fedora way so add that python_shebang=%{python3}12:50
T42<adampigg> ok12:50
T42<edp_17> @elros34 : Hello. Can I get a little help with HDMI output on external screen please?12:52
T42<edp_17> I've cloned and compiled your qt5-qpa-hwcomposer-plugin repo (external_display branch) and installed the .rpm on the device.12:53
T42<edp_17> Then I rebooted and attached a screen. Then I checked the journal to see some HDMI related stuff in there but I am not sure what I supposed to see there.12:53
T42<edp_17> The device, hammerhead, CM12.1 base, SFOS 3.412:54
T42<Herrie1982> We've got Hammerhead with LOS 16.0/Halium 9.0 running on LuneOS side fwiw (re @edp_17: The device, hammerhe...)13:13
T42<elros34> @edp_17 at last hotplug event. Are you sure I told you to use that branch? i do not remember but check which one has most recent commits, I think a3113:18
T42<edp_17> I'll try a31 branch. Where can I see that hotplug event?13:24
T42<edp_17> @Herrie1982 : Can that be installed on multirom?13:24
T42<elros34> in journal but logcat will also have some hwcomposer logs13:31
T42<edp_17> Thanks.13:34
T42<Herrie1982> Didn't try... (re @edp_17: @Herrie1982 : Can th...)13:34
T42<edp_17> @Herrie1982 : I'd try if if you could let me know where from I can download. 😊13:35
T42<Herrie1982> Images are on: http://build.webos-ports.org/luneos-testing/images/hammerhead/13:37
T42<Herrie1982> Just take the latest one13:37
T42<edp_17> @Herrie1982 : Thanks!13:41
T42<edp_17> @elros34 : journal: https://paste.ubuntu.com/p/x4X5rxq4m2/13:42
T42<edp_17> and logcat: https://paste.ubuntu.com/p/XrgwhgNtbn/13:42
T42<edp_17> I am not sure what I see there.13:43
T42<elros34> when you connected hdmi, which line is that in journal?13:45
T42<elros34> you should get rid off time-daemon, it spams your logcat13:46
T42<edp_17> How can I get rid of time-daemon?14:03
T42<edp_17> @Herrie1982 : should I only flash that zip file, or it also requires los 16.0?14:06
piggzsame as disabling other services, add another entry for it, with an incorrect path, and override and a disabled14:07
T42<Herrie1982> Not 100% sure to be honest (re @edp_17: @Herrie1982 : should...)14:08
T42<Herrie1982> I don't recall14:08
piggzmal: updated droidmedia fixed the m4a issue .... so weird14:14
T42<edp_17> @Herrie1982 : Based on the zip size, I think los 16.0 should be flashed then that image. Just like SFOS. It would be good to where from I can download the los 16 image that is used for building that.14:28
T42<edp_17> @elros34 : It seems there is nothing in either journal nor in logcat about hwcomposer when I connect the device to a monitor. I can only see the event when the device get started to charge and when it stops charging. That's all.14:37
T42<edp_17> I've tried this with the qt5-qpa-hwcomposer-plugin built with a31 branch.14:38
T42<edp_17> @elros34 : journal (marked where I connected/disconnected the device to/from the TV): https://paste.ubuntu.com/p/Jbz9pqc2hK/14:58
T42<edp_17> and the same for logcat: https://paste.ubuntu.com/p/GMV4mRvcyn/15:02
T42<edp_17> not much is there. :(15:02
T42<elros34> @edp_17 yeah nothin in logcat so basic question: have you tried on that android base whether hdmi works? Did you disable any services in init*rc files?15:19
T42<elros34> Can you point me to hwcomposer source code your device use?15:20
T42<elros34> you might have also some event in udevadm monitor when you plug in hdmi15:25
T42<Herrie1982> Let me see if I can find it (re @edp_17: @Herrie1982 : Based ...)15:39
T42<elros34> check value of /sys/module/slimport/parameters/enable_irq and other parameters in that directory15:41
T42<Herrie1982> Pretty sure I used: https://forum.xda-developers.com/t/rom-unofficial-lineageos-16-0-for-nexus-5.3921162/ (re @Herrie1982: Let me see if I can ...)15:58
T42<adampigg> @elros34 how is your external-display hwcompser plugin supposed to work?17:01
T42<adampigg> what kind of cables are required?17:01
T42<elros34> its only for hwcomposer1 not 2. I tested it on 2 devices with regular hdmi output but according to bug report (looks like it's dead now) initial code by jolla dev was tested on some nexus device so I think it use some  adapter17:03
T42<elros34> url  points now to unrelated bug: https://bugs.nemomobile.org/show_bug.cgi?id=765. It used to be '765 in Hybris-ing "[hammerhead][others] Enable external (Slimport/MHL) screen Mirroring/Extending on Wayland" [Task,New]'17:09
T42<adampigg> ah ok, pro1 is likely hwcomposer2 (re @elros34: its only for hwcompo...)17:41
T42<elros34> definitely 2 unless you can use old version somehow (pure guessing)17:43
T42<dgmarie2> What's the best way to edit an existing defconfig for sailfish os19:05
T42<adampigg> you just edit the defconfig in your kernel tree, create a branch for sfos dev, and either edit the file specified in the BoardConfig, or, copy it to a new, edit, and change the name in BoardConfig (re @dgmarie2: What's the best way ...)19:08
T42<dgmarie2> Ok looks like I'm doing it right then19:09
T42<dgmarie2> Mer kernel check says I need CONFIG_NETFILTER_XT_MATCH_QTAGUID enabled but my kernel doesn't have the option. Is this a problem?22:32
T42<dgmarie2> I'm using an android 10 4.14 kernel22:34
T42<elros34> if you are sure there is no such a config in your kernel then add ! to https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L221 to make it optional22:35
T42<dgmarie2> Alright thank you. I think it was in the android 9 kernel when I built using an android 9 base, but it looks like it went away with a newer kernel22:36

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