slep has left #maemo-leste [#maemo-leste]
slep has joined #maemo-leste
uvos has quit [Remote host closed the connection]
slep has left #maemo-leste [#maemo-leste]
lightbringer has joined #maemo-leste
lightbringer has quit [Changing host]
lightbringer has joined #maemo-leste
slep has joined #maemo-leste
Pali has quit [Ping timeout: 264 seconds]
joerg has quit [Ping timeout: 276 seconds]
joerg has joined #maemo-leste
<tmlind> ho ho ho, got the android battd charging working for kexecboot rootfs with some hacks: https://github.com/tmlind/buildroot/commits/mapphone-kexecboot-2017.11
sch has joined #maemo-leste
<tmlind> it 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 far
<tmlind> and at least on the tablets, kexec causes even more oopses than earlier so no bootloader images available so far
xmn has joined #maemo-leste
fab_ has joined #maemo-leste
fab_ has quit [Ping timeout: 256 seconds]
xmn has quit [Ping timeout: 268 seconds]
xmn has joined #maemo-leste
majestic has quit [Ping timeout: 264 seconds]
chillxmas has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
xmn has quit [Ping timeout: 246 seconds]
xmn has joined #maemo-leste
<Wizzup> tmlind: that's a nice christmas present
<freemangordon> sicelo: Wizzup: AFAIK, alarm is silenced by turning it face-down, proximity does not play there
* freemangordon checks the code
pere has joined #maemo-leste
<freemangordon> no proximity here
<freemangordon> if it does not work now, either orientation sensor does not work or mce is broken
<Wizzup> I tested it this morning, it doesn't work on d4
<freemangordon> well, then mce is broken
<Wizzup> mhm
<freemangordon> the code in alarm plugin is tehre,as you may see
<freemangordon> uvos: ^^^ why is that hardcoded?
<sicelo> ah, i was seeing things then :-D
<freemangordon> Wizzup: btw, please, build the new osso-applet-accounts-l10n
<Wizzup> freemangordon: for chimaera?
<freemangordon> yes
<Wizzup> running
<freemangordon> thanks
<Wizzup> I won't be very available today, family things
<freemangordon> umm... version is auto created?
<freemangordon> ok
<Wizzup> hm?
<freemangordon> this is the translation
<Wizzup> I know
<freemangordon> I made in weblate
<Wizzup> ok
<freemangordon> but, how tis get versioned
<Wizzup> did you do anything other than weblate?
<freemangordon> *this
<freemangordon> no
<Wizzup> oh
<freemangordon> should I
<freemangordon> ?
<Wizzup> I see some commits at least
<freemangordon> yes
<Wizzup> so I guess we do need to tag a new release
<freemangordon> wait
<Wizzup> in any case it's trivial to run it in ci, I shared the command to do it
<freemangordon> I created the new English strings on github
<freemangordon> and then did BG translation on weblate
<Wizzup> I think weblate can make a PR or something
<Wizzup> I 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.
<freemangordon> SO, BG translation is on weblate only
<Wizzup> I was trying to figure out if I had a weblate account and I don't have it, so we'll have to poke parazyd
<Wizzup> but mayb see if you can open a pull request through weblate or something
<freemangordon> ok
<Wizzup> if we don't figure it out today I'll send him a message
<freemangordon> hmm there is some ssh key
<freemangordon> ok, while we're figuring this out
<freemangordon> ...
<freemangordon> please, whoever can do it, there are missing translations: https://hosted.weblate.org/projects/maemo-leste/osso-applet-accounts-l10n/
<freemangordon> I am sure at least german can be done :)
<tmlind> so there are at least two different oopses with the stock kernel.. the more common umount related one, and less common uart access not clocked one
<tmlind> with the kexecboot that is
<tmlind> looks like commenting out the umount in kexecboot after loading the kernel works around the first issue possibly..
<tmlind> maybe kexec is not closing the file or something?
<tmlind> i'll check with a delay before umount in kexec
<freemangordon> lsof?
<tmlind> yeah i'll debug further, but if this helps will do a tmp hack and do the boot images
<tmlind> sleep does not help at all
xmn has quit [Quit: ZZZzzz…]
xmn has joined #maemo-leste
<tmlind> fyi the umount in question is at kexecboot.c in start_kernel() between load kernel and boot new kernel parts, need to go soon
<tmlind> so maybe the kernel file is mmap:ed in kexec
<tmlind> hehe from kexec sources: Map "normal" file or read "character device" into malloced buffer.
<tmlind> You must not use free, realloc, etc. for the returned buffer.
<tmlind> so if we end up with use_mmap flag set in kexec sounds like that's the issue
elastic_dog has quit [Ping timeout: 245 seconds]
elastic_dog has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
<tmlind> actually i don't think use_mmap flag is set here, need to add some debug statements when i get a chance
xmn has joined #maemo-leste
<tmlind> gotta go now, ttyl!
rafael2k has joined #maemo-leste
fab_ has joined #maemo-leste
<ungeskriptet> Does the SPI driver for OMAP4430 support 3-wire 9 bits SPI mode?
rafael2k has quit [Ping timeout: 240 seconds]
fab_ has quit [Ping timeout: 245 seconds]
akossh has joined #maemo-leste
<sicelo> arno11: 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 review
<sicelo> btw, because of the way our sensor works, the proximity sensor is always working, even in act-dead :p
slep has left #maemo-leste [#maemo-leste]
sch has quit [Ping timeout: 276 seconds]
Pali has joined #maemo-leste
<sicelo> btw, 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 something
<Wizzup> sicelo: do you have the debug stuff enabled?
<Wizzup> like, you can have the kernel led framework blink them for debug purposes
<Wizzup> like on io or modem activity
arno11 has joined #maemo-leste
<arno11> sicelo: i can't build it :( ,too many errors in drv-input-proximity.c
<sicelo> arno11: yes, i was about to write to tell you it doesn't build :p
<arno11> ah ok
<sicelo> the iio-sensor-proxy in leste is quite old, that's why.
<arno11> ok
<sicelo> Wizzup: 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 misbehaving
arno11 has left #maemo-leste [#maemo-leste]
sch has joined #maemo-leste
slep has joined #maemo-leste
<freemangordon> Wizzup: does (and how) conversations support multiple chats to the same room, for example
xmn has quit [Quit: ZZZzzz…]
<freemangordon> the particular use-case is:
<freemangordon> I am connected to fb messenger chat group from my leste device and from browser on my desktop
<freemangordon> when I type in the browser, I expect what I have typed to appear in the chat window on the phone
<freemangordon> IIUC, this should be done through delivery reports, but want to confirm
pere has quit [Ping timeout: 252 seconds]
pere has joined #maemo-leste
aat596 has joined #maemo-leste
pere has quit [Remote host closed the connection]
pere has joined #maemo-leste
pere has quit [Remote host closed the connection]
rafael2k has joined #maemo-leste
joerg is now known as devuan
rafael2k has quit [Ping timeout: 256 seconds]
pere has joined #maemo-leste
xmn has joined #maemo-leste
aat596 has quit [Quit: ZNC 1.8.2 - https://znc.in]
aat596 has joined #maemo-leste
devuan is now known as joerg
aat596 has quit [Quit: ZNC 1.8.2 - https://znc.in]
aat596 has joined #maemo-leste
aat596 has quit [Client Quit]
aat596 has joined #maemo-leste
<Wizzup> freemangordon: yes @ delivery reports, I think so too
<freemangordon> ok
<freemangordon> not supported currently it seems :)
<Wizzup> yes
<Wizzup> right now they are (explicitly) ignored
<Wizzup> but it's pretty easy to add suppor for it
<Wizzup> however, not tonight
<freemangordon> sure :)
<freemangordon> I think it will not be that trivial to add support, but ok
<Wizzup> why?
<freemangordon> because you shall match sent messages with those you get delivered status
<freemangordon> otherwise we'll have duplicates
<freemangordon> but yeah, nothing impossible
<Wizzup> I think that is for scrollback
<freemangordon> no
<freemangordon> but lets not go into that now
<Wizzup> why would you get the same message multiple times
<Wizzup> ok
<freemangordon> because once you receive "MessageSent" signal
<freemangordon> and then you receive delivery status report
<freemangordon> (*may* receive)
<freemangordon> ttyl
fab_ has joined #maemo-leste
xes has quit [Quit: WeeChat 3.5]
xmn has quit [Quit: ZZZzzz…]
pere has quit [Ping timeout: 255 seconds]
xes has joined #maemo-leste
pere has joined #maemo-leste
aat596 has quit [Quit: ZNC 1.8.2 - https://znc.in]
aat596 has joined #maemo-leste
aat596 has quit [Quit: ZNC 1.8.2 - https://znc.in]
aat596 has joined #maemo-leste
aat596 has quit [Client Quit]
aat596 has joined #maemo-leste
aat596 has quit [Client Quit]
aat596 has joined #maemo-leste
aat596 has quit [Remote host closed the connection]
aat596 has joined #maemo-leste
aat596 has quit [Client Quit]
slep has left #maemo-leste [#maemo-leste]
fab_ has quit [Ping timeout: 260 seconds]
<freemangordon> :)
vahag has joined #maemo-leste
akossh has quit [Quit: Leaving.]
xmn has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
rafael2k has joined #maemo-leste
xmn has joined #maemo-leste
rafael2k has quit [Ping timeout: 246 seconds]
chillxmas has quit [Ping timeout: 276 seconds]
aat596 has joined #maemo-leste
aat596_3 has quit [Quit: ZNC 1.8.2 - https://znc.in]