libera/#maemo-leste/ Sunday, 2023-12-24

tmlindho ho ho, got the android battd charging working for kexecboot rootfs with some hacks: https://github.com/tmlind/buildroot/commits/mapphone-kexecboot-2017.1107:14
tmlindit gets started while kexecboot is running, so for now to charge, select system menu -> show debug info, or exit kexecboot, no battery status app available so far07:15
tmlindand at least on the tablets, kexec causes even more oopses than earlier so no bootloader images available so far07:16
Wizzuptmlind: that's a nice christmas present09:29
freemangordonsicelo: Wizzup: AFAIK, alarm is silenced by turning it face-down, proximity does not play there09:33
* freemangordon checks the code09:34
freemangordonhttps://github.com/maemo-leste/osso-systemui-alarm/blob/master/osso-systemui-alarm.c#L51209:39
freemangordonno proximity here09:39
freemangordonif it does not work now, either orientation sensor does not work or mce is broken09:39
WizzupI tested it this morning, it doesn't work on d409:44
freemangordonwell, then mce is broken09:45
Wizzupmhm09:46
freemangordonthe code in alarm plugin is tehre,as you may see09:46
freemangordonwhat the? https://github.com/maemo-leste/mce/blob/9af7139e61e5b3ece906b2509b7497a123abf7f1/src/modules/iio-accelerometer.c#L6709:48
freemangordonuvos: ^^^ why is that hardcoded?09:50
siceloah, i was seeing things then :-D09:53
freemangordonWizzup: btw, please, build the new osso-applet-accounts-l10n09:55
Wizzupfreemangordon: for chimaera?09:56
freemangordonyes09:56
Wizzuprunning09:56
freemangordonthanks09:56
WizzupI won't be very available today, family things09:56
freemangordonumm... version is auto created?09:56
freemangordonok09:57
Wizzuphm?09:57
freemangordonthis is the translation09:57
WizzupI know09:57
freemangordonI made in weblate09:57
Wizzupok09:57
freemangordonbut, how tis get versioned09:57
Wizzupdid you do anything other than weblate?09:57
freemangordon*this09:57
freemangordonno09:57
Wizzupoh09:57
freemangordonshould I09:57
freemangordon?09:57
Wizzuphttps://github.com/maemo-leste-translations/osso-applet-accounts-l10n09:58
WizzupI see some commits at least09:58
freemangordonyes09:58
Wizzupso I guess we do need to tag a new release09:58
freemangordonwait09:58
Wizzupin any case it's trivial to run it in ci, I shared the command to do it09:58
freemangordonI created the new English strings on github09:58
freemangordonand then did BG translation on weblate09:59
WizzupI think weblate can make a PR or something09:59
WizzupI honestly don't know how that works, but I don't have a lot of time to spend on it today, but I can look tomorrow or when I have some downtime.09:59
freemangordonSO, BG translation is on weblate only09:59
WizzupI was trying to figure out if I had a weblate account and I don't have it, so we'll have to poke parazyd09:59
Wizzupbut mayb see if you can open a pull request through weblate or something09:59
Wizzuphttps://docs.weblate.org/en/latest/vcs.html10:00
freemangordonok10:00
Wizzupif we don't figure it out today I'll send him a message10:00
freemangordonhmm there is some ssh key10:01
freemangordonok, while we're figuring this out10:04
freemangordon...10:04
freemangordonplease, whoever can do it, there are missing translations: https://hosted.weblate.org/projects/maemo-leste/osso-applet-accounts-l10n/10:05
freemangordonI am sure at least german can be done :)10:06
tmlindso there are at least two different oopses with the stock kernel.. the more common umount related one, and less common uart access not clocked one10:21
tmlindwith the kexecboot that is10:22
tmlindlooks like commenting out the umount in kexecboot after loading the kernel works around the first issue possibly..10:22
tmlindmaybe kexec is not closing the file or something?10:22
tmlindi'll check with a delay before umount in kexec10:24
freemangordonlsof?10:26
tmlindyeah i'll debug further, but if this helps will do a tmp hack and do the boot images10:28
tmlindsleep does not help at all10:29
tmlindfyi the umount in question is at kexecboot.c in start_kernel() between load kernel and boot new kernel parts, need to go soon10:47
tmlindso maybe the kernel file is mmap:ed in kexec10:49
tmlindhehe from kexec sources: Map "normal" file or read "character device" into malloced buffer.10:51
tmlindYou must not use free, realloc, etc. for the returned buffer.10:51
tmlindso if we end up with use_mmap flag set in kexec sounds like that's the issue10:52
tmlindactually i don't think use_mmap flag is set here, need to add some debug statements when i get a chance11:07
tmlindgotta go now, ttyl!11:11
ungeskriptetDoes the SPI driver for OMAP4430 support 3-wire 9 bits SPI mode?11:26
siceloarno11: so you can test the N900 proximity stuff by building https://github.com/sicelo/iio-sensor-proxy/tree/n900-prox . I'll also be happy to get some feedback. Otherwise I've also submitted it to upstream for proper/thorough review12:42
sicelobtw, because of the way our sensor works, the proximity sensor is always working, even in act-dead :p12:50
sicelobtw, at least on N900, does it happen for others that the keyboard LEDs will turn on and off at totally unexpected times, almost as if it's rhythmic? i don't see that my sensor is dirty or something13:20
Wizzupsicelo: do you have the debug stuff enabled?13:22
Wizzuplike, you can have the kernel led framework blink them for debug purposes13:22
Wizzuplike on io or modem activity13:22
arno11sicelo: i can't build it :( ,too many errors in drv-input-proximity.c13:24
siceloarno11: yes, i was about to write to tell you it doesn't build :p13:24
arno11ah ok13:25
sicelothe iio-sensor-proxy in leste is quite old, that's why.13:25
arno11ok13:26
siceloWizzup: thanks for reminding me. i didn't enable anything though. plus it doesn't do it all the time. i'll see if i can find some pattern, or indeed it's just my sensor misbehaving13:26
freemangordonWizzup: does (and how) conversations support multiple chats to the same room, for example14:55
freemangordonthe particular use-case is:14:55
freemangordonI am connected to fb messenger chat group from my leste device and from browser on my desktop14:55
freemangordonwhen I type in the browser, I expect what I have typed to appear in the chat window on the phone14:56
freemangordonIIUC, this should be done through delivery reports, but want to confirm14:57
Wizzupfreemangordon: yes @ delivery reports, I think so too18:02
freemangordonok18:02
freemangordonnot supported currently it seems :)18:02
Wizzupyes18:02
Wizzupright now they are (explicitly) ignored18:03
Wizzupbut it's pretty easy to add suppor for it18:03
Wizzuphowever, not tonight18:03
freemangordonsure :)18:03
freemangordonI think it will not be that trivial to add support, but ok18:03
Wizzupwhy?18:03
freemangordonbecause you shall match sent messages with those you get delivered status18:04
freemangordonotherwise we'll have duplicates18:04
freemangordonbut yeah, nothing impossible18:04
WizzupI think that is for scrollback18:05
freemangordonno18:05
freemangordonbut lets not go into that now18:05
Wizzupwhy would you get the same message multiple times18:05
Wizzupok18:05
freemangordonbecause once you receive "MessageSent" signal18:05
freemangordonand then you receive delivery status report18:06
freemangordon(*may* receive)18:06
freemangordonttyl18:06
freemangordonhttps://gitlab.freedesktop.org/telepathy/telepathy-haze/-/merge_requests/423:08
freemangordon:)23:08

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